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