getMethSignal | 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"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.