Description Usage Arguments Value
For internal use only. Function for finding overlaps between
two objects of class gtf/gff/bed/bam
using
GenomicRanges::findOverlaps
.
1 | find_overlaps(x, y, ignore_redundant = FALSE, ignore_strand = FALSE, ...)
|
x, y |
An object of class |
ignore_redundant |
Should redundant overlaps be ignored? |
ignore_strand |
Logical argument to pass to |
... |
Additional arguments passed to
|
A data.table
containing overlapping indices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.