predictCandidatesTerminal {SGSeq} | R Documentation |
Identify candidate terminal exons based on previously identified splice sites and regions with sufficient read coverage.
predictCandidatesTerminal(islands, splicesites, type = c("exon_L", "exon_R"))
islands |
|
splicesites |
|
type |
Character string indicating whether terminal exons should be identified to the left (“exon_L”) or right (“exon_R”) of provided splice sites |
IRanges
of candidate terminal exons
Leonard Goldstein