Description Usage Arguments Value Details
View source: R/exon_discovery_utils.R
This function computes if a splice junction (SJ) splices to a terminal exons. If the exon at the start of the SJ is terminal, the function returns "start", "end" if it is the exon at the end and "NA" if none of the exons are terminal.
1 | which_exon_terminal(j, txdb = txdb, gtxdb = gtxdb, ebyTr = ebyTr)
|
j |
GRanges object. Novel splice junction. |
txdb |
TxDb object, e.g. the "txdb" slot from the |
gtxdb |
GRanges object. All genes from the txdb parameter, e.g. obtained
with |
ebyTr |
GRangesList object. All exons per transcript of the txdb
parameter, e.g. obtained with |
Character string; either "start", "end" or "NA".
The function first overlaps the SJ with all genes and then with all transcripts of the overlapping gene.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.