Skip to content

Enum: ClusterType

The type of the entities in a cluster. Must be represented by a table in the CDM schema.

URI: ClusterType

Permissible Values

Value Meaning Description
Protein kb_cdm:Protein
Feature kb_cdm:Feature
ContigCollection kb_cdm:ContigCollection

Slots

Name Description
entity_type Type of entity being clustered

Identifier and Mapping Information

Schema Source

  • from schema: http://kbase.github.io/cdm-schema/cdm_schema

LinkML Source

name: ClusterType
description: The type of the entities in a cluster. Must be represented by a table
  in the CDM schema.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
rank: 1000
permissible_values:
  Protein:
    text: Protein
    meaning: kb_cdm:Protein
  Feature:
    text: Feature
    meaning: kb_cdm:Feature
  ContigCollection:
    text: ContigCollection
    meaning: kb_cdm:ContigCollection