Graph::Writer::Cytoscape

Write a directed graph out as Cytoscape compatible input file
Download

Graph::Writer::Cytoscape Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Haktan Suren
  • Publisher web site:
  • http://search.cpan.org/~hsuren/

Graph::Writer::Cytoscape Tags


Graph::Writer::Cytoscape Description

Graph::Writer::Cytoscape is a Perl module for writing out a directed graph as Cytoscape compatible input file.The graph must be an instance of the Graph class, which is actually a set of classes developed by Jarkko Hietaniemi.The Cytoscape format is designed to support Cytoscape program, It simply generates the necessary files for Cytoscape. So, it allows you to use Graphviz file in Cytoscape.The graph, nodes, and edges can all have attributes specified, where an attribute is a (name,value) pair, with the value being scalar.SYNOPSISQuick summary of what the module does.Perhaps a little code snippet. use Graph; use Graph::Writer::Cytoscape; $graph = Graph->new(); # add edges and nodes to the graph $writer = Graph::Writer::Cytoscape->new(); $writer->write_graph($graph, 'mygraph');Product's homepage


Graph::Writer::Cytoscape Related Software