Skip to content

Commit 9e2c2dc

Browse files
authored
Merge pull request #1702 from biolink/vd-add-attributes
additional ChEML and Drug-Rep. Hub attributes
2 parents 77fc44b + b3afaea commit 9e2c2dc

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

attributes.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,45 @@ slots:
211211
description: Text indicating the availability type of the chemical entity.
212212
range: string
213213

214+
chembl binding site name:
215+
description: Text indicating the name of the binding site for a chemical entity.
216+
range: string
217+
218+
chembl binding site comment:
219+
description: Text describing the binding site for a chemical entity.
220+
range: string
221+
222+
chembl mechanism of action description:
223+
description: Text describing the mechanism of action for a chemical entity.
224+
range: string
225+
226+
chembl mechanism of action comment:
227+
description: Additional comments regarding the mechanism of action.
228+
range: string
229+
230+
chembl mutation:
231+
description: Text describing mutations associated with a chemical entity.
232+
range: string
233+
234+
chembl mutation accession:
235+
description: Accession identifier for a mutation associated with a chemical entity.
236+
range: string
237+
238+
chembl selectivity comment:
239+
description: Additional comments regarding the selectivity of the drug.
240+
range: string
241+
242+
chembl assay description:
243+
description: Text describing the assay associated with a chemical entity.
244+
range: string
245+
246+
chembl confidence score:
247+
description: >-
248+
A score defined by ChEMBL that represents the confidence level of a particular drug-target
249+
interaction, based on the type and quality of evidence supporting the interaction. The score
250+
ranges from 0 to 9, with higher scores indicating stronger evidence for the interaction.
251+
range: integer
252+
214253
dgidb relative drug specificity score:
215254
description: >-
216255
A score defined by DGIdb that quantifies the gene-interaction specificity of a given drug - representing the ratio of average
@@ -252,6 +291,11 @@ slots:
252291
but adjusts/caps scores for these types of knowledge such that they are comparable on a single scale.
253292
range: float
254293

294+
drug_rep_hub disease area:
295+
description: >-
296+
A term used by Drug Repurposing Hub to describe the disease area associated with a drug.
297+
range: string
298+
255299
gene2phenotype confidence category:
256300
description: >-
257301
A term used by EBI Gene2Phenotype to describe the confidence that the association is real.

0 commit comments

Comments
 (0)