Class GeneDifferentialExpressionMetaAnalysis
- java.lang.Object
- 
- 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,- Serializable,- Securable,- Describable,- Identifiable
 
 public class GeneDifferentialExpressionMetaAnalysis extends ExpressionAnalysis implements Securable Represents an analysis that combines the results of other analyses of differential expression.- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGeneDifferentialExpressionMetaAnalysis.Factory
 - 
Constructor SummaryConstructors Constructor Description GeneDifferentialExpressionMetaAnalysis()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetNumGenesAnalyzed()DoublegetQvalueThresholdForStorage()Set<GeneDifferentialExpressionMetaAnalysisResult>getResults()Set<ExpressionAnalysisResultSet>getResultSetsIncluded()voidsetNumGenesAnalyzed(Integer numGenesAnalyzed)voidsetQvalueThresholdForStorage(Double qvalueThresholdForStorage)voidsetResults(Set<GeneDifferentialExpressionMetaAnalysisResult> results)voidsetResultSetsIncluded(Set<ExpressionAnalysisResultSet> resultSetsIncluded)- 
Methods inherited from class ubic.gemma.model.analysis.AnalysisgetProtocol, setProtocol
 - 
Methods inherited from class ubic.gemma.model.common.AbstractDescribableequals, getDescription, getId, getName, hashCode, setDescription, setId, setName, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface ubic.gemma.model.common.IdentifiablegetId
 
- 
 
- 
- 
- 
Method Detail- 
getNumGenesAnalyzedpublic 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.
 
 - 
setNumGenesAnalyzedpublic void setNumGenesAnalyzed(Integer numGenesAnalyzed) 
 - 
getQvalueThresholdForStoragepublic Double getQvalueThresholdForStorage() - Returns:
- The threshold, if any, used to determine which of the metaAnalysis results are persisted to the system.
 
 - 
setQvalueThresholdForStoragepublic void setQvalueThresholdForStorage(Double qvalueThresholdForStorage) 
 - 
getResultspublic Set<GeneDifferentialExpressionMetaAnalysisResult> getResults() 
 - 
setResultspublic void setResults(Set<GeneDifferentialExpressionMetaAnalysisResult> results) 
 - 
getResultSetsIncludedpublic Set<ExpressionAnalysisResultSet> getResultSetsIncluded() 
 - 
setResultSetsIncludedpublic void setResultSetsIncluded(Set<ExpressionAnalysisResultSet> resultSetsIncluded) 
 
- 
 
-