collapse_regions: Collapses a list of genomic ranges into a single set of...

Description Usage Arguments Value

View source: R/operations.R

Description

Ranges are prioritized in the input list order. So, if the first element of the list (A) covers the range 1-10, and the second element (B) covers the range 5-15, then the resulting ranges will have a 1-10 range named A, and a 11-15 range named 'B'.

Usage

1

Arguments

grl

The ranges to be collapsed.

Value

The collapsed regions.


ArnaudDroitLab/GenomicIntersection documentation built on Oct. 19, 2019, 5:37 a.m.