union_regions {ENCODExplorer}R Documentation

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

Description

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

Usage

union_regions(x, indices = names(x))

Arguments

x

A GenomicOverlaps object.

indices

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

Value

A GRanges objects containing the ranges from regions(x) which fit the given criteria.


[Package ENCODExplorer version 2.14.0 Index]