R/amino_acids.R
amino_acids.Rd
The 20 amino acids that are encoded directly by the codons of the universal genetic code.
amino_acids()
Three-letter codes of the standard amino acids.
amino_acids() #> [1] "Ser" "Arg" "Leu" "Pro" "Thr" "Ala" "Val" "Gly" "Ile" "Phe" "Tyr" "Cys" #> [13] "His" "Gln" "Asn" "Lys" "Asp" "Glu" "Met" "Trp"