AmiGO Manual: Visualize: Difference between revisions

From GO Wiki
Jump to navigation Jump to search
(New page: =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=...)
 
No edit summary
Line 7: Line 7:
Is actually a simple JSON description of nodes in the graph. For example:
Is actually a simple JSON description of nodes in the graph. For example:


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


Would resolve to:
Would resolve to:

Revision as of 00:37, 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":{"body":"alone"}}


Would resolve to: