| Calling Sequence
| CodonToInt(UUU)
|
| Parameters
| | Name | Type | Description |
|
| UUU
| a three RNA base sequence (one letter each) | |
|
| Return Type
| 1..22 |
| Synopsis
| This function converts a three RNA base sequence to the
amino acid number it specifies according to the standard genetic code.
If the triplet is unknown, the value 21 is returned. If it is a
stop codon, it returns 22. |
| Examples
| > CodonToInt('UUU');
14
|
| See also
| AAAToInt, aminoacids, AminoToInt, AToCInt, AToCodon, AToInt, BaseToInt, BBBToInt, BToInt, CIntToA, CIntToAAA, CIntToAmino, CIntToCodon, CIntToInt, CodonCode, CodonToA, CodonToCInt, GeneticCode, IntToA, IntToAAA, IntToAmino, IntToB, IntToBase, IntToBBB, IntToCInt, IntToCodon |