{
  "$schema": "https://pivograph.com/schemas/project/v1.json",
  "format": "pivograph-project",
  "schemaVersion": 1,
  "generator": { "name": "hand-written", "version": "1" },
  "meta": {
    "title": "Minimal column table",
    "description": "Two independent groups with a bar graph and an unpaired t test.",
    "license": "synthetic"
  },
  "view": { "activeTableId": "viability", "workspaceView": "graph" },
  "tables": [
    {
      "id": "viability",
      "name": "Cell viability",
      "format": "column",
      "replicates": 1,
      "dataSets": [
        { "name": "Vehicle", "values": [[98], [102], [95], [100], [97]] },
        { "name": "Compound", "values": [[71], [68], [74], [70], [66]] }
      ],
      "graph": { "variantId": "bar" },
      "analyses": [
        {
          "id": "ttest-1",
          "method": "ttest",
          "params": { "groupA": "Vehicle", "groupB": "Compound", "design": "unpaired", "variance": "welch" }
        }
      ]
    }
  ]
}
