AmiGO Manual: Visualize

From GO Wiki
Revision as of 23:47, 18 April 2009 by Sjcarbon (talk | contribs) (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=...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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":"grey",
               "color":"red","font":"#00ff00"},
 "GO:0005575":{"title":"alone","body":""}}

Would resolve to: