createControlRegions {RCAS} | R Documentation |
Given a GRanges object of query regions, create a background set of peaks that have the same length distribution based on the flanking regions of the peaks.
createControlRegions(queryRegions)
queryRegions |
GRanges object containing coordinates of input query
regions imported by the |
GRanges object that contains the same number of regions as query regions
data(queryRegions) controlRegions <- createControlRegions(queryRegions = queryRegions)