Entering edit mode
8.5 years ago
kaybio
•
0
I have a dictionary data structure. I will like to draw a bipartite graph to visualise the data. Am new to python. I have checked online but dint find any useful help in this regard. I know I will be using the network module in python for this. My data is in the format [Targets:drugs]
Where targets are keys and drugs are values.