AMINO_ACID_CODE | R Documentation |
Named character vector mapping single-letter amino acid representations to 3-letter amino acid representations.
AAString
,
GENETIC_CODE
## 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]]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.