Description Usage Arguments Value
View source: R/Estim_prepareJunctionSites.R
This function extracts and merges junctions counts information (for each intron_group) from a STAR junction file.
It is intended to be used after calling ['defineIntrons()'], with the same saveDir
.
1 2 3 4 5 6 7 8 9 | prepareJunctionSites(
gtf,
saveDir,
junctionFile,
min_map_cross_junc = 5,
indIntronsFile = NULL,
annotIntronsFile = NULL,
verbose = TRUE
)
|
gtf |
Path to a reference transcriptome in a gtf/gff file. |
saveDir |
Path to a Project directory. |
junctionFile |
Junction file output by STAR. |
min_map_cross_junc |
Minimal number of supporting reads an intron detected from splice-aware alignments should have (Default: 3). |
indIntronsFile |
Path to a file with independent intron intervals as output by ['defineIntrons()'] (Default: NULL).
Need not be specified when |
annotIntronsFile |
Path to a file with annotated intron intervals as output by ['defineIntrons()'] (Default: NULL).
Need not be specified when |
verbose |
(DEFAULT: TRUE) |
Creates and saves files "junction_clusters.txt" and "junction_sites.txt" in saveFolder
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.