Description Usage Arguments Value
View source: R/getWinFromGranges.R
Get the positive/negative windows that overlap a GRanges object
1 | getWinFromGranges(x, seqInfo, winWidth = 1000, winStep = 100)
|
x |
a GRanges object |
seqInfo |
a data frame that contains some key information of the alignments |
winWidth |
The width of each window |
winStep |
The step size for sliding the window |
A list of two logical vectors (for positive and negative strand) defining which windows that overlap the given Granges objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.