Class Contrast
java.lang.Object
ubic.gemma.model.analysis.expression.diff.Contrast
Represents a contrast.
- Author:
- poirigui
-
Method Summary
Modifier and TypeMethodDescriptionstatic ContrastCreate a contrast for a categorical factor.static ContrastCreate a contrast for a continuous factor.booleaninthashCode()static Contrastinteraction(FactorValue fv1, FactorValue fv2) Create an interaction of two categorical factors.booleanIndicate if this contrast is continuous.booleanIndicate if this contrast is an interaction of two or more factors.toString()
-
Method Details
-
continuous
Create a contrast for a continuous factor. -
categorical
Create a contrast for a categorical factor. -
interaction
Create an interaction of two categorical factors. -
getExperimentalFactor
-
getFactorValue
-
getSecondFactorValue
-
getFactorValues
-
isContinuous
public boolean isContinuous()Indicate if this contrast is continuous. -
isInteraction
public boolean isInteraction()Indicate if this contrast is an interaction of two or more factors. -
equals
-
hashCode
-
toString
-