aa | R Documentation |
aa()
build a AA vector from a character vector.
aa(...)
... |
character to turn into AA. Can be a set of name-value pairs. |
vector of class bioseq_aa
Other classes:
dna()
,
rna()
aa("AGGTGC", "TTCGA") aa(Seq_1 = "AGGTGC", Seq_2 = "TTCGA") x <- c("AGGTGC", "TTCGA") aa(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.