|
| 1 | +{ |
| 2 | + "generatedAt": "2026-05-16T17:10:00Z", |
| 3 | + "project": { |
| 4 | + "id": "kg-neuroimmune-221", |
| 5 | + "title": "Neuroimmune Knowledge Map", |
| 6 | + "domain": "neuroscience" |
| 7 | + }, |
| 8 | + "instruments": [ |
| 9 | + { |
| 10 | + "id": "inst-confocal-7", |
| 11 | + "name": "Confocal Microscope 7", |
| 12 | + "modalities": ["imaging"], |
| 13 | + "supportedMethodIds": ["method-cell-segmentation", "method-colocalization"], |
| 14 | + "calibrationDate": "2026-04-22T00:00:00Z" |
| 15 | + }, |
| 16 | + { |
| 17 | + "id": "inst-flow-alpha", |
| 18 | + "name": "Flow Cytometer Alpha", |
| 19 | + "modalities": ["single-cell"], |
| 20 | + "supportedMethodIds": ["method-cell-count"], |
| 21 | + "calibrationDate": "2025-11-15T00:00:00Z" |
| 22 | + } |
| 23 | + ], |
| 24 | + "methods": [ |
| 25 | + { |
| 26 | + "id": "method-cell-segmentation", |
| 27 | + "name": "Cell Segmentation", |
| 28 | + "status": "active", |
| 29 | + "requiredModalities": ["imaging"], |
| 30 | + "acceptedOutputs": ["ome-tiff", "tiff"], |
| 31 | + "maxResolutionMicrons": 0.8, |
| 32 | + "maxCalibrationAgeDays": 60 |
| 33 | + }, |
| 34 | + { |
| 35 | + "id": "method-legacy-clustering", |
| 36 | + "name": "Legacy Clustering", |
| 37 | + "status": "deprecated", |
| 38 | + "requiredModalities": ["single-cell"], |
| 39 | + "acceptedOutputs": ["fcs"], |
| 40 | + "maxCalibrationAgeDays": 120 |
| 41 | + } |
| 42 | + ], |
| 43 | + "datasets": [ |
| 44 | + { |
| 45 | + "id": "data-glia-images", |
| 46 | + "name": "Glia marker image stack", |
| 47 | + "modality": "imaging", |
| 48 | + "format": "ome-tiff", |
| 49 | + "resolutionMicrons": 0.5 |
| 50 | + }, |
| 51 | + { |
| 52 | + "id": "data-cytokine-fcs", |
| 53 | + "name": "Cytokine panel FCS", |
| 54 | + "modality": "single-cell", |
| 55 | + "format": "fcs", |
| 56 | + "resolutionMicrons": 1.2 |
| 57 | + } |
| 58 | + ], |
| 59 | + "experiments": [ |
| 60 | + { |
| 61 | + "id": "exp-segmentation-01", |
| 62 | + "instrumentId": "inst-confocal-7", |
| 63 | + "methodId": "method-cell-segmentation", |
| 64 | + "datasetId": "data-glia-images", |
| 65 | + "evidence": [ |
| 66 | + { |
| 67 | + "id": "ev-segmentation-validation", |
| 68 | + "type": "validation", |
| 69 | + "status": "ready", |
| 70 | + "quality": 0.91 |
| 71 | + } |
| 72 | + ] |
| 73 | + }, |
| 74 | + { |
| 75 | + "id": "exp-legacy-flow-02", |
| 76 | + "instrumentId": "inst-flow-alpha", |
| 77 | + "methodId": "method-legacy-clustering", |
| 78 | + "datasetId": "data-cytokine-fcs", |
| 79 | + "evidence": [ |
| 80 | + { |
| 81 | + "id": "ev-flow-draft", |
| 82 | + "type": "notebook", |
| 83 | + "status": "draft", |
| 84 | + "quality": 0.44 |
| 85 | + } |
| 86 | + ] |
| 87 | + } |
| 88 | + ] |
| 89 | +} |
0 commit comments