Description Usage Arguments Value
The exon predictions based on reads at the start or end of the novel splice junction are filtered and in case there are no reads with two splice junctions (one of the coordinates is NA), determine if the novel exon could be terminal. If yes, take the exon predictions from the corresponding end of the splice junction.
1 2 3 4 5 6 7 8 | filter_terminal_sj(
start_coords,
end_coords,
j,
txdb = txdb,
gtxdb = gtxdb,
ebyTr = ebyTr
)
|
start_coords |
data.frame with exon predictions at the start of the novel SJ. |
end_coords |
data.frame with exon predictions at the end of the novel SJ. |
j |
data.frame with one row: the 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 |
data.frame with exon predictions, NULL if ambiguous or there are no supporting reads
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.