SuperAlign | R Documentation |
Parse through a directory of FASTA files to combine into one alignment
SuperAlign(aligned_dir, missing_df)
aligned_dir |
Directory where fasta alignments can be found |
missing_df |
Missing data object made by the missing function |
filename |
String for what you want to name your output, default is "superalign.phy" |
Reads through the full table found in folders ./busco_results/run_Busco* and returns a dataframe of the results
Dustin J Wcisel, djwcisel@ncsu.edu
James Thomas Howard, jthowar3@ncsu.edu
Jeffrey A Yoder, jayoder@ncsu.edu
Alex Dornburg, dornburgalex@gmail.com
partition_df <- SuperAlign(aligned_dir, missing_df, filename="myalignment.phy")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.