gr.dice: Dice up 'GRanges' into 'width = 1' 'GRanges' spanning the...

gr.diceR Documentation

Dice up GRanges into width = 1 GRanges spanning the input (warning can produce a very large object)

Description

Dice up GRanges into width = 1 GRanges spanning the input (warning can produce a very large object)

Usage

gr.dice(gr)

Arguments

gr

GRanges object to dice

Value

GRangesList where kth element is a diced pile of GRanges from kth input GRanges

Author(s)

Marcin Imielinski

Examples

gr.dice(GRanges(c(1,4), IRanges(c(10,10),20)))

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