GenomicMedLab / dgipy

Python client for fast access to the Drug-Gene Interaction Database (DGIDb)
MIT License
0 stars 0 forks source link

feat: integrate cytoscape for graphing #71

Closed rbasu101 closed 1 month ago

rbasu101 commented 1 month ago

Previously, plotly was utilized in generate a visual graph for the graph app, however it was very limited in functionality and user-interactivity. This PR replaces plotly with python dash's cytoscape to generate a visual graph that has much more interactivity and future "extendability" than before.