View source: R/ThresholdDataTable.R
ThresholdDataTable | R Documentation |
User defines a threshold and is returned a dataframe containing only the samples/species with at least that many sequences. This dataframe can be fed into ExtractBuscoSeqs() as the busco_table parameter
ThresholdDataTable(missing_df, threshold)
missing_df |
Directory where fasta alignments can be found |
threshold |
Minimum number of sequences a sample/species must contain |
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
threshold_df <- ThresholdDataTable(missing_df = mdf, threshold = 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.