grl.in | R Documentation |
GRangesList
with windows on genomeCheck intersection of GRangesList
with windows on genome
Like only if the ranges in grl[i] intersect <<all>>, <<some>>, <<only>> windows in the subject
e.g. can use to identify read pairs whose ends are contained inside two genes)
grl.in(
grl,
windows,
some = FALSE,
only = FALSE,
logical = TRUE,
exact = FALSE,
ignore.strand = TRUE,
...
)
grl |
|
windows |
|
some |
boolean Will return |
only |
boolean Will return |
logical |
boolean Will return logical otherwise will return numeric vector of number of windows overlapping each grl (default = TRUE) |
exact |
boolean Will return exact intersection (default = FALSE) |
ignore.strand |
boolean Will return exact intersection (default = TRUE) |
... |
Additional parameters to be passed on to |
maxgap |
integer maxgap is interpreted as the max gap allowed between two ranges to be considered as overlapping. See documentation for IRanges::findOverlaps() (default = -1L) |
boolean vector of match status
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.