Class Contrast
java.lang.Object
ubic.gemma.model.analysis.expression.diff.Contrast
Represents a contrast.
- Author:
- poirigui
-
Method Summary
Modifier and TypeMethodDescriptionstatic Contrast
Create a contrast for a categorical factor.static Contrast
Create a contrast for a continuous factor.boolean
int
hashCode()
static Contrast
interaction
(FactorValue fv1, FactorValue fv2) Create an interaction of two categorical factors.boolean
Indicate if this contrast is continuous.boolean
Indicate 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
public int hashCode() -
toString
-