Class BatchEffectDetails


  • public class BatchEffectDetails
    extends Object
    provide some basic information about the properties and strength of a batch effect, if any.
    Author:
    Paul
    • Method Detail

      • getComponent

        public Integer getComponent()
      • getComponentVarianceProportion

        public double getComponentVarianceProportion()
      • getDataWasBatchCorrected

        public boolean getDataWasBatchCorrected()
      • getHadSingletonBatches

        public Boolean getHadSingletonBatches()
      • getHadUninformativeHeaders

        public Boolean getHadUninformativeHeaders()
      • getPvalue

        public double getPvalue()
      • hasBatchInformation

        public boolean hasBatchInformation()
      • isFailedToGetBatchInformation

        public boolean isFailedToGetBatchInformation()
      • isSingleBatch

        public boolean isSingleBatch()
        Returns:
        true if the experiment was determined to have just one batch, or false for any other state (including we don't know)
      • setComponent

        public void setComponent​(Integer component)
      • setComponentVarianceProportion

        public void setComponentVarianceProportion​(double componentVarianceProportion)
      • setPvalue

        public void setPvalue​(double pvalue)