View source: R/reCenterPeaks.R
reCenterPeaks | R Documentation |
Create a new list of peaks based on the peak centers of given list.
reCenterPeaks(peaks, width = 2000L, ...)
peaks |
An object of GRanges or annoGR. |
width |
The width of new peaks |
... |
Not used. |
An object of GRanges.
Jianhong Ou
reCenterPeaks(GRanges("chr1", IRanges(1, 10)), width=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.