Learn R Programming

bioseq (version 0.1.4)

aa: Build an amino acid (AA) vector

Description

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

Usage

aa(...)

Value

vector of class bioseq_aa

Arguments

...

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

See Also

Other classes: dna(), rna()

Examples

Run this code

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