-
Notifications
You must be signed in to change notification settings - Fork 4
Add "druggable" annotations as a new source ingest (HPA and or Pharos IDG) #307
Description
I raised this in the DINGO meeting today. @mbrush suggested it is a good discussion topic and asked me to open a new issue here.
This came from an older request by Christine to support questions like "druggable genes that are in pathways associated with diseases." Related discussion is here:
RTXteam/RTX-KG2#12
Right now we do not have a clear plan for representing "druggable" information in the translator-ingests Tier 1 knowledge graph outputs. Without it, users cannot easily filter genes or proteins by druggability when doing pathway plus disease analysis.
Candidate knowledge sources mentioned so far:
@dkoslicki mentioned Human Protein Atlas has a "druggable proteome" page that looks like it could be used as a source for a druggable tag:
https://www.proteinatlas.org/humanproteome/tissue/druggable
@vdancik also mentioned Pharos as a druggability related source from the Illuminating the Druggable Genome program:
https://druggablegenome.net/
https://robokop.renci.org/api-docs/docs/automat/pharos
Questions for discussion:
Do we want to include a druggable tag in translator-ingests at all?
If yes, which source should we treat as the preferred source of truth?
What is the preferred modeling in KGX output. Should this be a boolean like druggable=true on gene or protein nodes. Or should this be modeled as explicit edges with a defined Biolink predicate?