slidingGRanges | R Documentation |
slidingGRanges generates sliding intervals of a specified width.
slidingGRanges(
GR,
win.size = 1,
step.size = 1,
num.cores = 1L,
tasks = 0,
verbose = FALSE,
...
)
GR |
A |
win.size |
An integer. The size of the windows/intervals genomics. |
step.size |
Interval at which the regions/windows must be defined |
num.cores, tasks |
Parameters for parallel computation using package
|
verbose |
Logical. Default is TRUE. If TRUE, then the progress of the computational tasks is given. |
... |
Not in use. |
This function split a GRange object into intervals regions of
fixed size. If win.size == step.size, then non-overlapping windows are
obtained. slidingGRanges function generates sliding windows within
each range of IRL, according to width and step, returning a
IRangesList-class
. If the sliding windows do not
exactly cover a range in IRL, the last window is partial.
An object from IRangesList-class
.
Robersy Sanchez (https://genomaths.com).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.