getMethSignal {minfi} | R Documentation |
Utility functions operating on objects from the minfi package.
getMethSignal(object, what = c("Beta", "M"), ...)
object |
An object from the minfi package supporting either
|
what |
Which signal is returned. |
... |
Passed to the method described by argument |
A matrix.
Kasper Daniel Hansen khansen@jhsph.edu.
if(require(minfiData)) { head(getMethSignal(MsetEx, what = "Beta")) }