| Calling Sequence
| CIntToInt(codon)
|
| Parameters
| | Name | Type | Description |
|
| codon
| integer | integer from 1 to 64 |
|
| Return Type
| 1..22 |
| Synopsis
| This function converts the integer code for the Codons
from 1 to 64 (see ?CodonCode) to the corresponding amino acid
integers (1..20). The stop codon returns 22. |
| Examples
| > CIntToInt(37);
1
> CIntToInt(1);
12
|
| See also
| AAAToInt, aminoacids, AminoToInt, AToCInt, AToCodon, AToInt, BaseToInt, BBBToInt, BToInt, CIntToA, CIntToAAA, CIntToAmino, CIntToCodon, CodonCode, CodonToA, CodonToCInt, CodonToInt, CodonToInt, GeneticCode, IntToA, IntToAAA, IntToAmino, IntToB, IntToBase, IntToBBB, IntToCInt, IntToCodon |