Description Usage Arguments Details Value Examples
This function facilitates the conversion of three letter amino acids' codes to one letter equivalents.
1  | convert_AA_symbol(amino_acids)
 | 
amino_acids | 
 A character or vector of characters with amino acid(s) three letter code(s)  | 
In case a vector of amino acid three letter codes is provided the function returns a vector of their one letter equivalents.
A chracter or vector of characters with amino acids one letter code(s)
1 2  | three_letter_codes = c("LEU", "VAL", "ALA")
convert_AA_symbol(three_letter_codes)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.