filter_trans_splice_junctions: Filter novel splice junctions based on overlapping genes

Description Usage Arguments Value

View source: R/exon_discovery_utils.R

Description

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.

Usage

1

Arguments

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.

Value

Logical scalar. FALSE if the start and end of the SJ overlap with different genes.


khembach/DISCERNS documentation built on June 23, 2020, 3:35 p.m.