getSnpM: Computes M values after normalization of SNP data.

Description Usage Arguments Value Methods (by class) Examples

Description

Computes M values after normalization of SNP data.

Usage

1
2
3
4
getSnpM(object)

## S4 method for signature 'SampleSet'
getSnpM(object)

Arguments

object

of class SampleSet

Value

a matrix containing M values, log2(Meth/Unmeth), after normalization for SNP data

Methods (by class)

Examples

1
2
3
4
require(minfiData)
pData(RGsetEx)$cell_type <- rep(c("type1","type2"),3)
mySampleSet=fromRGChannelSet(RGsetEx)
snp=getSnpM(funtooNorm(mySampleSet))

funtooNorm documentation built on Nov. 8, 2020, 8:04 p.m.