The Single-Letter Amino Acid Code
Named character vector mapping single-letter amino acid representations to 3-letter amino acid representations.
## See all the 3-letter codes
AMINO_ACID_CODE
## Convert an AAString object to a vector of 3-letter amino acid codes
aa <- AAString("LANDEECQW")
AMINO_ACID_CODE[strsplit(as.character(aa), NULL)[[1]]]Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.