View source: R/partialElevGapFunctions.R
partialElevGap | R Documentation |
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)
pileupSubset |
A subset of the pileup that pertains only to the contig/chunk currently being assessed. |
windowSize |
The number of basepairs to average read coverage values over. Options are 100, 200, 500, 1000 ONLY. Default is 1000. |
minSize |
The minimum size (in bp) of elevation or gap patterns. Default is 10000. |
maxSize |
The maximum size (in bp) of elevation or gap patterns. Default is NA (i.e. no maximum). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.