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