intersect_indices {ENCODExplorer}R Documentation

Calculate the intersection of a set of elements within a GenomicOverlaps object.

Description

Calculate the intersection of a set of elements within a GenomicOverlaps object.

Usage

intersect_indices(x, indices = names(x), exclusive = FALSE)

Arguments

x

A GenomicOverlaps object.

indices

The names of the elements from x whose intersection should be found.

exclusive

If TRUE, the returned intersection will exclude those ranges where the elements from indices are not the only ones present.

Value

A vector of the numeric indices of the element of regions(x) which fit the given criteria.


[Package ENCODExplorer version 2.12.1 Index]