Class: ContigCollectionXFeature
Captures the relationship between a contig collection and a feature; equivalent to feature part-of contig collection.
URI: cdm:ContigCollectionXFeature
classDiagram
class ContigCollectionXFeature
click ContigCollectionXFeature href "../ContigCollectionXFeature"
ContigCollectionXFeature : contig_collection_id
ContigCollectionXFeature --> "1" ContigCollection : contig_collection_id
click ContigCollection href "../ContigCollection"
ContigCollectionXFeature : feature_id
ContigCollectionXFeature --> "1" Contig : feature_id
click Contig href "../Contig"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
contig_collection_id | 1 ContigCollection |
Internal (CDM) unique identifier for a contig collection | direct |
feature_id | 1 Contig |
Internal (CDM) unique identifier for a feature | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/cdm-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | cdm:ContigCollectionXFeature |
native | 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: https://github.com/kbase/cdm-schema
attributes:
contig_collection_id:
name: contig_collection_id
description: Internal (CDM) unique identifier for a contig collection.
from_schema: https://github.com/kbase/cdm-schema
domain_of:
- Contig_X_ContigCollection
- ContigCollection_X_Feature
- ContigCollection_X_Protein
- ContigCollection
range: ContigCollection
required: true
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: Contig
required: 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: https://github.com/kbase/cdm-schema
attributes:
contig_collection_id:
name: contig_collection_id
description: Internal (CDM) unique identifier for a contig collection.
from_schema: https://github.com/kbase/cdm-schema
alias: contig_collection_id
owner: ContigCollection_X_Feature
domain_of:
- Contig_X_ContigCollection
- ContigCollection_X_Feature
- ContigCollection_X_Protein
- ContigCollection
range: ContigCollection
required: true
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: ContigCollection_X_Feature
domain_of:
- Contig_X_Feature
- ContigCollection_X_Feature
- EncodedFeature_X_Feature
- Feature_X_Protein
- Feature
- FeatureAttributes
range: Contig
required: true
represents_relationship: true