FastaIntoPhy | R Documentation |
Utility for turning fasta file into phylip file
FastaIntoPhy(
fastafile = "myfastadata",
filename = "file_name",
externalfile = TRUE
)
fastafile |
defaults to myfastadata |
filename |
defaults to file_name |
externalfile |
defaults to TRUE |
This function uses an aligned fasta 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 phylip format for iqtree using the user specifed filename
Alex Dornburg, dornburgalex@gmail.com
FastaIntoPhy(fastafile=myfastadata, filename="file_name",externalfile=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.