Description Usage Arguments Value Author(s) Examples
Transforms M values to beta values.
1 | rnb.mval2beta(mvals)
|
mvals |
|
The calculated beta values.
Pavlo Lutsik
1 2 3 4 5 6 | library(RnBeads.hg19)
data(small.example.object)
logger.start(fname=NA)
mvals <- rnb.beta2mval(meth(rnb.set.example))
bvals <- rnb.mval2beta(mvals)
all((bvals-meth(rnb.set.example))<1e-10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.