powered by
read.phy(fil = NULL)
read.nxs
read.fasta
##### read.phy() example data(fil.phy) writeLines(fil.phy, "example.phy") phy <- read.phy("example.phy") as.fasta(phy) unlink("example.phy")
Run the code above in your browser using DataLab