Summarizes the list of pattern-matching classifications into a table.
classifSumm(pileup, bestMatchList, windowSize, mode, chunkSize)
A .txt file containing mapped sequencing read coverages averaged over 100 bp windows/bins.
A list containing pattern-match information associated with all contigs/chunks classified by `ProActive()` pattern-matching
The number of basepairs to average read coverage values over. Options are 100, 200, 500, 1000 ONLY. Default is 1000.
Either "genome" or "metagenome"
If `mode`="genome" OR if `mode`="metagenome" and `chunkContigs`=TRUE, chunk the genome or contigs, respectively, into smaller subsets for pattern-matching.