Skip to content

Commit 56bb3a0

Browse files
authored
Merge pull request #1566 from biolink/affinity_affinity_parameter
modeling chemical/protein affinities
2 parents ac34f0b + 7c63702 commit 56bb3a0

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

biolink-model.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,18 @@ slots:
12411241
multivalued: true
12421242
range: disease or phenotypic feature
12431243

1244+
affinity:
1245+
description: >-
1246+
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.
1247+
is_a: association slot
1248+
range: float
1249+
1250+
affinity parameter:
1251+
description: >-
1252+
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.
1253+
is_a: association slot
1254+
range: AffinityParameterEnum
1255+
12441256
FDA adverse event level:
12451257
description: >-
12461258
is_a: association slot
@@ -12262,6 +12274,20 @@ enums:
1226212274
in_subset:
1226312275
- translator_minimal
1226412276

12277+
AffinityParameterEnum:
12278+
description: >-
12279+
The types of parameters that can be used to describe the affinity between two entities, characteristically chemicals and proteins.
12280+
permissible_values:
12281+
"pIC50":
12282+
description: >-
12283+
Negative logarithm of the molar concentration of a chemical that produces a 50% inhibition of a function
12284+
"pEC50":
12285+
description: >-
12286+
Negative logarithm of the molar concentration of a chemical that produces a 50% excitation of a function
12287+
"pAC50":
12288+
"pXC50":
12289+
"pKi":
12290+
"pKd":
1226512291

1226612292
FDAIDAAdverseEventEnum:
1226712293
description: >-

0 commit comments

Comments
 (0)