Description Usage Arguments Value Author(s)
Replaces all low coverage sites by NA
.
1 2 3 4 | rnb.execute.low.coverage.masking(
rnb.set,
covg.threshold = rnb.getOption("filtering.coverage.threshold")
)
|
rnb.set |
Methylation dataset as an object of type inheriting |
covg.threshold |
Threshold for minimal acceptable coverage, given as a non-negative |
List of three elements:
"dataset.before"
Copy of rnb.set
.
"dataset"
The (possibly) modified dataset after retaining sites on autosomes only.
"mask"
A logical matrix of dimension meth(rnb.set,type="sites")
indicating which
methylation values have been masked
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.