Description Usage Arguments Value Author(s)
View source: R/features-prediction.R
Identify terminal exons based on candidate terminal exons and compatible read coverage.
| 1 2 | predictExonsTerminal(candidates, frag_exonic, frag_intron, relCov, min_anchor,
  type = c("exon_L", "exon_R"), include_counts, retain_coverage)
 | 
| candidates | 
 | 
| frag_exonic | 
 | 
| frag_intron | 
 | 
| relCov | Minimum relative coverage required for exon prediction | 
| min_anchor | Integer specifiying minimum anchor length | 
| type | Character string indicating whether terminal exons should be identified to the left (“exon_L”) or right (“exon_R”) of provided splice sites | 
| 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  | 
IRanges of terminal exons with metadata column
“type” and optionally “N” for
include_counts = TRUE, “N_splicesite”,
“coverage” for retain_coverage = TRUE
Leonard Goldstein
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.