AmiGO Manual: Visualize: Difference between revisions

From GO Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
   "GO:0005575":{"title":"alone","body":""}}
   "GO:0005575":{"title":"alone","body":""}}


Would resolve to: TODO


Would resolve to:
==Caveats==
 


* Titles, if supplied, must be unique
* There are bugs in GraphViz--if you get too fancy, strange things might start happening.


[[Category:AmiGO_Manual]]
[[Category:AmiGO_Manual]]
[[Category:AmiGO]]
[[Category:AmiGO]]

Revision as of 00:41, 19 April 2009

Overview

This page is a light wrapper around a RESTful graphing component. The main (simple) input here is a list of GO IDs (e.g. GO:0002244) separated by whitespace.

Advanced Format

Is actually a simple JSON description of nodes in the graph. For example:

{"GO:0002244":{"title": "foo",
               "body":  "bar",
               "fill":  "#ccccff",
               "font":  "#0000ff",
               "border":"red"},
 "GO:0005575":{"title":"alone","body":""}}

Would resolve to: TODO

Caveats

  • Titles, if supplied, must be unique
  • There are bugs in GraphViz--if you get too fancy, strange things might start happening.