Learn R Programming

alakazam (version 1.2.1)

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
aa <- c("Ala", "Ile", "Trp")
translateStrings(aa, ABBREV_AA)

Run the code above in your browser using DataLab