Computing the GRanges footprint of the gTrack object on the genome usage: reduce(gt) # outputs a GRanges

# S4 method for gTrack
reduce(x, drop.empty.ranges = FALSE, ...)

Arguments

x

gTrack object to retrieve reduced GRanges from

...

additional arguments to GRanges reduce function

Value

GRanges with the minimal footprint of the gTrack data

Author

Marcin Imielinski