Skip to content

Class: ContigCollectionXFeature

Captures the relationship between a contig collection and a feature; equivalent to feature part-of contig collection.

URI: kb_cdm:ContigCollectionXFeature

classDiagram class ContigCollectionXFeature click ContigCollectionXFeature href "../ContigCollectionXFeature/" LinkerTable <|-- ContigCollectionXFeature click LinkerTable href "../LinkerTable/" ContigCollectionXFeature : contig_collection_id ContigCollectionXFeature : feature_id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
contig_collection_id 1
CdmContigCollectionId
Internal (CDM) unique identifier for a contig collection.
From the Entity table: entity_id where entity_type == 'ContigCollection'.
direct
feature_id 1..*
CdmFeatureId
Internal (CDM) unique identifier for a feature.
From the Entity table: entity_id where entity_type == 'Feature'.
direct

Usages

used by used in type used
Schema contig_collection_x_features range ContigCollectionXFeature

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self kb_cdm:ContigCollectionXFeature
native kb_cdm:ContigCollectionXFeature

LinkML Source

Direct

name: ContigCollection_x_Feature
description: Captures the relationship between a contig collection and a feature;
  equivalent to feature part-of contig collection.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: LinkerTable
slots:
- contig_collection_id
- feature_id
slot_usage:
  feature_id:
    name: feature_id
    multivalued: true
represents_relationship: true

Induced

name: ContigCollection_x_Feature
description: Captures the relationship between a contig collection and a feature;
  equivalent to feature part-of contig collection.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: LinkerTable
slot_usage:
  feature_id:
    name: feature_id
    multivalued: true
attributes:
  contig_collection_id:
    name: contig_collection_id
    description: 'Internal (CDM) unique identifier for a contig collection.

      From the Entity table: entity_id where entity_type == ''ContigCollection''.

      '
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    rank: 1000
    alias: contig_collection_id
    owner: ContigCollection_x_Feature
    domain_of:
    - ContigCollection
    - Contig_x_ContigCollection
    - ContigCollection_x_EncodedFeature
    - ContigCollection_x_Feature
    - ContigCollection_x_Protein
    range: cdm_contig_collection_id
    required: true
  feature_id:
    name: feature_id
    description: 'Internal (CDM) unique identifier for a feature.

      From the Entity table: entity_id where entity_type == ''Feature''.

      '
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    rank: 1000
    alias: feature_id
    owner: ContigCollection_x_Feature
    domain_of:
    - Feature
    - Contig_x_Feature
    - ContigCollection_x_Feature
    - EncodedFeature_x_Feature
    - Feature_x_Protein
    range: cdm_feature_id
    required: true
    multivalued: true
represents_relationship: true