Description Usage Arguments Value
Given a set of reads that share a novel splice junction, determine the coordinates of a novel exon at the start of the splice junction. Only reads with the splice junctions (the novel SJ and an upstream SJ) are considered. If there are no reads with a second upstream 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).
1 | identify_exon_start(r, j_start, j_end, j_seqnames, j_strand)
|
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. |
data.frame with the coordinates of the predicted exon(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.