Class ExperimentFactorUtils

java.lang.Object
ubic.gemma.model.expression.experiment.ExperimentFactorUtils

public class ExperimentFactorUtils extends Object
  • Field Details

    • BATCH_FACTOR_CATEGORIES

      public static final List<Category> BATCH_FACTOR_CATEGORIES
      A list of all categories considered to be batch.
    • BATCH_FACTOR_NAME

      public static final String BATCH_FACTOR_NAME
      Name used by a batch factor.

      This is used only if the factor lacks a category.

      See Also:
  • Constructor Details

    • ExperimentFactorUtils

      public ExperimentFactorUtils()
  • Method Details

    • isBatchFactor

      public static boolean isBatchFactor(ExperimentalFactor ef)
      Check if a factor is a batch factor.
    • isBatchFactor

      public static boolean isBatchFactor(ExperimentalFactorValueObject ef)
      Check if a given factor VO is a batch factor.