Class: Cluster
Represents an individual execution of a clustering protocol. See the Cluster_X_Protein class for clustering results.
URI: kb_cdm:Cluster
classDiagram
class Cluster
click Cluster href "../Cluster"
Cluster : cluster_id
Cluster : description
Cluster : protocol_id
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
cluster_id | 1 UUID |
Internal (CDM) unique identifier | direct |
description | 0..1 String |
Description of the cluster | direct |
protocol_id | 0..1 String |
Protocol used to generate the cluster | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/cdm-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kb_cdm:Cluster |
native | kb_cdm:Cluster |
LinkML Source
Direct
name: Cluster
description: Represents an individual execution of a clustering protocol. See the
Cluster_X_Protein class for clustering results.
from_schema: https://github.com/kbase/cdm-schema
attributes:
cluster_id:
name: cluster_id
description: Internal (CDM) unique identifier.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
identifier: true
domain_of:
- Cluster
- Cluster_X_Protein
range: UUID
required: true
description:
name: description
description: Description of the cluster.
from_schema: https://github.com/kbase/cdm-schema
domain_of:
- NamedThing
- Cluster
- Event
- Experiment
- Identifier
- Name
- Project
- Protein
- Sample
protocol_id:
name: protocol_id
description: Protocol used to generate the cluster.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
domain_of:
- Cluster
- Feature
- Measurement
- Protocol
Induced
name: Cluster
description: Represents an individual execution of a clustering protocol. See the
Cluster_X_Protein class for clustering results.
from_schema: https://github.com/kbase/cdm-schema
attributes:
cluster_id:
name: cluster_id
description: Internal (CDM) unique identifier.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
identifier: true
alias: cluster_id
owner: Cluster
domain_of:
- Cluster
- Cluster_X_Protein
range: UUID
required: true
description:
name: description
description: Description of the cluster.
from_schema: https://github.com/kbase/cdm-schema
alias: description
owner: Cluster
domain_of:
- NamedThing
- Cluster
- Event
- Experiment
- Identifier
- Name
- Project
- Protein
- Sample
range: string
protocol_id:
name: protocol_id
description: Protocol used to generate the cluster.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: protocol_id
owner: Cluster
domain_of:
- Cluster
- Feature
- Measurement
- Protocol
range: string