Description Usage Arguments Value See Also
View source: R/Estim_defineIntrons.R
This junctions merges junction files
1 2 3 4 5 6 | mergeJunctionFiles(
junctionFiles,
min_map_cross_junc = 5,
min_novel_intron_width = 30,
verbose = TRUE
)
|
junctionFiles |
A character vector with STAR output files to be merged (.tab) |
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) Whether to print summary messages |
A data.frame containing intronic intervals detected by STAR and junction counts summarised over all input junction files
* ['defineIntronicIntervals()'] to define the intronic intervals (...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.