Description Usage Arguments Value Author(s)
View source: R/features-prediction.R
Identify splice junctions from genomic RNA-seq read alignments.
1 2 | predictJunctions(frag_exonic, frag_intron, min_junction_count, psi, min_anchor,
retain_coverage)
|
frag_exonic |
|
frag_intron |
|
min_junction_count |
Minimum fragment count required for a splice
junction to be included. If specified, argument |
psi |
Minimum splice frequency required for a splice junction to be included |
min_anchor |
Integer specifiying minimum anchor length |
retain_coverage |
Logical indicating whether coverage for each
exon should be retained as an |
IRanges
of splice junctions with metadata
columns “type” and “N”, and optionally
“N_splicesite” for retain_coverage = TRUE
Leonard Goldstein
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.