Description Usage Arguments Value
View source: R/Estim_defineIntrons.R
This functions determines sample-specific intron borders used for counting intronic reads.
1 2 3 4 5 6 7 8 9 | defineIntronicIntervals(
gtf,
saveDir,
junctionFile,
keepAnnotatedRI = FALSE,
min_map_cross_junc = 5,
min_novel_intron_width = 30,
verbose = TRUE
)
|
gtf |
Path towards a reference transcriptome (gtf or gff format) |
saveDir |
Path to where output files will be saved |
junctionFile |
Junction file output by STAR (.tab files) |
keepAnnotatedRI |
Whether introns annotated as "retained" in the gtf should be considered. (ie: transcripts annotated as "retained_intron" will be removed prior to defining intronic intervals) (Default: TRUE) |
min_map_cross_junc |
Minimal number of reads supporting a junction to consider a novel intron |
min_novel_intron_width |
Minimal width for an intronic interval to be kept |
verbose |
(Default: TRUE) |
Outputs curated and independent intronic intervals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.