manyWindowSizeScanner {DMRScan}R Documentation

Method Fixed window size scan for a sequence of window sizes

Description

Method Fixed window size scan for a sequence of window sizes

Usage

manyWindowSizeScanner(region, windowThreshold, windowSize)

## S4 method for signature 'RegionList'
manyWindowSizeScanner(region, windowThreshold,
  windowSize)

## S4 method for signature 'Region'
manyWindowSizeScanner(region, windowThreshold, windowSize)

Arguments

region

Object of type Region or RegionList

windowThreshold

Vector of window thresholds

windowSize

Vector of window sizes to be tested on regions

Value

A list of the windows that are significant

Examples

## Not run


[Package DMRScan version 1.4.6 Index]