HermannKroll / NarrativeIntelligence

GNU General Public License v3.0
4 stars 0 forks source link

Narrative Drug Overviews: Drug-Target-Disease Networks #149

Closed HermannKroll closed 2 years ago

HermannKroll commented 2 years ago

PubPharm has a service called "Drug-Target-Disease-Networks" https://pubpharm.tu-braunschweig.de/netview/ai-access_2021_ee_6.html#

image

This service allows users to navigate through network views: A user has to enter a drug and then a network based on context-similar entities is generated. The problem is that we cannot update the service. We plan to discontinue the service.

Our current idea is to integrate a network view directly into the Drug Overview. Maybe use the same visualization method like for the document graph visualization.

The network view should contain the following information:

Top counted by frequency.

We could directly service the diseases and targets from our overview categories (Indications and Target interactions). The problem is that we do not have the information available which disease is associated with which target (at least yet). This would require more queries for the narrative service. I would rather think about pre-processing the network data (similar to keyword clouds).

My suggestion is: Start with the drug + diseases + targets (and skip the interactions between targets and diseases for now). Let us show the demo to our experts and see how we must improve the visualization.

HermannKroll commented 2 years ago

If a user clicks on an edge, forward to a search in the narrative service for that relation.

HermannKroll commented 2 years ago

Need to be verified by experts.

ir0ntr0nik commented 2 years ago

Example for Aspirin

grafik Pointer currently hovering over "f10"

HermannKroll commented 2 years ago
  1. Add Drug Associations ass a new category in Drug Overviews: (query: Metformin associated ?X(Drug)

Some recommendations for the Network View:

Maybe we should talk next meeting about the static colour scheme.

HermannKroll commented 2 years ago

Several improvements. Waiting for new feedback before going live.

HermannKroll commented 2 years ago

New Feedback:

image
HermannKroll commented 2 years ago

Are we sure that we use the same color schema for entity types across the whole service? Genes/targets have in document graph a different color than in drug overviews. Same for dosage forms.

HermannKroll commented 2 years ago

First version implemented. Going into beta phase now