Learn R Programming

SGSeq (version 1.0.6)

predictExonsTerminal: Identify terminal exons

Description

Identify terminal exons based on candidate terminal exons and compatible read coverage.

Usage

predictExonsTerminal(candidates, frag_exonic, frag_intron, relCov, type = c("exon_L", "exon_R"), include_counts, retain_coverage)

Arguments

candidates
IRanges of candidate internal exons
frag_exonic
IRangesList with exonic regions from alignments
frag_intron
IRangesList with introns implied by spliced alignments
relCov
Minimum relative coverage required for exon prediction
type
Character string indicating whether terminal exons should be identified to the left (“exon_L”) or right (“exon_R”) of provided splice junctions
include_counts
Logical indicating whether counts of compatible fragments should be included in elementMetadata column “N”
retain_coverage
Logical indicating whether coverages for each exon should be retained as an IntegerList in elementMetadata column “coverage”. This allows filtering of features using more stringent criteria after the initial prediction.

Value

IRanges of terminal exons with elementMetadata column “type” and optionally “N” (for include_counts = TRUE), “N_splicesite”, “coverage” (for retain_coverage = TRUE)