Description Usage Arguments Details Value See Also
View source: R/ranges_helpers.R
Map range coordinates between features in the genome and transcriptome (reference) space.
1 2 3 4 5 6 7 |
grl |
a |
reference |
a GrangesList of ranges that include and are bigger or equal to grl ig. cds is grl and gene can be reference |
ignore.strand |
When ignore.strand is TRUE, strand is ignored in
overlaps operations (i.e., all strands are considered "+") and the
strand in the output is '*'. |
x.is.sorted |
if x is a GRangesList object, are "-" strand groups pre-sorted in decreasing order within group, default: TRUE |
tx.is.sorted |
if transcripts is a GRangesList object, are "-" strand groups pre-sorted in decreasing order within group, default: TRUE |
Similar to GenomicFeatures' pmapToTranscripts, but in this version the grl ranges are compared to reference ranges with same name, not by index. And it has a security fix.
a GRangesList in transcript coordinates
Other ExtendGenomicRanges:
coveragePerTiling()
,
extendLeaders()
,
extendTrailers()
,
reduceKeepAttr()
,
tile1()
,
txSeqsFromFa()
,
windowPerGroup()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.