Class GeneDifferentialExpressionMetaAnalysis
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.common.AbstractDescribable
ubic.gemma.model.analysis.Analysis
ubic.gemma.model.analysis.expression.ExpressionAnalysis
ubic.gemma.model.analysis.expression.diff.GeneDifferentialExpressionMetaAnalysis
- All Implemented Interfaces:
gemma.gsec.model.Securable
,Securable
,Describable
,Identifiable
Represents an analysis that combines the results of other analyses of differential expression.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Important note: Two objects with the same class and non-null ID must be considered equal.void
setNumGenesAnalyzed
(Integer numGenesAnalyzed) void
setQvalueThresholdForStorage
(Double qvalueThresholdForStorage) void
void
setResultSetsIncluded
(Set<ExpressionAnalysisResultSet> resultSetsIncluded) Methods inherited from class ubic.gemma.model.analysis.Analysis
getName, getProtocol, setName, setProtocol
Methods inherited from class ubic.gemma.model.common.AbstractDescribable
getDescription, hashCode, setDescription, toString
Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ubic.gemma.model.common.Identifiable
getId
Methods inherited from interface gemma.gsec.model.Securable
getId
-
Constructor Details
-
GeneDifferentialExpressionMetaAnalysis
public GeneDifferentialExpressionMetaAnalysis()
-
-
Method Details
-
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
-
getQvalueThresholdForStorage
- Returns:
- The threshold, if any, used to determine which of the metaAnalysis results are persisted to the system.
-
setQvalueThresholdForStorage
-
getResults
-
setResults
-
getResultSetsIncluded
-
setResultSetsIncluded
-
equals
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 classAbstractIdentifiable
-