Enum: EntityType
The type of an entity. Must be represented by a table in the CDM schema.
URI: kb_cdm:EntityType
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| Cluster | kb_cdm:Cluster | |
| Contig | kb_cdm:Contig | |
| ContigCollection | kb_cdm:ContigCollection | |
| EncodedFeature | kb_cdm:EncodedFeature | The output of transcribing a sequence; includes mRNA, tRNA, etc. |
| Feature | kb_cdm:Feature | |
| Protein | kb_cdm:Protein | |
| Sample | kb_cdm:Sample | |
| Contributor | kb_cdm:Contributor | |
| Project | kb_cdm:Project | |
| Experiment | kb_cdm:Experiment |
Identifier and Mapping Information
Schema Source
- from schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
LinkML Source
name: EntityType
description: The type of an entity. Must be represented by a table in the CDM schema.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
rank: 1000
permissible_values:
Cluster:
text: Cluster
meaning: kb_cdm:Cluster
Contig:
text: Contig
meaning: kb_cdm:Contig
ContigCollection:
text: ContigCollection
meaning: kb_cdm:ContigCollection
EncodedFeature:
text: EncodedFeature
description: The output of transcribing a sequence; includes mRNA, tRNA, etc.
meaning: kb_cdm:EncodedFeature
Feature:
text: Feature
meaning: kb_cdm:Feature
Protein:
text: Protein
meaning: kb_cdm:Protein
Sample:
text: Sample
meaning: kb_cdm:Sample
Contributor:
text: Contributor
meaning: kb_cdm:Contributor
Project:
text: Project
meaning: kb_cdm:Project
Experiment:
text: Experiment
meaning: kb_cdm:Experiment