Class BatchConfound
java.lang.Object
ubic.gemma.core.analysis.preprocess.batcheffects.BatchConfound
Represents a summary of a batch effect confound.
- Author:
- paul
-
Constructor Summary
ConstructorsConstructorDescriptionBatchConfound(BioAssaySet bioAssaySet, ExperimentalFactor factor, double chiSquare, int df, double pValue, int numBatches) Creates a newBatchConfoundinstance. -
Method Summary
-
Constructor Details
-
BatchConfound
public BatchConfound(BioAssaySet bioAssaySet, ExperimentalFactor factor, double chiSquare, int df, double pValue, int numBatches) Creates a newBatchConfoundinstance.- Parameters:
bioAssaySet- Experiment or subset this confound is applicable to.factor- Factor being confounded with the batches.chiSquare-df-pValue-numBatches- Number of batches.
-
-
Method Details
-
toString
-
getBioAssaySet
Experiment or subset this confound is applicable to. -
getFactor
Factor being confounded with the batches. -
getChiSquare
public double getChiSquare() -
getDf
public int getDf() -
getPValue
public double getPValue() -
getNumBatches
public int getNumBatches()Number of batches. -
equals
-
hashCode
public int hashCode()
-