Class 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 via OntologyService.getCategoryTerms() in the form of ontology terms.

    • 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
    • Constructor Detail

      • Categories

        public Categories()