groupByOverlaps {soGGi}R Documentation

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

data(ik_Example)
 gts <- groupByOverlaps(ik_Example)

[Package soGGi version 1.20.0 Index]