phy_read {seqmagick} | R Documentation |
phy_read
Description
read aligned sequences in phylip format
Usage
phy_read(file)
Arguments
file |
phylip file |
Value
BStringSet object
Author(s)
Guangchuang Yu
Examples
phy_file <- system.file("extdata/HA.phy", package="seqmagick")
phy_read(phy_file)
[Package seqmagick version 0.1.7 Index]