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

Description Usage Arguments Value

View source: R/GenomicOverlaps.R

Description

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

Usage

1
consensus_indices(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 vector of the numeric indices of the element of regions(x) which fit the given criteria.


ENCODExplorer documentation built on Nov. 8, 2020, 5:11 p.m.