{
  "$schema": "https://pivograph.com/schemas/project/v1.json",
  "format": "pivograph-project",
  "schemaVersion": 1,
  "generator": { "name": "hand-written", "version": "1" },
  "meta": { "title": "Minimal grouped table", "license": "synthetic" },
  "tables": [
    {
      "id": "cytokines",
      "name": "Cytokine levels",
      "format": "grouped",
      "replicates": 2,
      "rowLabels": ["IL-6", "TNF-α", "IL-10"],
      "dataSets": [
        { "name": "Control", "values": [[12.1, 11.8], [8.4, 8.9], [5.2, 5.5]] },
        { "name": "LPS", "values": [[48.2, 51.0], [30.1, 28.7], [9.8, 10.4]] }
      ],
      "graph": {
        "variantId": "grouped-interleaved-scatter-bar",
        "plot": {
          "family": "grouped",
          "options": {
            "mode": "meanWithSd",
            "flipXY": false,
            "showTruncatedViolin": false,
            "pointLayout": "scatter",
            "seriesAlign": "aligned"
          }
        }
      }
    }
  ]
}
