| sortExonsByRank {GenomicFeatures} | R Documentation |
WARNING: Starting with BioC 3.0, sortExonsByRank is defunct
with no replacement.
sortExonsByRank orders (or reorders) by rank the exons
stored in a GRangesList object containing
exons grouped by transcript.
# DEFUNCT. No replacement. sortExonsByRank(x, decreasing.rank.on.minus.strand=FALSE)
x |
A GRangesList object, typically coming from
|
decreasing.rank.on.minus.strand |
|
A GRangesList object with one top-level element per
transcript. More precisely, the returned object has the same "shape" (i.e.
same length and same number of elements per top-level element) as the input
GRangesList object x.
H. Pages