Learn R Programming

SGSeq (version 1.0.6)

predictJunctions: Identify splice junctions

Description

Identify splice junctions from genomic RNA-seq read alignments.

Usage

predictJunctions(frag_exonic, frag_intron, min_junction_count, psi, include_counts, retain_coverage)

Arguments

frag_exonic
IRangesList with exonic regions from alignments
frag_intron
IRangesList with introns implied by spliced alignments
min_junction_count
Minimum fragment count required for a splice junction to be included. If specified, argument alpha is ignored.
psi
Minimum splice frequency required for a splice junction to be included
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 splice junctions with elementMetadata column “type” and optionally “N” (for include_counts = TRUE), “N_splicesite” (for retain_coverage = TRUE)