Description Usage Arguments Details Value
View source: R/ranges_helpers.R
There are two ways to make vector of exon ranking: 1. Iterate per exon in ORF, byTranscript = FALSE 2. Iterate per ORF in transcript, byTranscript = TRUE.
1 | makeExonRanks(grl, byTranscript = FALSE)
|
grl |
a |
byTranscript |
logical (default: FALSE), groups orfs by transcript name or ORF name, if ORfs are by transcript, check duplicates. |
Either by transcript or by original groupings. Must be ordered, so that same transcripts are ordered together.
an integer vector of indices for exon ranks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.