code | : | a three RNA bases (one letter each) |
Returns: {1..22}
Synopsis: This function converts a three RNA bases to the amino acid number it specifies according to the standard genetic code. If the triplet is unknown, the value 21 is returned. If it is a stop codon, it returns 22.
Examples:
> GenCodeToInt('UUU'); # codes for Phenylalanine, Phe, F > AToInt('');