utils: Various utilities

getMethSignalR Documentation

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

A matrix.

Author(s)

Kasper Daniel Hansen khansen@jhsph.edu.

Examples

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

kasperdanielhansen/minfi documentation built on Jan. 13, 2024, 9:30 p.m.