AmiGO Manual: Visualize: Difference between revisions

From GO Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
                 "font":  "#0000ff",
                 "font":  "#0000ff",
                 "border":"red"},
                 "border":"red"},
   "GO:0005575":{"body":"alone"}}
   "GO:0005575":{"title":"alone","body":""}}





Revision as of 00:39, 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: