Class Baseline

java.lang.Object
ubic.gemma.model.analysis.expression.diff.Baseline

public class Baseline extends Object
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 Details

    • categorical

      public static Baseline categorical(FactorValue fv)
      Create a baseline for a single categorical factor.
    • interaction

      public static Baseline interaction(FactorValue fv1, FactorValue fv2)
      Create a baseline for an interaction of factors.
    • getFactorValue

      public FactorValue getFactorValue()
    • getSecondFactorValue

      @Nullable public FactorValue getSecondFactorValue()
    • isInteraction

      public boolean isInteraction()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object