Description Usage Arguments Value
View source: R/exon_discovery_utils.R
Find all exons with the same strand as the splice junction and that touch it. If a sj touches two exons, the exons must come from the same gene.
1 | sj_touching_exon(seqnames, start, end, strand, exons)
|
seqnames |
Character string or factor. Seqnames (chromosome) of the splice junction. |
start |
Integer scalar. Start of the splice junction. |
end |
Integer scalar. End of the splice junction. |
strand |
Character string or factor. Strand of the splice junction ("-" or "+"). |
exons |
GRanges object. Annotated exons. |
A string that defines which side of the splice junction is touching an exon: "both", "start", "end", NA if the splice junction does not touch an exon or if the exons come from different genes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.