Class Baseline
java.lang.Object
ubic.gemma.model.analysis.expression.diff.Baseline
Represents a baseline for a single factor or an interaction of factors.
This class is proxy-safe as long as hashCode()
isn't being used.
- Author:
- poirigui
-
Method Summary
Modifier and TypeMethodDescriptionstatic Baseline
Create a baseline for a single categorical factor.boolean
int
hashCode()
static Baseline
interaction
(FactorValue fv1, FactorValue fv2) Create a baseline for an interaction of factors.boolean
toString()
-
Method Details
-
categorical
Create a baseline for a single categorical factor. -
interaction
Create a baseline for an interaction of factors. -
getFactorValue
-
getSecondFactorValue
-
isInteraction
public boolean isInteraction() -
equals
-
hashCode
public int hashCode() -
toString
-