Personal tools

User:Hisa/cytoscape test: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 49: Line 49:
                 // init and draw
                 // init and draw
                 var vis = new org.cytoscapeweb.Visualization(div_id, options);
                 var vis = new org.cytoscapeweb.Visualization(div_id, options);
                 vis.draw({ network: sif });
                 vis.draw({ network: networ_json });
             };
             };
         </script>
         </script>

Revision as of 09:50, 20 April 2012

Cytoscape Web will replace the contents of this div with your graph.