Description Usage Arguments Value
View source: R/exon_discovery_utils.R
This function filters splice junctions based on the genes that overlap with the start and end of the splice junction, and that are crossed by the splice junction.
1 | filter_trans_splice_junctions(sg, eg, sjg)
|
sg |
Integer vector. Index of the genes that overlap with the SJ start. |
eg |
Integer vector. Index of the genes that overlap with the SJ end. |
sjg |
Integer vector. Index of the genes that overlap with the SJ. |
Logical scalar. FALSE if the start and end of the SJ overlap with different genes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.