|
a |
|
b/README.md |
|
|
1 |
# Drug Drug Interactions - Network Analysis and Visualization |
|
|
2 |
|
|
|
3 |
Link to Medium article: https://towardsdatascience.com/network-analysis-and-visualization-of-drug-drug-interactions-1e0b41d0d3df |
|
|
4 |
|
|
|
5 |
### Context |
|
|
6 |
Drug-drug interactions occur when two or more drugs react with each other, resulting in unexpected (and potentially fatal) adverse reactions. |
|
|
7 |
|
|
|
8 |
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. |
|
|
9 |
|
|
|
10 |
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. |
|
|
11 |
|
|
|
12 |
### Tools used |
|
|
13 |
- NetworkX |
|
|
14 |
- Pyvis |
|
|
15 |
- Datapane |