Class Categories
- java.lang.Object
-
- ubic.gemma.model.common.description.Categories
-
public final class Categories extends Object
Enumeration of commonly used categories for referring to in the code.Entries here have corresponding declarations in
EFO.factor.categories.txt
and are also available viaOntologyService.getCategoryTerms()
in the form of ontology terms.
-
-
Constructor Summary
Constructors Constructor Description Categories()
-
-
-
Field Detail
-
UNCATEGORIZED
public static final Category UNCATEGORIZED
Indicate an uncategorized term.
-
TREATMENT
public static final Category TREATMENT
-
CELL_TYPE
public static final Category CELL_TYPE
-
GENOTYPE
public static final Category GENOTYPE
-
ASSAY
public static final Category ASSAY
-
TIMEPOINT
public static final Category TIMEPOINT
-
BLOCK
public static final Category BLOCK
-
-