Class DifferentialExpressionAnalysisConfig
java.lang.Object
ubic.gemma.core.analysis.expression.diff.DifferentialExpressionAnalysisConfig
Holds the settings used for differential expression analysis, and defines some defaults.
- Author:
- keshav
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final boolean
Default value for whether moderated test statistics should be used. -
Constructor Summary
ConstructorsConstructorDescriptionCopy constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addBaseLineFactorValues
(Map<ExperimentalFactor, FactorValue> baselineConditions) void
addFactorsToInclude
(Collection<ExperimentalFactor> factors) Add a collection of factors to include in the analysis.void
addInteractionsToInclude
(Collection<Collection<ExperimentalFactor>> interactions) void
Add an interaction of two factors to include in the analysis.toString()
-
Field Details
-
DEFAULT_MODERATE_STATISTICS
public static final boolean DEFAULT_MODERATE_STATISTICSDefault value for whether moderated test statistics should be used.- See Also:
-
-
Constructor Details
-
DifferentialExpressionAnalysisConfig
public DifferentialExpressionAnalysisConfig() -
DifferentialExpressionAnalysisConfig
Copy constructor.
-
-
Method Details
-
addFactorsToInclude
Add a collection of factors to include in the analysis. -
addInteractionToInclude
Add an interaction of two factors to include in the analysis. -
addInteractionsToInclude
-
addBaseLineFactorValues
-
toAnalysis
- Returns:
- representation of this analysis with populated protocol holding information from this.
-
toString
-