Usage
predictTxFeaturesRanges(file_bam, paired_end, which, min_junction_count, psi, beta, gamma, include_counts, retain_coverage, junctions_only)
Arguments
file_bam
BAM file with genomic RNA-seq read alignments
paired_end
Logical, TRUE
for paired-end data,
FALSE
for single-end data
which
GRanges
of genomic regions to be considered for
feature prediction, passed to ScanBamParam
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
beta
Minimum relative coverage required for an internal exon
to be included
gamma
Minimum relative coverage required for a terminal exon
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.
junctions_only
Logical indicating whether predictions
should be limited to identification of splice junctions only