Learn R Programming

BALCONY (version 0.2.10)

convert_AA_symbol: Amino acids symbols conversion

Description

This function facilitates the conversion of three letter amino acids' codes to one letter equivalents.

Usage

convert_AA_symbol(amino_acids)

Arguments

amino_acids

A character or vector of characters with amino acid(s) three letter code(s)

Value

A chracter or vector of characters with amino acids one letter code(s)

Details

In case a vector of amino acid three letter codes is provided the function returns a vector of their one letter equivalents.

Examples

Run this code
# NOT RUN {
three_letter_codes = c("LEU", "VAL", "ALA")
convert_AA_symbol(three_letter_codes)
# }

Run the code above in your browser using DataLab