Description Usage Arguments Value Author(s) Examples
Transforms beta values to M values, adjusting for +infinity and -infinity.
1 | rnb.beta2mval(betas, epsilon = 1e-05)
|
betas |
|
epsilon |
Single |
The calculated and adjusted M values.
Fabian Mueller
1 2 3 4 5 | library(RnBeads.hg19)
data(small.example.object)
logger.start(fname=NA)
mvals <- rnb.beta2mval(meth(rnb.set.example))
summary(mvals)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.