Darwin Help

Back to Index

CodonToA

Function CodonToA


Calling Sequence  CodonToA(triple)
Parameters
NameTypeDescription

triple a 3 letter DNA/RNA sequence 
Return Type  one letter amino acid description
Synopsis This function converts a 3 letter DNA/RNA sequence into the amino acid specified by the genetic code. It returns $ when the given codon corresponds to the stop codon.
Examples
> CodonToA('UUU');
F
See also AAAToInt,   aminoacids,   AminoToInt,   AToCInt,   AToCodon,   AToInt,   BaseToInt,   BBBToInt,   BToInt,   CIntToA,   CIntToAAA,   CIntToAmino,   CIntToCodon,   CIntToInt,   CodonCode,   CodonToCInt,   CodonToInt,   CodonToInt,   GeneticCode,   IntToA,   IntToAAA,   IntToAmino,   IntToB,   IntToBase,   IntToBBB,   IntToCInt,   IntToCodon