View source: R/bestMatchListFunctions.R
classifSumm | R Documentation |
Summarizes the list of pattern-matching classifications into a table.
classifSumm(pileup, bestMatchList, windowSize, mode, chunkSize)
pileup |
A .txt file containing mapped sequencing read coverages averaged over 100 bp windows/bins. |
bestMatchList |
A list containing pattern-match information associated with all contigs/chunks classified by 'ProActive()' pattern-matching |
windowSize |
The number of basepairs to average read coverage values over. Options are 100, 200, 500, 1000 ONLY. Default is 1000. |
mode |
Either "genome" or "metagenome" |
chunkSize |
If 'mode'="genome" OR if 'mode'="metagenome" and 'chunkContigs'=TRUE, chunk the genome or contigs, respectively, into smaller subsets for pattern-matching. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.