amino_acids | R Documentation |
The 20 amino acids that are encoded directly by the codons of the universal genetic code.
amino_acids(code = c("one_letter", "three_letter"))
code |
The type of amino acid symbol to be returned, one-letter ('one_letter') or three-letter ('three_letter') codes. |
A character vector of the 20 standard amino acids.
# By default `amino_acids` returns one-letter symbols
amino_acids()
# Use code = 'three_letter' instead for three-letter symbols
amino_acids(code = 'three_letter')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.