Learn R Programming

alakazam (version 1.1.0)

ABBREV_AA: Amino acid abbreviation translations

Description

Mappings of amino acid abbreviations.

Usage

ABBREV_AA

Arguments

Format

Named character vector defining single-letter character codes to three-letter abbreviation mappings.

Examples

Run this code
# NOT RUN {
aa <- c("Ala", "Ile", "Trp")
translateStrings(aa, ABBREV_AA)

# }

Run the code above in your browser using DataLab