| Calling Sequence
| IntToAAA(x)
|
| Parameters
| | Name | Type | Description |
|
| x
| integer | an integer from 1 to 20 |
|
| Return Type
| string |
| Synopsis
| This function converts a posint into a three
letter abbreviation of an amino acid. This follows the standard
ordering of amino acids. (See ?aminoacids) |
| Examples
| > IntToAAA(1);
Ala
|
| See also
| AAAToInt, aminoacids, AminoToInt, AToCInt, AToCodon, AToInt, BaseToInt, BBBToInt, BToInt, CIntToA, CIntToAAA, CIntToAmino, CIntToCodon, CIntToInt, CodonCode, CodonToA, CodonToCInt, CodonToInt, CodonToInt, GeneticCode, IntToA, IntToAmino, IntToB, IntToBase, IntToBBB, IntToCInt, IntToCodon |