intersect_regions {ENCODExplorer} | R Documentation |
Calculate the intersection of a set of elements within a GenomicOverlaps object.
intersect_regions(x, indices = names(x), exclusive = TRUE)
x |
A GenomicOverlaps object. |
indices |
The names of the elements from |
exclusive |
If |
A GRanges
objects containing the ranges from regions(x)
which fit the given criteria.