Description Usage Arguments Examples
See ComBat_MSF. It accepts an ExpressionSet and returns also an ExpressionSet.
1 | RunCombat_MSF(eset, g, covariates = NULL)
|
eset: |
object of class ExpressionSet |
g: |
factor defining the batches |
covariates: |
names of the covariates to be found in pData(eset) |
1 2 3 4 | abatch=ReadAffy()
abatch$Batch<-sapply(protocolData(abatch)$ScanDate,function(x){substr(x,1,10)}
eset<-rma(abatch)
RunCombat_MSF(eset,eset$Batch)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.