| Calling Sequence
| IntToCInt(AA)
|
| Parameters
| | Name | Type | Description |
|
| AA
| posint | amino acid integer |
|
| Return Type
| list |
| Synopsis
| This function converts an amino acid integer code into
a list of the corresponding codon integers. It will convert the
symbol for a stop codon '$' into a list of stop codons. |
| Examples
| > IntToCInt('$');
[49, 51, 57]
> IntToCInt(4);
[34, 36]
|
| 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, IntToCodon |