Description Usage Arguments Value Author(s) Examples
Utility functions operating on objects from the minfi package.
1 | 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.
1 2 3 | 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.