identify_exon_end: Determine the coordinates of a novel exon at the end of a...

Description Usage Arguments Value

View source: R/exon_from_sj.R

Description

Given a set of reads that share a novel splice junction, determine the the coordinates of a novel exon at the end of the splice junction. Only reads with the splice junctions (the novel SJ and a downstream SJ) are considered. If there are no reads with a second downstream SJ, take the range of the longest mapped part as an approximation for the coordinates of the novel exon (it probably is a terminal exon).

Usage

1
identify_exon_end(r, j_start, j_end, j_seqnames, j_strand)

Arguments

r

GAlignments object with reads that contain the novel splice junction.

j_start

Integer scalar. Start of the splice junction.

j_end

Integer scalar. End of the splice junction.

j_seqnames

Factor scalar. seqname of the splice junction.

j_strand

Factor scalar. Strand of the splice junction.

Value

data.frame with the coordinates of the predicted exon(s).


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