Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

AMINO_ACID_CODE

The Single-Letter Amino Acid Code


Description

Named character vector mapping single-letter amino acid representations to 3-letter amino acid representations.

See Also

Examples

## 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]]]

Biostrings

Efficient manipulation of biological strings

v2.58.0
Artistic-2.0
Authors
H. Pagès, P. Aboyoun, R. Gentleman, and S. DebRoy
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.