forked from INCF/HAWG-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mouse-development-example.json
121 lines (100 loc) · 2.57 KB
/
mouse-development-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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"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",
},
"datasource" : [
{
"id": "p01",
"mimeType": "application/x-minc",
"source": "file:///P01.mnc"
},
{
"id": "p03",
"mimeType": "application/x-minc",
"source": "file:///P03.mnc",
},
{
"@id": "p05",
"mimeType": "application/x-minc-better-than-SPM",
"source": "file:///P05.mnc",
},
{
"@id": "p07",
"mimeType": "application/x-minc-still-better-than-SPM",
"source": "file:///P07.mnc",
}
],
"structure" : [
{
"id": "hippocampus_l_p1",
"sourceSelector" : {
"data_key" : "12",
"datasource" : "p01"},
"annotation" : {
"name": "left hippocampus p1",
"shortName": "lHipP1",
"seeAlso" : "hippocampus"},
"renderOptions":{
"color": "rgba(12,13,14,128)",
"shininess": 0.5,}
},
{
"id": "hippocampus_l_p3",
"sourceSelector" : {
"dataKey" : "12",
"datasource" : "p03"},
"annotation" : {
"name": "left hippocampus p3",
"shortName": "lHipP3",
"seeAlso" : "hippocampus"},
"renderOptions" : {
"color": "rgba(12,14,14,128)",
"shininess": 0.5},
},
{
"id": "hippocampus_l_p5",
"sourceSelector" : {
"dataKey" : "12",
"datasource" : "p05"},
"annotation" : {
"name": "left hippocampus p5",
"shortName": "lHipP5",
"seeAlso" : "hippocampus"},
"renderOptions" : {
"color": "rgba(12,15,14,128)",
"shininess": 0.5},
},
{
"id": "hippocampus_l_p7",
"sourceSelector" : {
"dataKey" : "12",
"datasource" : "p07"},
"annotation" : {
"name": "left hippocampus p7",
"shortName": "lHipP7",
"seeAlso" : "hippocampus"},
"renderOptions" : {
"color": "rgba(12,16,14,128)",
"shininess": 0.5},
},
],
"groups" : [
{
"id" : "hippocampus",
"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"],
}
]
}