Class GeneDifferentialExpressionMetaAnalysis

    • Constructor Detail

      • GeneDifferentialExpressionMetaAnalysis

        public GeneDifferentialExpressionMetaAnalysis()
    • Method Detail

      • getNumGenesAnalyzed

        public Integer getNumGenesAnalyzed()
        Returns:
        How many genes were included in the meta-analysis. This does not mean that all genes were analyzed in all the experiments.
      • setNumGenesAnalyzed

        public void setNumGenesAnalyzed​(Integer numGenesAnalyzed)
      • getQvalueThresholdForStorage

        public Double getQvalueThresholdForStorage()
        Returns:
        The threshold, if any, used to determine which of the metaAnalysis results are persisted to the system.
      • setQvalueThresholdForStorage

        public void setQvalueThresholdForStorage​(Double qvalueThresholdForStorage)
      • equals

        public boolean equals​(Object object)
        Description copied from class: AbstractIdentifiable
        Important note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.
        Specified by:
        equals in class AbstractIdentifiable