Darwin Help

Back to Index

CIntToAAA

Function CIntToAAA - Integer Codon Representation to Amino Acid 3-Letter Code

Calling Sequence  CIntToAAA(codon)
Parameters
NameTypeDescription

codon integerinteger 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