Closed lwaldron closed 7 years ago
Hi Levi, @lwaldron
The internal representation of the object is a GRangesList but the only way to get at the GRanges from the user level is via rowRanges
. This will pool the ranges across all samples.
example("RaggedExperiment")
rowRanges(re3)
Update: you can now convert to GRangesList
if necessary.
as(re3, "GRangesList")
I can't see any way to get at individual GRanges: