powered by
convert fasta (aligned sequences) to phylip format
fas2phy(fasfile, outfile = "out.phy", type = "sequential")
None
aligned sequences in fasta format
output file
one of interleaved and sequential
Guangchuang Yu fa_file <- system.file("extdata/HA.fas", package="seqmagick") phy_file <- tempfile(fileext = ".phy") fas2phy(fa_file, phy_file)