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 String
Name used by a batch factor. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Check if a factor is a batch factor.static boolean
Check if a given factor VO is a batch factor.
-
Field Details
-
BATCH_FACTOR_CATEGORIES
A list of all categories considered to be batch. -
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.
-