Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kennethleungty/drug-interactions-network-analysis-and-visualization

Network analysis and visualization of drug-drug interactions with NetworkX and Pyvis
https://github.com/kennethleungty/drug-interactions-network-analysis-and-visualization

data-visualization drugs graphs neo4j network network-analysis network-graph networkx pharmacy pyvis visualization

Last synced: about 2 months ago
JSON representation

Network analysis and visualization of drug-drug interactions with NetworkX and Pyvis

Awesome Lists containing this project

README

        

# Drug Drug Interactions - Network Analysis and Visualization

Link to Medium article: https://towardsdatascience.com/network-analysis-and-visualization-of-drug-drug-interactions-1e0b41d0d3df

### Context
Drug-drug interactions occur when two or more drugs react with each other, resulting in unexpected (and potentially fatal) adverse reactions.

Being a data scientist with a background in clinical pharmacy, I was keen to leverage my domain knowledge to explore the data around drug interactions.

Given that drug-drug interactions involve linkages between multiple entities, it would be apt to conduct the exploration of these drug interactions with networks at the core.

### Tools used
- NetworkX
- Pyvis
- Datapane