ParseScores | R Documentation |
Fetch transcriptome completeness assessment from BUSCO output
result_df <- parse_busco_output(file_path, input_id)
file_path |
The path to the output short summary from busco “parsed_busco_results.tsv” |
input_id |
A usr defined name for the sample in case you want to plot this with a phylogeny or track with multiple samples. Examples include "Genus_species", "Accession", "strain", etc |
Returns the busco scores in a dataframe along with the sample ID
Alex Dornburg, dornburgalex@gmail.com
result_df <- parse_busco_output(file_path, input_id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.