Description Usage Arguments Examples
Inputs and Outputs are the same as in ComBat.R
1 2 3 | ComBat_MSF(expression_xls, sample_info_file, type = "txt", write = T,
covariates = "all", par.prior = T, filter = F, skip = 0,
prior.plots = T)
|
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)
out<-RunCombat_MSF(exprs(eset),eset$Batch)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.