public class ComBat<R,C> extends Object
Johnson, WE, Rabinovic, A, and Li, C (2007). Adjusting batch effects in microarray expression data using Empirical Bayes methods. Biostatistics 8(1):118-127.
Constructor and Description |
---|
ComBat(DoubleMatrix<R,C> data,
ObjectMatrix<C,String,?> sampleInfo) |
Modifier and Type | Method and Description |
---|---|
DoubleMatrix2D |
getDesignMatrix() |
void |
plot(String filePrefix)
Make diagnostic plots.
|
DoubleMatrix2D |
run() |
DoubleMatrix2D |
run(boolean parametric) |
public ComBat(DoubleMatrix<R,C> data, ObjectMatrix<C,String,?> sampleInfo)
public DoubleMatrix2D getDesignMatrix()
public void plot(String filePrefix)
filePrefix
- file prefixpublic DoubleMatrix2D run() throws ubic.gemma.core.analysis.preprocess.batcheffects.ComBatException
ComBatException
- combat problemspublic DoubleMatrix2D run(boolean parametric) throws ubic.gemma.core.analysis.preprocess.batcheffects.ComBatException
parametric
- if false, use the non-parametric (slower) method for estimating the priors.ComBatException
- combat problemsCopyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.