union_indices {ENCODExplorer} | R Documentation |
Calculate the union of a set of elements within a GenomicOverlaps object.
union_indices(x, indices = names(x))
x |
A GenomicOverlaps object. |
indices |
The names of the elements from |
A vector of the numeric indices of the element of regions(x)
which fit the given criteria.