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