reduce_peaks {exomePeak2}R Documentation

A function to reduce ranges between elements within a GRangesList.

Description

reduce_inter_grl redivide and reduce the overlapping GRangesList element.

Usage

reduce_peaks(peaks_grl, txdb)

Arguments

peaks_grl

The GRangesList of the peaks region to be reduced.

txdb

The txdb object used during the generation of the peaks.

Value

GRangesList object that is reduced between its inner elements. The metadata collumn is preserved, however the names is not tracked anymore.


[Package exomePeak2 version 1.6.1 Index]