powered by
convert phylip file to fasta file
phy2fas(phyfile, outfile = "out.fas", type = "interleaved")
None
phylip file
output file
one of interleaved and sequential
Guangchuang Yu
phy_file <- system.file("extdata/HA.phy", package="seqmagick") fa_file <- tempfile(fileext = '.fas') phy2fas(phy_file, fa_file)
Run the code above in your browser using DataLab