Class ContrastResult.Factory
java.lang.Object
ubic.gemma.model.analysis.expression.diff.ContrastResult.Factory
- Enclosing class:
ContrastResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContrastResult
static ContrastResult
newInstance
(Double pvalue, Double tstat, Double coefficient, Double logFoldChange, FactorValue factorValue, FactorValue secondFactorValue)
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
newInstance
-
newInstance
public static ContrastResult newInstance(Double pvalue, Double tstat, Double coefficient, Double logFoldChange, @Nullable FactorValue factorValue, @Nullable FactorValue secondFactorValue)
-