Description Usage Arguments Examples
It accepts an a matrix and gives back a matrix
1 | RunCombatMat(eset, g)
|
exprs: |
matrix of expression |
g: |
factor defining the batches #' |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.