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" Table <|-- ContigCollectionXFeature click Table href "../Table" ContigCollectionXFeature : contig_collection_id ContigCollectionXFeature : feature_id

Inheritance

  • Table
    • ContigCollectionXFeature

Slots

Name Cardinality and Range Description Inheritance
contig_collection_id 1
UUID
Internal (CDM) unique identifier for a contig collection direct
feature_id 1..*
UUID
Internal (CDM) unique identifier for a feature 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: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/cdm_schema
is_a: Table
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/cdm_schema
is_a: Table
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_schema: http://kbase.github.io/cdm-schema/cdm_schema
    rank: 1000
    alias: contig_collection_id
    owner: ContigCollection_X_Feature
    domain_of:
    - Contig_X_ContigCollection
    - ContigCollection_X_EncodedFeature
    - ContigCollection_X_Feature
    - ContigCollection_X_Protein
    - ContigCollection
    range: UUID
    required: true
  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: ContigCollection_X_Feature
    domain_of:
    - Contig_X_Feature
    - ContigCollection_X_Feature
    - EncodedFeature_X_Feature
    - Feature_X_Protein
    - Feature
    range: UUID
    required: true
    multivalued: true
represents_relationship: true