Learn R Programming

minfi (version 1.18.4)

getMethSignal: Various utilities

Description

Utility functions operating on objects from the minfi package.

Usage

getMethSignal(object, what = c("Beta", "M"), ...)

Arguments

object
An object from the minfi package supporting either getBeta or getM.
what
Which signal is returned.
...
Passed to the method described by argument what.

Value

Examples

Run this code
if(require(minfiData)) {
  head(getMethSignal(MsetEx, what = "Beta"))
}

Run the code above in your browser using DataLab