Skip to content

Class: FeatureXProtein

Captures the relationship between a feature and a protein; equivalent to feature encodes protein.

URI: cdm:FeatureXProtein

classDiagram class FeatureXProtein click FeatureXProtein href "../FeatureXProtein" FeatureXProtein : feature_id FeatureXProtein --> "1" Feature : feature_id click Feature href "../Feature" FeatureXProtein : protein_id FeatureXProtein --> "1" Protein : protein_id click Protein href "../Protein"

Slots

Name Cardinality and Range Description Inheritance
feature_id 1
Feature
Internal (CDM) unique identifier for a feature direct
protein_id 1
Protein
Internal (CDM) unique identifier for a protein direct

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/kbase/cdm-schema

Mappings

Mapping Type Mapped Value
self cdm:FeatureXProtein
native 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: https://github.com/kbase/cdm-schema
attributes:
  feature_id:
    name: feature_id
    description: Internal (CDM) unique identifier for a feature.
    from_schema: https://github.com/kbase/cdm-schema
    domain_of:
    - Contig_X_Feature
    - ContigCollection_X_Feature
    - EncodedFeature_X_Feature
    - Feature_X_Protein
    - Feature
    - FeatureAttributes
    range: Feature
    required: true
  protein_id:
    name: protein_id
    description: Internal (CDM) unique identifier for a protein.
    from_schema: https://github.com/kbase/cdm-schema
    domain_of:
    - Cluster_X_Protein
    - ContigCollection_X_Protein
    - Feature_X_Protein
    - Protein
    range: Protein
    required: 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: https://github.com/kbase/cdm-schema
attributes:
  feature_id:
    name: feature_id
    description: Internal (CDM) unique identifier for a feature.
    from_schema: https://github.com/kbase/cdm-schema
    alias: feature_id
    owner: Feature_X_Protein
    domain_of:
    - Contig_X_Feature
    - ContigCollection_X_Feature
    - EncodedFeature_X_Feature
    - Feature_X_Protein
    - Feature
    - FeatureAttributes
    range: Feature
    required: true
  protein_id:
    name: protein_id
    description: Internal (CDM) unique identifier for a protein.
    from_schema: https://github.com/kbase/cdm-schema
    alias: protein_id
    owner: Feature_X_Protein
    domain_of:
    - Cluster_X_Protein
    - ContigCollection_X_Protein
    - Feature_X_Protein
    - Protein
    range: Protein
    required: true
represents_relationship: true