View source: R/FullElevGapFunctions.R
patternTranslator | R Documentation |
Translates full elevation/gap patterns across contigs/chunks 1000bp at a time. Translation stops when the elevation pattern is 5000bp from the end of the contig/chunk.
patternTranslator(contigCov, bestMatchInfo, windowSize, pattern, elevOrGap)
contigCov |
The read coverages that pertain to the pileupSubset |
bestMatchInfo |
The information associated with the current best pattern-match for the contig/chunk being assessed. |
windowSize |
The number of basepairs to average read coverage values over. Options are 100, 200, 500, 1000 ONLY. Default is 1000. |
pattern |
A vector containing the values associated with the pattern-match |
elevOrGap |
Pattern-matching on 'elevation' or 'gap' pattern. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.