utils: Various utilities

Description Usage Arguments Value Author(s) Examples

Description

Utility functions operating on objects from the minfi package.

Usage

1
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

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

minfi documentation built on Nov. 8, 2020, 4:53 p.m.