View source: R/dnabin2dnastring.R
dnabin2dnastring | R Documentation |
This function converts an ape
DNAbin
into a
DNAStringSet
.
dnabin2dnastring(dnabin)
dnabin |
|
An object of class DNAStringSet
Kristian K Ullrich
as.alignment
as.DNAbin.alignment
DNAStringSet
data(woodmouse, package="ape")
## convert into DNAStringSet
#dnabin2dnastring(woodmouse)
woodmouse |> dnabin2dnastring()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.