Learn R Programming

seqmagick (version 0.1.7)

phy_read: phy_read

Description

read aligned sequences in phylip format

Usage

phy_read(file)

Value

BStringSet object

Arguments

file

phylip file

Author

Guangchuang Yu

Examples

Run this code
phy_file <- system.file("extdata/HA.phy", package="seqmagick")
phy_read(phy_file)

Run the code above in your browser using DataLab