oneWindowSizeScanner {DMRScan} | R Documentation |
Method Fixed window size scan for one window size
oneWindowSizeScanner(region, windowThreshold, windowSize) ## S4 method for signature 'RegionList' oneWindowSizeScanner(region, windowThreshold, windowSize) ## S4 method for signature 'Region' oneWindowSizeScanner(region, windowThreshold, windowSize)
region |
Object of type Region or RegionList |
windowThreshold |
Vector of window thresholds |
windowSize |
Vector of window sizes to be tested on regions |
A list of the windows that are significant
## Not run