BioGRID / BioGRID-Viewer

BioGRID network viewer.
http://thebiogrid.org/
6 stars 2 forks source link

Serve up final network image #32

Closed RoseO closed 12 years ago

RoseO commented 12 years ago

Have the external SVG serve up the final network image rather than a moving image, i.e, run the algorithm, then display the network to users.

svenmh commented 12 years ago

I don't think this is possible with the d3.js force layout. Thinking about this and issue #9 I tried out the d3.js bundle layout. So visit http://biogrid-dev.princeton.edu/BioGRID-Viewer/bgv.html page and after your query click where is says "Bundle Test".

There are currently no bells and wistles in this yet, but provided this is a good static images I will add them.

svenmh commented 12 years ago

This can't happen with d3's force view, but the bundle view takes care of this.