Class ExperimentFactorUtils
java.lang.Object
ubic.gemma.model.expression.experiment.ExperimentFactorUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionA list of all categories considered to be batch.static final StringName used by a batch factor. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanCheck if a factor is a batch factor.static booleanCheck if a given factor VO is a batch factor.
-
Field Details
-
BATCH_FACTOR_CATEGORIES
-
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
Check if a factor is a batch factor. -
isBatchFactor
Check if a given factor VO is a batch factor.
-