| rnb.execute.high.dpval.masking {RnBeads} | R Documentation |
Replaces all low coverage sites by NA.
rnb.execute.high.dpval.masking(rnb.set, dpval.threshold = 0.05)
rnb.set |
Methylation dataset as an object of type inheriting |
dpval.threshold |
Threshold for maximal acceptable detection p-value, 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