-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Context
The BindingDb ingest in DINGO is attempting to capture ligand-target interactions. Each BindingDb record includes so-called molecular affinity data (e.g. inhibition, enzyme activation, etc.). An initial AffinityMeasurement model was created some many weeks ago to capture such data.
Working group (or team)this request originate from
DINGO
Describe the solution you'd like
Could the model design of affinity data be re-aligned with the more generic Study and StudyResult models in Biolink?
Additional information to support this request
BindingDb ingest code
Current Model Components (before this issue)
ChemicalGeneInteractionAssociation.has_affinity slot
has affinity:
is_a: association slot
description: >-
Set of measurements documenting the strength of chemical entity to gene or gene product interactions.
range: affinity measurement
multivalued: true
inlined_as_list: trueAffinityMeasurement
affinity measurement:
is_a: named thing
description: >-
The type of measurement describing the strength of an affinity between two entities.
For instance, if a chemical inhibits a protein with a pIC50 of 8.6,
the affinity parameter is pIC50 and the affinity value is 8.6.
The binary relation, if given, qualifies the affinity as greater than, less than, or equal.
slots:
- affinity parameter
- affinity
- has binary relationaffinity parameter slot
affinity parameter:
description: >-
The type of parameter describing the strength of an affinity
between two entities. For instance, if a chemical inhibits
a protein with a pIC50 of 8.6, the 'affinity parameter' is pIC50.
Used in conjunction with the 'affinity' slot, within an 'affinity measurement'.
is_a: node property
range: AffinityParameterEnumaffinity slot
affinity:
description: >-
The numerical value describing the strength of an affinity between two entities. For instance, if a chemical inhibits a protein with a pIC50 of 8.6,
the affinity is 8.6. Used in conjunction with the affinity parameter slot.
is_a: node property
range: floathas binary relation slot
has binary relation:
description: >-
Qualifies a value context with a mathematical binary relation.
range: BinaryRelationEnum
BinaryRelationEnum:
description: >-
Mathematical binary relation qualifiers of a value in its context.
permissible_values:
less_than:
equal_to:
greater_than:Relevant members for discussion:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels