Class: FeatureXProtein
Captures the relationship between a feature and a protein; equivalent to feature encodes protein.
classDiagram
class FeatureXProtein
click FeatureXProtein href "../FeatureXProtein"
Table <|-- FeatureXProtein
click Table href "../Table"
FeatureXProtein : feature_id
FeatureXProtein : protein_id
Inheritance
- Table
- FeatureXProtein
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
feature_id | 1 UUID |
Internal (CDM) unique identifier for a feature | direct |
protein_id | 1..* UUID |
Internal (CDM) unique identifier for a protein | direct |
Identifier and Mapping Information
Schema Source
- from schema: http://kbase.github.io/cdm-schema/cdm_schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kb_cdm:FeatureXProtein |
native | kb_cdm:FeatureXProtein |
LinkML Source
Direct
name: Feature_X_Protein
description: Captures the relationship between a feature and a protein; equivalent
to feature encodes protein.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
slots:
- feature_id
- protein_id
slot_usage:
protein_id:
name: protein_id
multivalued: true
represents_relationship: true
Induced
name: Feature_X_Protein
description: Captures the relationship between a feature and a protein; equivalent
to feature encodes protein.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
slot_usage:
protein_id:
name: protein_id
multivalued: true
attributes:
feature_id:
name: feature_id
description: Internal (CDM) unique identifier for a feature.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
rank: 1000
alias: feature_id
owner: Feature_X_Protein
domain_of:
- Contig_X_Feature
- ContigCollection_X_Feature
- EncodedFeature_X_Feature
- Feature_X_Protein
- Feature
range: UUID
required: true
protein_id:
name: protein_id
description: Internal (CDM) unique identifier for a protein.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
rank: 1000
alias: protein_id
owner: Feature_X_Protein
domain_of:
- Contig_X_Protein
- ContigCollection_X_Protein
- Feature_X_Protein
- Protein
range: UUID
required: true
multivalued: true
represents_relationship: true