Sunburst Diagram
Summary and Format
Generating the data for sunburst diagrams is a one step process.
Making a post request to
http://bindiscover.metabolomics.us:4999/sunburstresource/
With the format
{
"compound":"2" #valid options listed in Value Table - Compounds
}
will yield the core information for the sunburst diagram, eg
"[
{\"species\": \"aedes aegypti\", \"organ\": \"Gastrointestinal Tract\", \"disease\": \"No Disease\", \"intensity_average\": 1452376.341103711, \"percent_present\": 1.0},
{\"species\": \"aedes aegypti\", \"organ\": \"Tissues\", \"disease\": \"No Disease\", \"intensity_average\": 365861379.4309003, \"percent_present\": 1.0},...
]