forked from jakobtroidl/Barrio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
adf.json
85 lines (84 loc) · 2.29 KB
/
adf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[
{
"scenario": "Mitochondria Analysis",
"datasets": ["mouse_3"],
"scenario_subtasks": [
{
"name": "Task 1: synapses",
"target_type": "mitochondria",
"low_cardinality_vis": {
"id": 0,
"name": "distance-tree",
"params": "surrounding-synapses",
"comment": "related-synapses"
},
"medium_cardinality_vis": {
"id": 1,
"name": "grouped-bar-chart",
"params": "surrounding-synapses",
"comment": "related-synapses"
},
"high_cardinality_vis": {
"id": 2,
"name": "distance-matrix",
"params": "surrounding-synapses",
"comment": "related-synapses"
}
},
{
"name": "ST2: mito placement",
"target_type": "mitochondria",
"low_cardinality_vis": {
"id": 3,
"name": "cumulative-histogram",
"bins": "distance-to-cell-membrane",
"normalized": true,
"params": "adjustable"
},
"medium_cardinality_vis": {
"id": 4,
"name": "violin-plot",
"bins": "distance-to-cell-membrane",
"normalized": true
},
"high_cardinality_vis": {
"id": 5,
"name": "scatter-plot",
"x-axis": {
"label": "% of mito closer than 50 nm to cell membrane",
"attribute": "surf-percentage",
"threshold": 0.05
},
"y-axis": {
"label": "mitochondria volume in cubic microns",
"attribute": "mito-volume"
}
}
},
{
"name": "ST3: spine coverage",
"target_type": "mitochondria",
"low_cardinality_vis": {
"id": 6,
"name": "dendrite-abstraction-1"
},
"medium_cardinality_vis": {
"id": 7,
"name": "dendrite-abstraction-2"
},
"high_cardinality_vis": {
"id": 8,
"name": "scatter-plot",
"x-axis": {
"label": "number of spines covered by mitochondrion",
"attribute": "mito-spine-coverage"
},
"y-axis": {
"label": "mitochondria volume in cubic microns",
"attribute": "mito-volume"
}
}
}
]
}
]