Description Usage Arguments Value Author(s) See Also Examples
View source: R/aabin2aastring.R
This function converts an ape
AAbin
into
AAStringSet
.
1 | aabin2aastring(aabin)
|
aabin |
|
An object of class AAStringSet
Kristian K Ullrich
as.alignment
as.DNAbin.alignment
AAStringSet
1 2 3 4 | 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.