gr.reduce: Minimal overlaps for GRanges/GRangesList

gr.reduceR Documentation

Minimal overlaps for GRanges/GRangesList

Description

Takes any number of GRanges or GRangesList and reduces them to the minimal set of overlapping windows, ignoring strand (optional). Can also collapse only within levels of a meta data field "by"

Usage

gr.reduce(..., by = NULL, ignore.strand = TRUE, span = FALSE)

Arguments

...

GRanges or GRangesList

Details

Will populate output with metadata of first row of input contributing the reduced output range.

Value

GRanges


mskilab/gUtils documentation built on June 6, 2023, 12:08 a.m.