Class DifferentialExpressionMetaAnalysisValueObject

java.lang.Object
ubic.gemma.core.analysis.expression.diff.DifferentialExpressionMetaAnalysisValueObject
All Implemented Interfaces:
Serializable

public class DifferentialExpressionMetaAnalysisValueObject extends Object implements Serializable
A value object with meta analysis results.
Author:
keshav
See Also:
  • Constructor Details

    • DifferentialExpressionMetaAnalysisValueObject

      public DifferentialExpressionMetaAnalysisValueObject()
  • Method Details

    • getFisherPValue

      public Double getFisherPValue()
    • setFisherPValue

      public void setFisherPValue(Double fisherPValue)
    • getGene

      public GeneValueObject getGene()
    • setGene

      public void setGene(GeneValueObject gene)
    • getActiveExperiments

      public Collection<BioAssaySet> getActiveExperiments()
    • setActiveExperiments

      public void setActiveExperiments(Collection<BioAssaySet> activeExperiments)
    • getProbeResults

      public Collection<DifferentialExpressionValueObject> getProbeResults()
    • setProbeResults

      public void setProbeResults(Collection<DifferentialExpressionValueObject> probeResults)
    • getSortKey

      public String getSortKey()
    • setSortKey

      public void setSortKey()
    • getNumSearchedExperiments

      public int getNumSearchedExperiments()
    • setNumSearchedExperiments

      public void setNumSearchedExperiments(int numSearchedExperiments)
    • getNumExperimentsInScope

      public int getNumExperimentsInScope()
    • setNumExperimentsInScope

      public void setNumExperimentsInScope(int numExperimentsInScope)
    • getNumMetThreshold

      public int getNumMetThreshold()
    • setNumMetThreshold

      public void setNumMetThreshold(int numMetThreshold)
    • toString

      public String toString()
      Overrides:
      toString in class Object