Class DifferentialExpressionMetaAnalysisValueObject
java.lang.Object
ubic.gemma.core.analysis.expression.diff.DifferentialExpressionMetaAnalysisValueObject
- All Implemented Interfaces:
Serializable
A value object with meta analysis results.
- Author:
- keshav
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGene()
int
int
int
void
setActiveExperiments
(Collection<BioAssaySet> activeExperiments) void
setFisherPValue
(Double fisherPValue) void
setGene
(GeneValueObject gene) void
setNumExperimentsInScope
(int numExperimentsInScope) void
setNumMetThreshold
(int numMetThreshold) void
setNumSearchedExperiments
(int numSearchedExperiments) void
setProbeResults
(Collection<DifferentialExpressionValueObject> probeResults) void
toString()
-
Constructor Details
-
DifferentialExpressionMetaAnalysisValueObject
public DifferentialExpressionMetaAnalysisValueObject()
-
-
Method Details
-
getFisherPValue
-
setFisherPValue
-
getGene
-
setGene
-
getActiveExperiments
-
setActiveExperiments
-
getProbeResults
-
setProbeResults
-
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
-