phy_write {seqmagick} | R Documentation |
phy_write
Description
write phylip file
Usage
phy_write(x, outfile, type = "sequential")
Arguments
x |
XStringSet object |
outfile |
output file |
type |
one of interleaved and sequential |
Value
None
Author(s)
Guangchuang Yu
Examples
## Not run:
fa_file <- system.file("extdata/HA.fas", package="seqmagick")
x <- fa_read(fa_file)
aln <- bs_aln(x[1:5])
phy_file <- tempfile(fileext = '.phy')
phy_write(aln, phy_file)
## End(Not run)
[Package seqmagick version 0.1.7 Index]