Description Usage Arguments Value
View source: R/Estim_curateIntrons.R
This function removes low mappability regions from intronic intervals. Blacklisted regions are those having mappability score below a given threshold and spanning a minimal width (eg: read length). In certain cases (depending on read length and your reference genome) pre-computed mappability scores can be downloaded from ENCODE databases.
1 2 3 4 5 6 7 8 | curateIntrons(
mappabilityFile = NULL,
chainPath = NULL,
readLength,
minMapScore = 0.5,
saveDir,
verbose = TRUE
)
|
mappabilityFile |
Path to the (bed?) file containing mappability score to use. If NULL, no mappability curation will be performed (Default: NULL). |
chainPath |
(Default: NULL). A |
readLength |
Consider only low mappability region longer than this value. |
minMapScore |
Masq regions with mappability score below this value (Default: 0.5) |
saveDir |
Path to the directory where all sample results are saved. |
verbose |
Whether information messages should be displayed (DEFAULT: TRUE). |
A GRangesList
having same length as indIntrons
listing sub-intervals
with mappability score and width above the specified thresholds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.