Call ComBat function for ComBat-adjustment of microarray gene expression data.
Usage
compute.combat(fileGeno, fileSample)
Arguments
fileGeno
A character string specifying the name of the gene expression file. Genes are in columns and samples are in rows. Column names should contain the gene names.
fileSample
A character string specifying the name of the file containing the sample or array names of gene expression data and batch ID.
Value
ComBat-adjusted gene expression data matrix. Genes are organized in rows and samples are organized in columns.