Learn R Programming

soGGi (version 1.4.4)

groupByOverlaps: Create GRangeslist from all combinations of GRanges

Description

Create GRangeslist from all combinations of GRanges

Usage

groupByOverlaps(testRanges)

Arguments

testRanges
A named list of GRanges or a named GRangesList

Value

groupedGRanges A named GRangesList object.

Examples

Run this code
data(ik_Example)
 gts <- groupByOverlaps(ik_Example)

Run the code above in your browser using DataLab