Learn R Programming

SGSeq (version 1.6.5)

predictExonsInternal: Identify internal exons

Description

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

Usage

predictExonsInternal(candidates, frag_exonic, frag_intron, relCov, min_anchor, 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
min_anchor
Integer specifiying minimum anchor length
include_counts
Logical indicating whether counts of compatible fragments should be included in metadata column “N”
retain_coverage
Logical indicating whether coverage for each exon should be retained as an RleList in metadata column “coverage”. This allows filtering of features using more stringent criteria after the initial prediction.

Value

IRanges of internal exons with metadata column “type” and optionally “N” for include_counts = TRUE, “N_splicesite”, “coverage” for retain_coverage = TRUE