| Calling Sequence
| IntToB(x)
|
| Parameters
| | Name | Type | Description |
|
| x
| {1..6} | |
|
| Return Type
| {A,C,G,T,U,X} |
| Synopsis
| This function converts an integer between 1..6 into the one
letter code for nucleic acids A, C, G, T, U, X. |
| Examples
| > IntToB(1);
A
> IntToB(6);
X
|
| See also
| AAAToInt, aminoacids, AminoToInt, AToCInt, AToCodon, AToInt, BaseToInt, BBBToInt, BToInt, CIntToA, CIntToAAA, CIntToAmino, CIntToCodon, CIntToInt, CodonCode, CodonToA, CodonToCInt, CodonToInt, CodonToInt, GeneticCode, IntToA, IntToAAA, IntToAmino, IntToBase, IntToBBB, IntToCInt, IntToCodon |