summaryrefslogtreecommitdiff
path: root/Code/draw_subnetwork.py
AgeCommit message (Collapse)Author
2019-12-12update_network_by_force.py: summarize the association strength in the edge fileHui Lan
It would be interesting to see how edges' association strengths change over time, as time is an input variable for the function that computes the association strength.
2019-12-06draw_subnetwork.py: add a known network (G0) from the thermomorphogenesis paper.Hui Lan
Fixed a bug. Now I close figure (plt.close()) before creating a new one, to avoid that the current figure is drawn on top of the old one. -Hui
2019-12-05draw_subnetwork.py for generating a subnetwork consisting of genes that ↵Hui Lan
might be responsible for thermomorphogenesis Use networkx and matplotlib. Reference: Quint et al. (2016) Molecular and genetic control of plant thermomorphogenesis. Nature Plants.