consensus_regions {ENCODExplorer}R Documentation

Determines which regions form a "consensus" from all input regions.

Description

Determines which regions form a "consensus" from all input regions.

Usage

consensus_regions(x, consensus_threshold = 1, consensus_threshold_n = NULL)

Arguments

x

A GenomicOverlaps object.

consensus_threshold

The fraction of input regions which must have a given region for it to be selected.

consensus_threshold_n

The absolute number of input regions which must have a given region for it to be selected.

Value

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


[Package ENCODExplorer version 2.14.0 Index]