Class BatchEffectDetails.BatchEffectStatistics
java.lang.Object
ubic.gemma.core.analysis.preprocess.batcheffects.BatchEffectDetails.BatchEffectStatistics
- Enclosing class:
BatchEffectDetails
-
Method Summary
Modifier and TypeMethodDescriptionint
A PCA component that is explained by the batch factor.double
The variance explained by the component.double
A P-value statistic for that component.
-
Method Details
-
getComponent
public int getComponent()A PCA component that is explained by the batch factor. It is 1-based. -
getComponentVarianceProportion
public double getComponentVarianceProportion()The variance explained by the component. -
getPvalue
public double getPvalue()A P-value statistic for that component.
-