powered by
This function facilitates the conversion of three letter amino acids' codes to one letter equivalents.
convert_AA_symbol(amino_acids)
A character or vector of characters with amino acid(s) three letter code(s)
A chracter or vector of characters with amino acids one 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.
# NOT RUN { three_letter_codes = c("LEU", "VAL", "ALA") convert_AA_symbol(three_letter_codes) # }
Run the code above in your browser using DataLab