Creates the pileupSubset, representative of one contig/chunk, used as input for each individual pattern-matching function. After the information associated with the best match for each pattern is obtained, the pattern-match with the lowest mean absolute difference (match-score) is used for classification.
patternMatcher(
pileup,
windowSize,
minSize,
maxSize,
mode,
minContigLength,
verbose
)
A .txt file containing mapped sequencing read coverages averaged over 100 bp windows/bins.
The number of basepairs to average read coverage values over.
The minimum size (in bp) of elevation or gap patterns. Default is 10000.
The maximum size (in bp) of elevation or gap patterns. Default is NA (i.e. no maximum).
Either "genome" or "metagenome".
The minimum contig/chunk size (in bp) to perform pattern-matching on. Default is 25000.
TRUE or FALSE. Print progress messages to console. Default is TRUE.