Description Usage Arguments Details Value Examples
View source: R/getWinOverlapEachIRange.R
Get the ranges of sliding windows that overlap each range of an IRanges object.
1 2 | getWinOverlapEachIRange(x, winWidth = 1000L, winStep = 100L,
readProp = 0.5, maxWin = Inf)
|
x |
an IRanges object containing the start and end position of each read fragment. |
winWidth |
the width of the sliding window, 1000 by default. |
winStep |
the step length to sliding the window, 100 by default. |
readProp |
A read is considered to be included in a window if at least
|
maxWin |
The maximum window ID |
This finds the windows that overlap each range of the input IRanges object. Each range corresponds to a read fragment. This allows the total number of read fragments within a window to be calculated simply using coverage.
An IRanges object containing the index of the windows overlapping each read fragment
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.