NexIntoFas | R Documentation |
Utility for turning a nexus file into fasta file in TOAST
NexIntoFas(nexusfile= myphylipdata, filename="file_name",externalfile=TRUE)
filename |
defaults to superalign.txt assuming it is in the working directory. A full path can be specified |
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
NexIntoFas(nexusfile= myphylipdata, filename="file_name",externalfile=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.