{
  "$schema": "https://pivograph.com/schemas/project/v1.json",
  "format": "pivograph-project",
  "schemaVersion": 1,
  "generator": { "name": "hand-written", "version": "1" },
  "meta": { "title": "Minimal parts-of-whole table", "license": "synthetic" },
  "tables": [
    {
      "id": "composition",
      "name": "Immune cell composition",
      "format": "partsOfWhole",
      "replicates": 1,
      "rowLabels": ["T cells", "B cells", "NK cells", "Monocytes"],
      "dataSets": [{ "name": "Percent", "values": [[52], [23], [10], [15]] }],
      "graph": { "variantId": "parts-donut" }
    }
  ]
}
