forked from INCF/HAWG-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mouse-development-4d-example.json
107 lines (99 loc) · 2.46 KB
/
mouse-development-4d-example.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[{
"@type": "header",
"species": "mouse",
"organ": "brain",
"name" : "mouseDevelopmentalAtlas",
"license" : "CC",
"citation" : "doi:10.1016/j.neuroimage.2015.07.075",
"version" : "1",
"contact" : "mailto:jason.lerch@gmail.com",
"comment" : "this is a mouse developmental atlas",
"coordinate_system" : "self defined"
},
{
"@id": "p1-7",
"@type": "datasource",
"mimeType": "application/x-minc",
"source": "file:///P1-7.mnc"
},
{
"@id": "hippocampus_l_p1",
"@type": "structure",
"sourceSelector" : {"dataKey" : "12",
"frameDimension" : "3",
"frameIndex" : "0",
"datasource" : "p1-7"},
"annotation" : {
"name": "left hippocampus p1",
"shortName": "lHipP1",
"seeAlso" : "hippocampus"
},
"renderOptions":{
"color": "rgba(12,13,14,128)",
"shininess": 0.5
}
},
{
"@id": "hippocampus_l_p3",
"@type": "structure",
"sourceSelector" : {"dataKey" : "12",
"frameDimension" : "3",
"frameIndex" : "1",
"datasource" : "p1-7"},
"annotation" : {
"name": "left hippocampus p3",
"shortName": "lHipP3",
"seeAlso" : "hippocampus"
},
"renderOptions":{
"color": "rgba(12,14,14,128)",
"shininess": 0.5
}
},
{
"@id": "hippocampus_l_p5",
"@type": "structure",
"sourceSelector" : {"dataKey" : "12",
"frameDimension" : "3",
"frameIndex" : "2",
"datasource" : "p1-7"},
"annotation" : {
"name": "left hippocampus p5",
"shortName": "lHipP5",
"seeAlso" : "hippocampus"
},
"renderOptions":{
"color": "rgba(12,15,14,128)",
"shininess": 0.5
}
},
{
"@id": "hippocampus_l_p7",
"@type": "structure",
"sourceSelector" : {"dataKey" : "12",
"frameDimension" : "3",
"frameIndex" : "3",
"datasource" : "p1-7"},
"annotation" : {
"name": "left hippocampus p7",
"shortName": "lHipP7",
"seeAlso" : "hippocampus"
},
"renderOptions":{
"color": "rgba(12,16,14,128)",
"shininess": 0.5
}
},
{
"@id" : "hippocampus",
"type" : "tag",
"annotation" : {
"name": "hippocampus",
"description": "it remembers stuff, don't cut it out.",
"shortName": "Hip",
"ontologyReferences": ["http://paxinos+watson.org/"]
},
"members":["hippocampus_l_p1", "hippocampus_l_p3", "hippocampus_l_p5", "hippocampus_l_p7"],
"renderOptions": "blue"
}
]