View source: R/extractBuscoSeqsDup.R
extractBuscoSeqsDup | R Documentation |
Utility for extracting duplicated BUSCO sequences into individual fasta files
extractBuscoSeqsDup(tsvtable, fasta, ed, seqID = "Genus_species")
tsvtable |
the resulting tsv table from a busco analysis |
fasta |
original fasta sequence file |
ed |
extracted directory where extracted sequences will be written |
seqID |
name of sequence, defaults to Genus_species |
This function uses the output of a busco analysis and specified fasta file to extract duplicated busco sequences and write these into fasta files. Fasta files are written into the directory specified by the parameter ed. Each sequence will be named based on the seqID specified
Alex Dornburg, dornburgalex@gmail.com
Phillip Souza, psouza1@uncc.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.