Learn R Programming

seqmagick (version 0.1.1)

phy_read: phy_read

Description

read aligned sequences in phylip format

Usage

phy_read(file)

Arguments

file

phylip file

Value

BStringSet object

Examples

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

Run the code above in your browser using DataLab