createControlRegions | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.