Class BatchEffectDetails.BatchEffectStatistics

java.lang.Object
ubic.gemma.core.analysis.preprocess.batcheffects.BatchEffectDetails.BatchEffectStatistics
Enclosing class:
BatchEffectDetails

public class BatchEffectDetails.BatchEffectStatistics extends Object
  • 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.