VEuPathDB / service-eda

Repo containing EDA web service
Apache License 2.0
0 stars 0 forks source link

Update correlation apps to use plot.data network class #13

Closed asizemore closed 4 months ago

asizemore commented 4 months ago

In order to do nice layouts for our upcoming unipartite (regular) network, we should have plot.data take our correlation results, transform them into a network, and do the laying-out of the nodes.

d-callan commented 4 months ago

self correlation/ unipartite networks are already doing this. i left the bipartite as-is, bc there didnt seem any urgent reason to switch them