PhyIntoFasta | R Documentation |
Utility for turning phylip file into fasta file
PhyIntoFasta(
phylipfile = "myphylipdata",
filename = "file_name",
externalfile = TRUE
)
phylipfile |
defaults to myphylipdata |
filename |
defaults to file_name |
externalfile |
defaults to TRUE |
This function uses an aligned phylip file that is either in your working directory externalfile=TRUE or that has been read into memory, externalfile=false. This then converts it to a fasta format writing to file with user specified filename
Alex Dornburg, dornburgalex@gmail.com
PhyIntoFasta(fastafile= myphylipdata, filename="file_name",externalfile=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.