Named character vector mapping single-letter amino acid representations to 3-letter amino acid representations.
1 2 3 4 5 6 | ## 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.