siibra 1.0a1__1-py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of siibra might be problematic. Click here for more details.
- siibra/VERSION +1 -0
- siibra/__init__.py +164 -0
- siibra/commons.py +823 -0
- siibra/configuration/__init__.py +17 -0
- siibra/configuration/configuration.py +189 -0
- siibra/configuration/factory.py +589 -0
- siibra/core/__init__.py +16 -0
- siibra/core/assignment.py +110 -0
- siibra/core/atlas.py +239 -0
- siibra/core/concept.py +308 -0
- siibra/core/parcellation.py +387 -0
- siibra/core/region.py +1223 -0
- siibra/core/space.py +131 -0
- siibra/core/structure.py +111 -0
- siibra/exceptions.py +63 -0
- siibra/experimental/__init__.py +19 -0
- siibra/experimental/contour.py +61 -0
- siibra/experimental/cortical_profile_sampler.py +57 -0
- siibra/experimental/patch.py +98 -0
- siibra/experimental/plane3d.py +256 -0
- siibra/explorer/__init__.py +17 -0
- siibra/explorer/url.py +222 -0
- siibra/explorer/util.py +87 -0
- siibra/features/__init__.py +117 -0
- siibra/features/anchor.py +224 -0
- siibra/features/connectivity/__init__.py +33 -0
- siibra/features/connectivity/functional_connectivity.py +57 -0
- siibra/features/connectivity/regional_connectivity.py +494 -0
- siibra/features/connectivity/streamline_counts.py +27 -0
- siibra/features/connectivity/streamline_lengths.py +27 -0
- siibra/features/connectivity/tracing_connectivity.py +30 -0
- siibra/features/dataset/__init__.py +17 -0
- siibra/features/dataset/ebrains.py +90 -0
- siibra/features/feature.py +970 -0
- siibra/features/image/__init__.py +27 -0
- siibra/features/image/image.py +115 -0
- siibra/features/image/sections.py +26 -0
- siibra/features/image/volume_of_interest.py +88 -0
- siibra/features/tabular/__init__.py +24 -0
- siibra/features/tabular/bigbrain_intensity_profile.py +77 -0
- siibra/features/tabular/cell_density_profile.py +298 -0
- siibra/features/tabular/cortical_profile.py +322 -0
- siibra/features/tabular/gene_expression.py +257 -0
- siibra/features/tabular/layerwise_bigbrain_intensities.py +62 -0
- siibra/features/tabular/layerwise_cell_density.py +95 -0
- siibra/features/tabular/receptor_density_fingerprint.py +192 -0
- siibra/features/tabular/receptor_density_profile.py +110 -0
- siibra/features/tabular/regional_timeseries_activity.py +294 -0
- siibra/features/tabular/tabular.py +139 -0
- siibra/livequeries/__init__.py +19 -0
- siibra/livequeries/allen.py +352 -0
- siibra/livequeries/bigbrain.py +197 -0
- siibra/livequeries/ebrains.py +145 -0
- siibra/livequeries/query.py +49 -0
- siibra/locations/__init__.py +91 -0
- siibra/locations/boundingbox.py +454 -0
- siibra/locations/location.py +115 -0
- siibra/locations/point.py +344 -0
- siibra/locations/pointcloud.py +349 -0
- siibra/retrieval/__init__.py +27 -0
- siibra/retrieval/cache.py +233 -0
- siibra/retrieval/datasets.py +389 -0
- siibra/retrieval/exceptions/__init__.py +27 -0
- siibra/retrieval/repositories.py +769 -0
- siibra/retrieval/requests.py +659 -0
- siibra/vocabularies/__init__.py +45 -0
- siibra/vocabularies/gene_names.json +29176 -0
- siibra/vocabularies/receptor_symbols.json +210 -0
- siibra/vocabularies/region_aliases.json +460 -0
- siibra/volumes/__init__.py +23 -0
- siibra/volumes/parcellationmap.py +1279 -0
- siibra/volumes/providers/__init__.py +20 -0
- siibra/volumes/providers/freesurfer.py +113 -0
- siibra/volumes/providers/gifti.py +165 -0
- siibra/volumes/providers/neuroglancer.py +736 -0
- siibra/volumes/providers/nifti.py +266 -0
- siibra/volumes/providers/provider.py +107 -0
- siibra/volumes/sparsemap.py +468 -0
- siibra/volumes/volume.py +892 -0
- siibra-1.0.0a1.dist-info/LICENSE +201 -0
- siibra-1.0.0a1.dist-info/METADATA +160 -0
- siibra-1.0.0a1.dist-info/RECORD +84 -0
- siibra-1.0.0a1.dist-info/WHEEL +5 -0
- siibra-1.0.0a1.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
{
|
|
2
|
+
"5-HT1A": {
|
|
3
|
+
"receptor": {
|
|
4
|
+
"latex": "$5-HT_{1A}$",
|
|
5
|
+
"markdown": "5-HT<sub>1A</sub>",
|
|
6
|
+
"name": "5-hydroxytryptamine receptor type 1A"
|
|
7
|
+
},
|
|
8
|
+
"neurotransmitter": {
|
|
9
|
+
"label": "5-HT",
|
|
10
|
+
"latex": "$5-HT$",
|
|
11
|
+
"markdown": "5-HT",
|
|
12
|
+
"name": "serotonin"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"5-HT2": {
|
|
16
|
+
"receptor": {
|
|
17
|
+
"latex": "$5-HT_2$",
|
|
18
|
+
"markdown": "5-HT<sub>2</sub>",
|
|
19
|
+
"name": "5-hydroxytryptamine receptor type 2"
|
|
20
|
+
},
|
|
21
|
+
"neurotransmitter": {
|
|
22
|
+
"label": "5-HT",
|
|
23
|
+
"latex": "$5-HT$",
|
|
24
|
+
"markdown": "5-HT",
|
|
25
|
+
"name": "serotonin"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"AMPA": {
|
|
29
|
+
"receptor": {
|
|
30
|
+
"latex": "$AMPA$",
|
|
31
|
+
"markdown": "AMPA",
|
|
32
|
+
"name": "alpha-amino-3hydroxy-5-methyl-4isoxazolepropionic acid receptor"
|
|
33
|
+
},
|
|
34
|
+
"neurotransmitter": {
|
|
35
|
+
"label": "Glu",
|
|
36
|
+
"latex": "$Glu$",
|
|
37
|
+
"markdown": "Glu",
|
|
38
|
+
"name": "glutamate"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"BZ": {
|
|
42
|
+
"receptor": {
|
|
43
|
+
"latex": "$GABA_A/BZ$",
|
|
44
|
+
"markdown": "GABA<sub>A</sub>/BZ",
|
|
45
|
+
"name": "gamma-aminobutyric acid receptor type A / benzodiazepine associated binding site"
|
|
46
|
+
},
|
|
47
|
+
"neurotransmitter": {
|
|
48
|
+
"label": "GABA",
|
|
49
|
+
"latex": "$GABA$",
|
|
50
|
+
"markdown": "GABA",
|
|
51
|
+
"name": "gamma-aminobutyric acid"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"D1": {
|
|
55
|
+
"receptor": {
|
|
56
|
+
"latex": "$D_1$",
|
|
57
|
+
"markdown": "D<sub>1</sub>",
|
|
58
|
+
"name": "dopamine receptor type 1"
|
|
59
|
+
},
|
|
60
|
+
"neurotransmitter": {
|
|
61
|
+
"label": "DA",
|
|
62
|
+
"latex": "$DA$",
|
|
63
|
+
"markdown": "DA",
|
|
64
|
+
"name": "dopamine"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"GABAA": {
|
|
68
|
+
"receptor": {
|
|
69
|
+
"latex": "$GABA_A$",
|
|
70
|
+
"markdown": "GABA<sub>A</sub>",
|
|
71
|
+
"name": "gamma-aminobutyric acid receptor type A"
|
|
72
|
+
},
|
|
73
|
+
"neurotransmitter": {
|
|
74
|
+
"label": "GABA",
|
|
75
|
+
"latex": "$GABA$",
|
|
76
|
+
"markdown": "GABA",
|
|
77
|
+
"name": "gamma-aminobutyric acid"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"GABAB": {
|
|
81
|
+
"receptor": {
|
|
82
|
+
"latex": "$GABA_B$",
|
|
83
|
+
"markdown": "GABA<sub>B</sub>",
|
|
84
|
+
"name": "gamma-aminobutyric acid receptor type B"
|
|
85
|
+
},
|
|
86
|
+
"neurotransmitter": {
|
|
87
|
+
"label": "GABA",
|
|
88
|
+
"latex": "$GABA$",
|
|
89
|
+
"markdown": "GABA",
|
|
90
|
+
"name": "gamma-aminobutyric acid"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"M1": {
|
|
94
|
+
"receptor": {
|
|
95
|
+
"latex": "$M_1$",
|
|
96
|
+
"markdown": "M<sub>1</sub>",
|
|
97
|
+
"name": "muscarinic acetylcholine receptor type 1"
|
|
98
|
+
},
|
|
99
|
+
"neurotransmitter": {
|
|
100
|
+
"label": "ACh",
|
|
101
|
+
"latex": "$ACh$",
|
|
102
|
+
"markdown": "ACh",
|
|
103
|
+
"name": "acetylcholine"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"M2": {
|
|
107
|
+
"receptor": {
|
|
108
|
+
"latex": "$M_2$",
|
|
109
|
+
"markdown": "M<sub>2</sub>",
|
|
110
|
+
"name": "muscarinic acetylcholine receptor type 2"
|
|
111
|
+
},
|
|
112
|
+
"neurotransmitter": {
|
|
113
|
+
"label": "ACh",
|
|
114
|
+
"latex": "$ACh$",
|
|
115
|
+
"markdown": "ACh",
|
|
116
|
+
"name": "acetylcholine"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"M3": {
|
|
120
|
+
"receptor": {
|
|
121
|
+
"latex": "$M_3$",
|
|
122
|
+
"markdown": "M<sub>3</sub>",
|
|
123
|
+
"name": "muscarinic acetylcholine receptor type 3"
|
|
124
|
+
},
|
|
125
|
+
"neurotransmitter": {
|
|
126
|
+
"label": "ACh",
|
|
127
|
+
"latex": "$ACh$",
|
|
128
|
+
"markdown": "ACh",
|
|
129
|
+
"name": "acetylcholine"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"NMDA": {
|
|
133
|
+
"receptor": {
|
|
134
|
+
"latex": "$NMDA$",
|
|
135
|
+
"markdown": "NMDA",
|
|
136
|
+
"name": "N-methyl-D-aspartate receptor"
|
|
137
|
+
},
|
|
138
|
+
"neurotransmitter": {
|
|
139
|
+
"label": "Glu",
|
|
140
|
+
"latex": "$Glu$",
|
|
141
|
+
"markdown": "Glu",
|
|
142
|
+
"name": "glutamate"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"alpha1": {
|
|
146
|
+
"receptor": {
|
|
147
|
+
"latex": "$\\alpha_1$",
|
|
148
|
+
"markdown": "α<sub>1</sub>",
|
|
149
|
+
"name": "alpha-1 adrenergic receptor"
|
|
150
|
+
},
|
|
151
|
+
"neurotransmitter": {
|
|
152
|
+
"label": "NE",
|
|
153
|
+
"latex": "$NE$",
|
|
154
|
+
"markdown": "NE",
|
|
155
|
+
"name": "norepinephrine"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"alpha2": {
|
|
159
|
+
"receptor": {
|
|
160
|
+
"latex": "$\\alpha_2$",
|
|
161
|
+
"markdown": "α<sub>2</sub>",
|
|
162
|
+
"name": "alpha-2 adrenergic receptor"
|
|
163
|
+
},
|
|
164
|
+
"neurotransmitter": {
|
|
165
|
+
"label": "NE",
|
|
166
|
+
"latex": "$NE$",
|
|
167
|
+
"markdown": "NE",
|
|
168
|
+
"name": "norepinephrine"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"alpha4beta2": {
|
|
172
|
+
"receptor": {
|
|
173
|
+
"latex": "$\\alpha_4\\beta_2$",
|
|
174
|
+
"markdown": "α<sub>4</sub>β<sub>2</sub>",
|
|
175
|
+
"name": "alpha-4 beta-2 nicotinic receptor"
|
|
176
|
+
},
|
|
177
|
+
"neurotransmitter": {
|
|
178
|
+
"label": "ACh",
|
|
179
|
+
"latex": "$ACh$",
|
|
180
|
+
"markdown": "ACh",
|
|
181
|
+
"name": "acetylcholine"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"kainate": {
|
|
185
|
+
"receptor": {
|
|
186
|
+
"latex": "$kainate$",
|
|
187
|
+
"markdown": "kainate",
|
|
188
|
+
"name": "kainate receptors"
|
|
189
|
+
},
|
|
190
|
+
"neurotransmitter": {
|
|
191
|
+
"label": "Glu",
|
|
192
|
+
"latex": "$Glu$",
|
|
193
|
+
"markdown": "Glu",
|
|
194
|
+
"name": "glutamate"
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
"mGluR2_3": {
|
|
198
|
+
"receptor": {
|
|
199
|
+
"latex": "$mGluR2/3$",
|
|
200
|
+
"markdown": "mGluR2/3",
|
|
201
|
+
"name": "metabotropic glutamate receptor type 2 and 3"
|
|
202
|
+
},
|
|
203
|
+
"neurotransmitter": {
|
|
204
|
+
"label": "Glu",
|
|
205
|
+
"latex": "$Glu$",
|
|
206
|
+
"markdown": "Glu",
|
|
207
|
+
"name": "glutamate"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
@@ -0,0 +1,460 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Homo sapiens": {
|
|
3
|
+
"Supramarginal (SM)": {
|
|
4
|
+
"Homo sapiens": {
|
|
5
|
+
"mesial precentral gyrus": "exact"
|
|
6
|
+
}
|
|
7
|
+
},
|
|
8
|
+
"hMT+/V5": {
|
|
9
|
+
"Homo sapiens": {
|
|
10
|
+
"Area hOc5 (LOC)": "exact"
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"Visual Area v3": {
|
|
14
|
+
"Homo sapiens": {
|
|
15
|
+
"Area hOc3v (LingG)": "contains",
|
|
16
|
+
"Area hOc3d (Cuneus)": "contains"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"CA (Hippocampus)": {
|
|
20
|
+
"Homo sapiens": {
|
|
21
|
+
"CA1": "contains",
|
|
22
|
+
"CA2": "contains",
|
|
23
|
+
"CA3": "contains"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"Frontal Neocortex": {
|
|
27
|
+
"Homo sapiens": {
|
|
28
|
+
"frontal lobe": "exact"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"Inferior Temporal (IT)": {
|
|
32
|
+
"Homo sapiens": {
|
|
33
|
+
"Temporal lobe": "contained"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"Temporal cortex": {
|
|
37
|
+
"Homo sapiens": {
|
|
38
|
+
"Temporal lobe": "approximate"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"Inferior Parietal (IP)": {
|
|
42
|
+
"Homo sapiens": {
|
|
43
|
+
"Inferior Parietal Lobule": "contained"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"Rostral Anterior Cingulate (RAC)": {
|
|
47
|
+
"Homo sapiens": {
|
|
48
|
+
"Cingulate gyrus frontal part": "approximate"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"Transverse Temporal (TT)": {
|
|
52
|
+
"Homo sapiens": {
|
|
53
|
+
"Temporal lobe": "contained"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"Putamen": {
|
|
57
|
+
"Homo sapiens": {
|
|
58
|
+
"None": "exact"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"Posterior segment of the arcuate fasciculus": {
|
|
62
|
+
"Homo sapiens": {
|
|
63
|
+
"None": "exact"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"Area i29 (retrosplenial)": {
|
|
67
|
+
"Homo sapiens": {
|
|
68
|
+
"limbic lobe": "contained"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"temporal cingulate fibres": {
|
|
72
|
+
"Homo sapiens": {
|
|
73
|
+
"None": "exact"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"human occipetal area 1": {
|
|
77
|
+
"Homo sapiens": {
|
|
78
|
+
"Area hOc1 (V1, 17, CalcS)": "exact"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"PreS (Subiculum)": {
|
|
82
|
+
"Homo sapiens": {
|
|
83
|
+
"HC-Subiculum (Hippocampus)": "contained"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"medial temporal lobe": {
|
|
87
|
+
"Homo sapiens": {
|
|
88
|
+
"Temporal Lobe": "contained"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"Area 47": {
|
|
92
|
+
"Homo sapiens": {
|
|
93
|
+
"Lateral Orbitofrontal": "approximate"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"Insula (Ins)": {
|
|
97
|
+
"Homo sapiens": {
|
|
98
|
+
"Insula": "exact"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"TrS (Transsubiculum)": {
|
|
102
|
+
"Homo sapiens": {
|
|
103
|
+
"HC-Transsubiculum (Hippocampus)": "exact"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"Direct segment of the arcuate fasciculus": {
|
|
107
|
+
"Homo sapiens": {
|
|
108
|
+
"None": "exact"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"primary visual cortex": {
|
|
112
|
+
"Homo sapiens": {
|
|
113
|
+
"Area hOc1 (V1, 17, CalcS)": "exact"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"primary visual cortex (V1)": {
|
|
117
|
+
"Homo sapiens": {
|
|
118
|
+
"Area hOc1 (V1, 17, CalcS)": "exact"
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"short cingulate fibres": {
|
|
122
|
+
"Homo sapiens": {
|
|
123
|
+
"None": "exact"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"Cingulate Neocortex": {
|
|
127
|
+
"Homo sapiens": {
|
|
128
|
+
"Limbic lobe": "contained"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"Lateral Occipital (LO)": {
|
|
132
|
+
"Homo sapiens": {
|
|
133
|
+
"Lateral Occipital Cortex": "exact"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"Pars Orbitalis (Or)": {
|
|
137
|
+
"Homo sapiens": {
|
|
138
|
+
"Frontal Operculum": "approximate"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"inferior fronto-occipital fasciculus": {
|
|
142
|
+
"Homo sapiens": {
|
|
143
|
+
"None": "exact"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"ProS (Subiculum)": {
|
|
147
|
+
"Homo sapiens": {
|
|
148
|
+
"HC-Subiculum (Hippocampus)": "contained"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"Superior Temporal (ST)": {
|
|
152
|
+
"Homo sapiens": {
|
|
153
|
+
"STS1": "contains",
|
|
154
|
+
"STS2": "contains"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"Superior Parietal (SP)": {
|
|
158
|
+
"Homo sapiens": {
|
|
159
|
+
"Superior Parietal Lobule": "close"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"Precuneus (PrCu)": {
|
|
163
|
+
"Homo sapiens": {
|
|
164
|
+
"Parietal Lobe": "approximate"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"Anterior segment of the arcuate fasciculus": {
|
|
168
|
+
"Homo sapiens": {
|
|
169
|
+
"None": "exact"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"Pars Opercularis (Op)": {
|
|
173
|
+
"Homo sapiens": {
|
|
174
|
+
"None": "exact"
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"Posterior Cingulate (PoCi)": {
|
|
178
|
+
"Homo sapiens": {
|
|
179
|
+
"Limbic lobe": "contained"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"Area 9": {
|
|
183
|
+
"Homo sapiens": {
|
|
184
|
+
"Frontal lobe": "contained"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"fornix": {
|
|
188
|
+
"Homo sapiens": {
|
|
189
|
+
"None": "exact"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"inferior longitudinal fasciculus": {
|
|
193
|
+
"Homo sapiens": {
|
|
194
|
+
"None": "exact"
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
"Middle Temporal (MT)": {
|
|
198
|
+
"Homo sapiens": {
|
|
199
|
+
"Temporal lobe": "contained"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"Caudal Middle Frontal (CMF)": {
|
|
203
|
+
"Homo sapiens": {
|
|
204
|
+
"Frontal lobe": "contained"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"Rostral Middle Frontal (RMF)": {
|
|
208
|
+
"Homo sapiens": {
|
|
209
|
+
"Frontal lobe": "contained"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"anterior Thalamic nucleus": {
|
|
213
|
+
"Homo sapiens": {
|
|
214
|
+
"Thalamus": "contained"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"anterior insular cortex": {
|
|
218
|
+
"Homo sapiens": {
|
|
219
|
+
"Insula": "contained"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"Superior Frontal (SF)": {
|
|
223
|
+
"Homo sapiens": {
|
|
224
|
+
"Frontal lobe": "contained"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"Fusiform (Fu)": {
|
|
228
|
+
"Homo sapiens": {
|
|
229
|
+
"Fusiform Gyrus": "exact"
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
"FD (DG)": {
|
|
233
|
+
"Homo sapiens": {
|
|
234
|
+
"DG (Hippocampus)": "contained"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"long cingulate fibres": {
|
|
238
|
+
"Homo sapiens": {
|
|
239
|
+
"None": "exact"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"Prefrontal cortex": {
|
|
243
|
+
"Homo sapiens": {
|
|
244
|
+
"Frontal lobe": "approximate"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"medial parietal cortex": {
|
|
248
|
+
"Homo sapiens": {
|
|
249
|
+
"Parietal lobe": "approximate"
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
"Cuneus (Cu)": {
|
|
253
|
+
"Homo sapiens": {
|
|
254
|
+
"hOc4d": "contains",
|
|
255
|
+
"hOc3d": "contains"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
"corticospinal tract": {
|
|
259
|
+
"Homo sapiens": {
|
|
260
|
+
"None": "exact"
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"somatosensory cortex": {
|
|
264
|
+
"Homo sapiens": {
|
|
265
|
+
"Area 3a (PostCG)": "contains",
|
|
266
|
+
"Area 3b (PostCG)": "contains"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"Whole brain": {
|
|
270
|
+
"Homo sapiens": {
|
|
271
|
+
"Julich-brain": "exact"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"Isthmus Cingulate (IC)": {
|
|
275
|
+
"Homo sapiens": {
|
|
276
|
+
"Limbic lobe": "contained"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
"Auditory Cortex": {
|
|
280
|
+
"Homo sapiens": {
|
|
281
|
+
"Superior temporal gyrus": "approximate"
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"Postcetnral (PoC)": {
|
|
285
|
+
"Homo sapiens": {
|
|
286
|
+
"postcentral gyrus": "close"
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"Sub (Subiculum)": {
|
|
290
|
+
"Homo sapiens": {
|
|
291
|
+
"HC-Subiculum (Hippocampus)": "exact"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"Pars Triangularis (Tr)": {
|
|
295
|
+
"Homo sapiens": {
|
|
296
|
+
"Frontal lobe": "approximate"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"Postcentral (PoC)": {
|
|
300
|
+
"Homo sapiens": {
|
|
301
|
+
"Postcentral gyrus": "exact"
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
"Middle Orbitofrontal (MOF)": {
|
|
305
|
+
"Homo sapiens": {
|
|
306
|
+
"Medial orbitofrontal cortex": "exact"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"dorsal anterior cingulate cortex": {
|
|
310
|
+
"Homo sapiens": {
|
|
311
|
+
"Limbic lobe": "contained"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"Temporal Neocortex": {
|
|
315
|
+
"Homo sapiens": {
|
|
316
|
+
"Temporal lobe": "approximate"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"Motor cortex": {
|
|
320
|
+
"Homo sapiens": {
|
|
321
|
+
"Area 4a (PreCG)": "contains",
|
|
322
|
+
"Area 4p (PreCG)": "contains"
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"Superior Parietal (SP)": {
|
|
326
|
+
"Homo sapiens": {
|
|
327
|
+
"Superior parietal lobule": "exact"
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"Caudal Anterior Cingulate (CAC)": {
|
|
331
|
+
"Homo sapiens": {
|
|
332
|
+
"cingulate gyrus": "approximate",
|
|
333
|
+
"frontal part": "approximate"
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
"human occipetal area 2": {
|
|
337
|
+
"Homo sapiens": {
|
|
338
|
+
"Area hOc2 (V2, 18)": "exact"
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"Lingual (Li)": {
|
|
342
|
+
"Homo sapiens": {
|
|
343
|
+
"Occipital cortex": "approximate"
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
"Visual Cortex": {
|
|
347
|
+
"Homo sapiens": {
|
|
348
|
+
"Occipital cortex": "approximate"
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"Dentate Gyrus": {
|
|
352
|
+
"Homo sapiens": {
|
|
353
|
+
"DG (Hippocampus)": "exact"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"Corpus geniculatum laterale (CGL, LGB, metathalamus)": {
|
|
357
|
+
"Homo sapiens": {
|
|
358
|
+
"CGL (Metathalamus)": "exact"
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
"human occipetal area 3": {
|
|
362
|
+
"Homo sapiens": {
|
|
363
|
+
"Area hOc3v (LingG)": "contains",
|
|
364
|
+
"Area hOc3d (Cuneus)": "contains"
|
|
365
|
+
}
|
|
366
|
+
},
|
|
367
|
+
"uncinate fasciculus": {
|
|
368
|
+
"Homo sapiens": {
|
|
369
|
+
"None": "exact"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"CA4 (DG)": {
|
|
373
|
+
"Homo sapiens": {
|
|
374
|
+
"DG (Hippocampus)": "contains"
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
"Area a30 (retrosplenial)": {
|
|
378
|
+
"Homo sapiens": {
|
|
379
|
+
"Limbic lobe": "contained"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"anterior temporal cortex": {
|
|
383
|
+
"Homo sapiens": {
|
|
384
|
+
"Temporal lobe": "contained"
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
"Supramarginal (SP)": {
|
|
388
|
+
"Homo sapiens": {
|
|
389
|
+
"Mesial precentral gyrus": "?"
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
"Precentral (PrC)": {
|
|
393
|
+
"Homo sapiens": {
|
|
394
|
+
"Precentral gyrus": "close"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
"Mediodorsal Thalamic Nucleus": {
|
|
398
|
+
"Homo sapiens": {
|
|
399
|
+
"Thalamus": "contained"
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
"Brodmann area 21": {
|
|
403
|
+
"Homo sapiens": {
|
|
404
|
+
"Temporal lobe": "contained"
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
"Corpus geniculatum mediale (CGM, MGB, metathalamus)": {
|
|
408
|
+
"Homo sapiens": {
|
|
409
|
+
"CGM (Metathalamus)": "exact"
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
"Visual cortex area 17": {
|
|
413
|
+
"Homo sapiens": {
|
|
414
|
+
"Area hOc1 (V1, 17, CalcS)": "exact"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"Area 46": {
|
|
418
|
+
"Homo sapiens": {
|
|
419
|
+
"Frontal lobe": "contained"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"Lateral Orbitofrontal (LOF)": {
|
|
423
|
+
"Homo sapiens": {
|
|
424
|
+
"Lateral orbitofrontal cortex": "exact"
|
|
425
|
+
}
|
|
426
|
+
},
|
|
427
|
+
"superior occipital cortex": {
|
|
428
|
+
"Homo sapiens": {
|
|
429
|
+
"Occipital cortex": "contained"
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
"Area a29 (retrosplenial)": {
|
|
433
|
+
"Homo sapiens": {
|
|
434
|
+
"Limbic lobe": "contained"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"PaS (Subiculum)": {
|
|
438
|
+
"Homo sapiens": {
|
|
439
|
+
"HC-Subiculum (Hippocampus)": "exact"
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"Area Ia (Insula)": {
|
|
443
|
+
"Homo sapiens": {
|
|
444
|
+
"Area Ia1 (Insula)": "exact"
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
"medial temporal cortex": {
|
|
448
|
+
"Homo sapiens": {
|
|
449
|
+
"Temporal lobe": "contained"
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
"Macaca fascicularis": {
|
|
454
|
+
"pallidum": {
|
|
455
|
+
"Macaca fascicularis": {
|
|
456
|
+
"globus pallidus": "exact"
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Copyright 2018-2024
|
|
2
|
+
# Institute of Neuroscience and Medicine (INM-1), Forschungszentrum Jülich GmbH
|
|
3
|
+
|
|
4
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
# you may not use this file except in compliance with the License.
|
|
6
|
+
# You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
# See the License for the specific language governing permissions and
|
|
14
|
+
# limitations under the License.
|
|
15
|
+
"""Package handling variety of volumes and volume operations"""
|
|
16
|
+
|
|
17
|
+
from .parcellationmap import Map
|
|
18
|
+
from .providers import provider
|
|
19
|
+
from .volume import from_array, from_file, from_pointcloud, from_nifti, Volume
|
|
20
|
+
|
|
21
|
+
from ..commons import logger
|
|
22
|
+
from typing import List, Union
|
|
23
|
+
import numpy as np
|