Description Usage Arguments Author(s) See Also Examples
View source: R/ExtractBuscoSeqs.R
Extracts BUSCO IDs found in parsed_busco_results.tsv and writes them to fasta files. Fasta files are named after the BUSCO ID and each sequence is named after the Genus_species
1 | ExtractBuscoSeqs(busco_table, fasta_dir, extract_dir)
|
busco_table |
Resulting dataframe from ParseBuscoResults |
fasta_dir |
Directory containing matching fasta files for each busco run |
extract_dir |
Directory to write fasta results to |
Dustin J Wcisel, djwcisel@ncsu.edu
James Thomas Howard, jthowar3@ncsu.edu
Jeffrey A Yoder, jayoder@ncsu.edu
Alex Dornburg, dornburgalex@gmail.com
1 | ExtractBuscoSeqs(busco_table = "tsv_file", fasta_dir = "path/to/fasta/directory")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.