Personal tools

Cytoscape test: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 45: Line 45:
                 };
                 };
                  
                  
                 // init and draw
                 // draw options
                 var vis = new org.cytoscapeweb.Visualization(div_id, options);
                 var draw_options = {
                 vis.draw({ network: sif });
                    // your data goes here
                    network: xml,
    visualStyle: visual_style,
    nodeTooltipsEnabled: true,
    edgeTooltipsEnabled: true,
                    // hide pan zoom?
                    panZoomControlVisible: true
                };
               
                 vis.draw(draw_options);
             };
             };
         </script>
         </script>

Revision as of 12:58, 23 April 2012

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