Class: ChemicalEntityToEntityAssociationMixin
Description: An interaction between a chemical entity and another entity
classDiagram
class ChemicalEntityToEntityAssociationMixin
ChemicalEntityToEntityAssociationMixin <|-- DrugToEntityAssociationMixin
ChemicalEntityToEntityAssociationMixin <|-- ChemicalToEntityAssociationMixin
ChemicalEntityToEntityAssociationMixin : object
ChemicalEntityToEntityAssociationMixin --|> NamedThing : object
ChemicalEntityToEntityAssociationMixin : predicate
ChemicalEntityToEntityAssociationMixin : subject
ChemicalEntityToEntityAssociationMixin --|> ChemicalEntityOrGeneOrGeneProduct : subject
Inheritance
- ChemicalEntityToEntityAssociationMixin
Slots
Name | Cardinality and Range | Inheritance | Examples |
---|---|---|---|
subject: the chemical entity that is an interactor |
1 ChemicalEntityOrGeneOrGeneProduct |
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 |
---|---|
LinkML Source
name: chemical entity to entity association mixin
description: An interaction between a chemical entity and another entity
from_schema: https://w3id.org/biolink/biolink-model
mixin: true
slots:
- subject
- predicate
- object
slot_usage:
subject:
name: subject
description: the chemical entity that is an interactor
range: chemical entity or gene or gene product
defining_slots:
- subject