RunCombatMat: Function that runs the original Combat script where no model...

Description Usage Arguments Examples

Description

It accepts an a matrix and gives back a matrix

Usage

1
RunCombatMat(eset, g)

Arguments

exprs:

matrix of expression

g:

factor defining the batches #'

Examples

1
2
3
4
abatch=ReadAffy()
abatch$Batch<-sapply(protocolData(abatch)$ScanDate,function(x){substr(x,1,10)}
eset<-rma(abatch)
RunCombatMat(exprs(eset),eset$Batch)

mssm-msf-2019/BiostatsALL documentation built on May 22, 2019, 12:16 p.m.