downstreamOfPerGroup | R Documentation |
Per group get the part downstream of position. downstreamOfPerGroup(tx, stopSites(cds, asGR = TRUE)) will return the 3' utrs per transcript as GRangesList, usually used for interesting parts of the transcripts.
downstreamOfPerGroup(tx, downstreamOf)
tx |
a |
downstreamOf |
a vector of integers, for each group in tx, where is the new start point of first valid exon. Can also be a GRangesList, then stopsites will be used. |
If you want to include the points given in the region, use downstreamFromPerGroup
a GRangesList of downstream part
Other GRanges:
assignFirstExonsStartSite()
,
assignLastExonsStopSite()
,
downstreamFromPerGroup()
,
upstreamFromPerGroup()
,
upstreamOfPerGroup()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.