Class: GenotypeToEntityAssociationMixin
classDiagram
class GenotypeToEntityAssociationMixin
GenotypeToEntityAssociationMixin <|-- GenotypeToPhenotypicFeatureAssociation
GenotypeToEntityAssociationMixin <|-- GenotypeToDiseaseAssociation
GenotypeToEntityAssociationMixin : object
GenotypeToEntityAssociationMixin --|> NamedThing : object
GenotypeToEntityAssociationMixin : predicate
GenotypeToEntityAssociationMixin : subject
GenotypeToEntityAssociationMixin --|> Genotype : subject
Slots
Name | Cardinality and Range | Inheritance | Examples |
---|---|---|---|
subject: genotype that is the subject of the association |
1 Genotype |
direct | |
predicate: A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes. |
1 PredicateType |
direct | |
object: connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object. |
1 NamedThing |
direct |
Mixin Usage
mixed into | description |
---|---|
GenotypeToPhenotypicFeatureAssociation | Any association between one genotype and a phenotypic feature, where having the genotype confers the phenotype, either in isolation or through environment |
GenotypeToDiseaseAssociation | None |
LinkML Source
name: genotype to entity association mixin
from_schema: https://w3id.org/biolink/biolink-model
mixin: true
slots:
- subject
- predicate
- object
slot_usage:
subject:
name: subject
description: genotype that is the subject of the association
range: genotype
defining_slots:
- subject