Learn R Programming

bioseq (version 0.1.1)

aa: Build an amino acid (AA) vector

Description

aa() build a AA vector from a character vector.

Usage

aa(...)

Arguments

...

character to turn into AA. Can be a set of name-value pairs.

Value

vector of class bioseq_aa

See Also

Other classes: dna, rna

Examples

Run this code
# NOT RUN {
aa("AGGTGC", "TTCGA")

aa(Seq_1 = "AGGTGC", Seq_2 = "TTCGA")

x <- c("AGGTGC", "TTCGA")
aa(x)

# }

Run the code above in your browser using DataLab