Remove values from gapped/elevated region in the pattern-match vector until it reaches the `minSize`
fullElevGapShrink(
minCov,
windowSize,
maxCov,
elevLength,
nonElev,
bestMatchInfo,
pileupSubset,
minSize,
elevOrGap
)
The minimum value of the pattern-match vector.
The number of basepairs to average read coverage values over. Options are 100, 200, 500, 1000 ONLY. Default is 1000.
The maximum value of the pattern-match vector.
Length of the elevated/gapped pattern-match region.
Length of the non-elevated/gapped pattern-match region.
The information associated with the current best pattern-match for the contig/chunk being assessed.
A subset of the pileup that pertains only to the contig/chunk currently being assessed.
The minimum size (in bp) of elevation or gap patterns. Default is 10000.
Pattern-matching on 'elevation' or 'gap' pattern.