a-r-j / graphein

Protein Graph Library
https://graphein.ai/
MIT License
1.03k stars 131 forks source link

Plotly based visualisation of PPI Networks #118

Closed a-r-j closed 2 years ago

a-r-j commented 2 years ago

Is your feature request related to a problem? Please describe. Currently we define a rather clunky colouring scheme and use the default nx.draw(g) to view PPI graphs. It would be an improvement to develop some interactive plots using Plotly to view these graphs.

a-r-j commented 2 years ago

Implemented in #119

https://github.com/a-r-j/graphein/blob/9071090539a4e380f17cb10471d9a5297b708e69/graphein/ppi/visualisation.py#L46