Builds partial elevation/gap pattern-match for patterns going off both the left and right sides of the contig/chunk, shrinks the width, and collects best match information
partialElevGap(pileupSubset, windowSize, minSize, maxSize)
A subset of the pileup that pertains only to the contig/chunk currently being assessed.
The number of basepairs to average read coverage values over. Options are 100, 200, 500, 1000 ONLY. Default is 1000.
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).