dnabin2dnastring: dnabin2dnastring

Description Usage Arguments Value Author(s) See Also Examples

View source: R/dnabin2dnastring.R

Description

This function converts an ape DNAbin into a DNAStringSet.

Usage

1

Arguments

dnabin

ape DNAbin [mandatory]

Value

An object of class DNAStringSet

Author(s)

Kristian K Ullrich

See Also

as.alignment as.DNAbin.alignment DNAStringSet

Examples

1
2
3
4
data(woodmouse, package="ape")
## convert into DNAStringSet
#dnabin2dnastring(woodmouse)
woodmouse |> dnabin2dnastring()

kullrich/distSTRING documentation built on Dec. 21, 2021, 8:42 a.m.