| Calling Sequence
| IntToCodon(AA)
|
| Parameters
| | Name | Type | Description |
|
| AA
| integer | amino acid integer code |
|
| Return Type
| list |
| Synopsis
| This function converts an amino acid integer code
(see ?aminoacids) into a list of the corresponding codons.
The amino acid integer code for the stop codons is 22. |
| Examples
| > IntToCodon(22);
[TAA, TAG, TGA]
> IntToCodon(5);
[TGC, TGT]
|
| See also
| AAAToInt, aminoacids, AminoToInt, AToCInt, AToCodon, AToInt, BaseToInt, BBBToInt, BToInt, CIntToA, CIntToAAA, CIntToAmino, CIntToCodon, CIntToInt, CodonCode, CodonToA, CodonToCInt, CodonToInt, CodonToInt, GeneticCode, IntToA, IntToAAA, IntToAmino, IntToB, IntToBase, IntToBBB, IntToCInt |