refineRegion {consensusSeekeR} | R Documentation |
Find regions sharing the same features for a minimum number of experiments using called peaks of signal enrichment based on pooled, normalized data (mainly coming from narrowPeak files). Tje analysis is limited to one chromosome. The peaks and narrow peaks are used to identify the consensus regions. The minimum number of experiments that must have at least on peak in a region so that it is retained as a consensus region is specified by user, as well as the size of mining regions.
refineRegion(peaks, setPeaks, extendingSize, region_width, currentPeak)
peaks |
a |
setPeaks |
a |
extendingSize |
a |
region_width |
a |
currentPeak |
a |
an object of class
"commonFeatures".
Astrid Deschenes