dnabin2dnastring: dnabin2dnastring

View source: R/dnabin2dnastring.R

dnabin2dnastringR Documentation

dnabin2dnastring

Description

This function converts an ape DNAbin into a DNAStringSet.

Usage

dnabin2dnastring(dnabin)

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

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

kullrich/MSA2dist documentation built on April 26, 2024, 4:43 p.m.