Class: DrugToEntityAssociationMixin
Description: An interaction between a drug and another entity
classDiagram
class DrugToEntityAssociationMixin
ChemicalEntityToEntityAssociationMixin <|-- DrugToEntityAssociationMixin
DrugToEntityAssociationMixin <|-- DrugToGeneAssociation
DrugToEntityAssociationMixin : object
DrugToEntityAssociationMixin --|> NamedThing : object
DrugToEntityAssociationMixin : predicate
DrugToEntityAssociationMixin : subject
DrugToEntityAssociationMixin --|> Drug : subject
Inheritance
- ChemicalEntityToEntityAssociationMixin
- DrugToEntityAssociationMixin
Slots
| Name | Cardinality and Range | Inheritance | Examples |
|---|---|---|---|
| subject: the drug that is an interactor |
1 Drug |
direct | |
| predicate: Has a value from the Biolink 'related_to' hierarchy. In RDF, this corresponds to rdf:predicate and in Neo4j this corresponds to the relationship type. The convention is for an edge label in snake_case form. For example, biolink:related_to, biolink:causes, biolink:treats |
1 Uriorcurie |
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 |
|---|---|
| DrugToGeneAssociation | An interaction between a drug and a gene or gene product. |
LinkML Source
name: drug to entity association mixin
description: An interaction between a drug and another entity
from_schema: https://w3id.org/biolink/vocab/
is_a: chemical entity to entity association mixin
mixin: true
slots:
- subject
- predicate
- object
slot_usage:
subject:
name: subject
description: the drug that is an interactor
range: drug
defining_slots:
- subject