| Calling Sequence
| CIntToCodon(x)
|
| Parameters
| | Name | Type | Description |
|
| x
| integer | an integer from 1 to 64 |
|
| Return Type
| three nucleic bases (one letter each |
| Synopsis
| The 64 different codons over the alphabet {A, C, G,
T=U} are ordered from 1..64.
This function converts a number between 1..64 to a codon. |
| Examples
| > CIntToCodon(15);
ATG
|
| See also
| AAAToInt, aminoacids, AminoToInt, AToCInt, AToCodon, AToInt, BaseToInt, BBBToInt, BToInt, CIntToA, CIntToAAA, CIntToAmino, CIntToInt, CodonCode, CodonToA, CodonToCInt, CodonToInt, CodonToInt, GeneticCode, IntToA, IntToAAA, IntToAmino, IntToB, IntToBase, IntToBBB, IntToCInt, IntToCodon |