reCenterPeaks {ChIPpeakAnno} | R Documentation |
Create a new list of peaks based on the peak centers of given list.
reCenterPeaks(peaks, width=2000L, ...)
peaks |
|
width |
The width of new peaks |
... |
Not used. |
An object of GRanges.
Jianhong Ou
reCenterPeaks(GRanges("chr1", IRanges(1, 10)), width=2)