View source: R/extractBuscoSeqsFrag.R
extractBuscoSeqsFrag | R Documentation |
Utility for extracting fragmented BUSCO sequences into individual fasta files
extractBuscoSeqsFrag(
tsvtable,
fasta,
ed,
seqID = "Genus_species",
threshold = 300
)
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 |
threshold |
minimum number of base pairs required for a fragmented sequence to be extracted. Defaults to 300 |
This function uses the output of a busco analysis and specified fasta file to extract fragmented 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
extractBuscoSeqsFrag(tsvtable=tsvtable, fasta=fasta,ed="path/to/extracted/", seqID="Genus_species",threshold=300)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.