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