grl.unlist | R Documentation |
GRangesList
that keeps track of originRobust unlisting of GRangesList
that keeps track of origin
Does a "nice" unlist of a GRangesList
object adding a field grl.ix
denoting which element of the GRangesList
each GRanges
corresponds to and a field grl.iix
which saves the (local) index that that gr was in its corresponding GRangesList
item
In this way, grl.unlist
is reversible, while BiocGenerics::unlist
is not.
grl.unlist(grl)
grl |
|
GRanges
with added metadata fields grl.ix
and grl.iix
.
grl.unlist(grl.hiC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.