Description Usage Arguments Value
View source: R/IntersectionHelper.R
Given an intersect.object
, finds all regions where all
factors described by either indices or names are present.
If both indices and names are NULL
, the inner intersection
is calculated.
1 2 | intersect_overlap(intersect.object, indices = NULL, names = NULL,
exclusive = FALSE)
|
intersect.object |
An |
indices |
A vector of indices into the factors of |
names |
A vector of factor names in |
exclusive |
If |
A GRanges object with the regions matching the given criteria.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.