| Calling Sequence
| CIntToA(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
integer one letter code. The stop codon returns $. |
| Examples
| > CIntToA(37);
A
> CIntToA(1);
K
|
| See also
| AAAToInt, aminoacids, AminoToInt, AToCInt, AToCodon, AToInt, BaseToInt, BBBToInt, BToInt, CIntToAAA, CIntToAmino, CIntToCodon, CIntToInt, CodonCode, CodonToA, CodonToCInt, CodonToInt, CodonToInt, GeneticCode, IntToA, IntToAAA, IntToAmino, IntToB, IntToBase, IntToBBB, IntToCInt, IntToCodon |