getWinFromGranges {strandCheckR} | R Documentation |
Get the positive/negative windows that overlap a GRanges object
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