powered by
write phylip file
phy_write(x, outfile, type = "sequential")
None
XStringSet object
output file
one of interleaved and sequential
Guangchuang Yu
if (FALSE) { 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) }
Run the code above in your browser using DataLab