subcortex-visualization 0.1.12__tar.gz → 1.1.0__tar.gz
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.
- {subcortex_visualization-0.1.12/subcortex_visualization.egg-info → subcortex_visualization-1.1.0}/PKG-INFO +42 -17
- {subcortex_visualization-0.1.12 → subcortex_visualization-1.1.0}/README.md +41 -16
- {subcortex_visualization-0.1.12 → subcortex_visualization-1.1.0}/pyproject.toml +2 -2
- subcortex_visualization-1.1.0/subcortex_visualization/data/AICHA_L_ordering.csv +36 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/AICHA_R_ordering.csv +36 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/AICHA_both_ordering.csv +71 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Brainnetome_L_ordering.csv +33 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Brainnetome_R_ordering.csv +33 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Brainnetome_both_ordering.csv +65 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S1_L_ordering.csv +16 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S1_R_ordering.csv +16 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S1_both_ordering.csv +31 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S2_L_ordering.csv +30 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S2_R_ordering.csv +30 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S2_both_ordering.csv +59 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S3_L.svg +1383 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S3_L_ordering.csv +43 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S3_R.svg +1383 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S3_R_ordering.csv +43 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S3_both.svg +2342 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S3_both_ordering.csv +85 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S4_L.svg +2437 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S4_L_ordering.csv +47 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S4_R.svg +1920 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S4_R_ordering.csv +47 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S4_both.svg +2898 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S4_both_ordering.csv +93 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/SUIT_both.svg +909 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/SUIT_both_ordering.csv +28 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Thalamus_Nuclei_HCP_L_ordering.csv +14 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Thalamus_Nuclei_HCP_R_ordering.csv +14 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/Thalamus_Nuclei_HCP_both_ordering.csv +27 -0
- subcortex_visualization-1.1.0/subcortex_visualization/data/aseg_L_ordering.csv +14 -0
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_aseg_R.svg → subcortex_visualization-1.1.0/subcortex_visualization/data/aseg_R.svg +9 -9
- subcortex_visualization-1.1.0/subcortex_visualization/data/aseg_R_ordering.csv +14 -0
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_aseg_both.svg → subcortex_visualization-1.1.0/subcortex_visualization/data/aseg_both.svg +11 -11
- subcortex_visualization-1.1.0/subcortex_visualization/data/aseg_both_ordering.csv +27 -0
- {subcortex_visualization-0.1.12 → subcortex_visualization-1.1.0}/subcortex_visualization/plotting.py +40 -7
- subcortex_visualization-1.1.0/subcortex_visualization/utils.py +20 -0
- {subcortex_visualization-0.1.12 → subcortex_visualization-1.1.0/subcortex_visualization.egg-info}/PKG-INFO +42 -17
- subcortex_visualization-1.1.0/subcortex_visualization.egg-info/SOURCES.txt +63 -0
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_AICHA_L_ordering.csv +0 -36
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_AICHA_R_ordering.csv +0 -36
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_AICHA_both_ordering.csv +0 -71
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Brainnetome_L_ordering.csv +0 -33
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Brainnetome_R_ordering.csv +0 -33
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Brainnetome_both_ordering.csv +0 -65
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Melbourne_S1_L_ordering.csv +0 -16
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Melbourne_S1_R_ordering.csv +0 -16
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Melbourne_S1_both_ordering.csv +0 -31
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Melbourne_S2_L_ordering.csv +0 -30
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Melbourne_S2_R_ordering.csv +0 -30
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Melbourne_S2_both_ordering.csv +0 -59
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_L_ordering.csv +0 -14
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_R_ordering.csv +0 -14
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_both_ordering.csv +0 -27
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_aseg_L_ordering.csv +0 -14
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_aseg_R_ordering.csv +0 -14
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_aseg_both_ordering.csv +0 -27
- subcortex_visualization-0.1.12/subcortex_visualization/data/subcortical_aseg_paths_lookup.csv +0 -49
- subcortex_visualization-0.1.12/subcortex_visualization.egg-info/SOURCES.txt +0 -49
- {subcortex_visualization-0.1.12 → subcortex_visualization-1.1.0}/LICENSE.txt +0 -0
- {subcortex_visualization-0.1.12 → subcortex_visualization-1.1.0}/MANIFEST.in +0 -0
- {subcortex_visualization-0.1.12 → subcortex_visualization-1.1.0}/setup.cfg +0 -0
- {subcortex_visualization-0.1.12 → subcortex_visualization-1.1.0}/setup.py +0 -0
- {subcortex_visualization-0.1.12 → subcortex_visualization-1.1.0}/subcortex_visualization/__init__.py +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_AICHA_L.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/AICHA_L.svg +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_AICHA_R.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/AICHA_R.svg +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_AICHA_both.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/AICHA_both.svg +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Brainnetome_L.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Brainnetome_L.svg +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Brainnetome_R.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Brainnetome_R.svg +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Brainnetome_both.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Brainnetome_both.svg +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Melbourne_S1_L.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S1_L.svg +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Melbourne_S1_R.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S1_R.svg +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Melbourne_S1_both.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S1_both.svg +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Melbourne_S2_L.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S2_L.svg +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Melbourne_S2_R.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S2_R.svg +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Melbourne_S2_both.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S2_both.svg +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_L.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Thalamus_Nuclei_HCP_L.svg +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_R.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Thalamus_Nuclei_HCP_R.svg +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_both.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Thalamus_Nuclei_HCP_both.svg +0 -0
- {subcortex_visualization-0.1.12 → subcortex_visualization-1.1.0}/subcortex_visualization/data/__init__.py +0 -0
- /subcortex_visualization-0.1.12/subcortex_visualization/data/subcortex_aseg_L.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/aseg_L.svg +0 -0
- {subcortex_visualization-0.1.12 → subcortex_visualization-1.1.0}/subcortex_visualization.egg-info/dependency_links.txt +0 -0
- {subcortex_visualization-0.1.12 → subcortex_visualization-1.1.0}/subcortex_visualization.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: subcortex_visualization
|
|
3
|
-
Version:
|
|
4
|
-
Summary: A package to visualize subcortical brain data in two dimensions.
|
|
3
|
+
Version: 1.1.0
|
|
4
|
+
Summary: A package to visualize subcortical and cerebellar brain data in two dimensions.
|
|
5
5
|
Author: Annie G. Bryant
|
|
6
6
|
Author-email: "Annie G. Bryant" <anniegbryant@gmail.com>
|
|
7
7
|
License: GNU General Public License v3 (GPLv3)
|
|
@@ -25,26 +25,25 @@ Dynamic: license-file
|
|
|
25
25
|
|
|
26
26
|
# Subcortical data visualization in 2D
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
[](https://doi.org/10.5281/zenodo.15385315)
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
This python package currently includes the following nine subcortical and cerebellar atlases for data visualization in two-dimensional vector graphics:
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
<img src="docs-site/docs/images/all_atlas_showcase.png" width="100%">
|
|
33
33
|
|
|
34
|
+
More information about these atlases, including the process of rendering the surfaces and tracing the outlines for each, can be found in the [`atlas_info/`](https://github.com/anniegbryant/subcortex_visualization/tree/main/atlas_info) directory and at the [project website](https://anniegbryant.github.io/subcortex_visualization/).
|
|
34
35
|
|
|
35
36
|
## 🙋♀️ Motivation
|
|
36
37
|
|
|
37
38
|
This Python package was created to generate two-dimensional subcortex images in the style of the popular [`ggseg` package](https://github.com/ggseg/ggseg) in R.
|
|
38
|
-
We based our vector graphic outlines on the three-dimensional subcortical meshes either (1) provided as part of the [ENIGMA toolbox](https://github.com/MICA-MNI/ENIGMA) for the aseg atlas or (2) meshes generated in-house using rendering software from [Chris Rorden's lab](https://github.com/neurolabusc) (
|
|
39
|
+
We based our vector graphic outlines on the three-dimensional subcortical meshes either (1) provided as part of the [ENIGMA toolbox](https://github.com/MICA-MNI/ENIGMA) for the aseg atlas or (2) meshes generated in-house using rendering software from [Chris Rorden's lab](https://github.com/neurolabusc) ([Surf Ice](https://github.com/neurolabusc/surf-ice); check out [`custom_segmentation_pipeline/`](https://github.com/anniegbryant/subcortex_visualization/tree/main/custom_segmentation_pipeline) for more information).
|
|
39
40
|
|
|
40
41
|
The below graphic summarizes the transformation from 3D volumetric meshes to 2D surfaces, starting from the ENIGMA toolbox ('aseg' atlas, left) or a custom-rendered mesh from the [Melbourne Subcortex Atlas](https://github.com/yetianmed/subcortex/tree/master) as published in [Tian et al. (2020)]()https://www.nature.com/articles/s41593-020-00711-6 -- ('S1' granularity level, right).
|
|
41
42
|
|
|
42
|
-
<img src="images/aseg_and_Melbourne_S1_3D_to_2D_schematic.png" width="90%">
|
|
43
|
-
|
|
43
|
+
<img src="docs-site/docs/images/aseg_and_Melbourne_S1_3D_to_2D_schematic.png" width="90%">
|
|
44
44
|
|
|
45
45
|
While `ggseg` offers subcortical plotting with the `aseg` atlas, it is [not currently possible](https://github.com/ggseg/ggseg/issues/104) to show data from all seven subcortical regions (accumbens, amygdala, caudate, hippocampus, pallidum, putamen, thalamus) in the same figure.
|
|
46
|
-
Moreover, there is currently no other software available to visualize any of the other above subcortical
|
|
47
|
-
|
|
46
|
+
Moreover, there is currently no other software available to visualize any of the other above subcortical, thalamic, or cerebellar atlases in two dimensions with real data, hence development here.
|
|
48
47
|
|
|
49
48
|
## 🖥️ Installation
|
|
50
49
|
|
|
@@ -69,14 +68,14 @@ This will install the `subcortex_visualization` package so you have access to th
|
|
|
69
68
|
|
|
70
69
|
### ❗️ Quick start
|
|
71
70
|
|
|
72
|
-
Running the below
|
|
71
|
+
Running the code below will produce an image of the left subcortex in the aseg atlas (the default), each region colored by its index, with the plasma color scheme:
|
|
73
72
|
|
|
74
73
|
```python
|
|
75
74
|
plot_subcortical_data(hemisphere='L', cmap='plasma',
|
|
76
75
|
fill_title = "Subcortical region index")
|
|
77
76
|
```
|
|
78
77
|
|
|
79
|
-
<img src="images/example_aseg_subcortex_plot.png" width="80%">
|
|
78
|
+
<img src="docs-site/docs/images/example_aseg_subcortex_plot.png" width="80%">
|
|
80
79
|
|
|
81
80
|
|
|
82
81
|
### 📚 Tutorial
|
|
@@ -96,7 +95,7 @@ To plot real data in the subcortex, your `subcortex_data` should be a `pandas.D
|
|
|
96
95
|
|
|
97
96
|
Briefly, all functionality is contained within the `plot_subcortical_data` function, which takes in the following arguments:
|
|
98
97
|
* `subcortex_data`: The three-column dataframe in a format as shown above; this is optional, if left out the plot will just color each region by its index
|
|
99
|
-
* `atlas`: The name of the subcortical segmentation atlas (default is 'aseg',
|
|
98
|
+
* `atlas`: The name of the subcortical, thalamic, or cerebellar segmentation atlas (default is 'aseg', all options listed below)
|
|
100
99
|
* `value_column`: The name of the column in your `subcortex_data` to plot, defaults to 'value'
|
|
101
100
|
* `line_thickness`: How thick the lines around each subcortical region should be drawn, in mm (default is 1.5)
|
|
102
101
|
* `line_color`: What color the lines around each subcortical region should be (default is 'black')
|
|
@@ -128,22 +127,48 @@ plot_subcortical_data(subcortex_data=example_continuous_data, atlas='aseg',
|
|
|
128
127
|
cmap=white_blue_red_cmap, midpoint=0)
|
|
129
128
|
```
|
|
130
129
|
|
|
131
|
-
<img src="images/example_aseg_subcortex_normdist.png" width="80%">
|
|
130
|
+
<img src="docs-site/docs/images/example_aseg_subcortex_normdist.png" width="80%">
|
|
131
|
+
|
|
132
|
+
### Available atlases
|
|
133
|
+
|
|
134
|
+
The following nine subcortical atlases are currently supported with more information at the [project website](https://anniegbryant.github.io/subcortex_visualization/atlas_info/):
|
|
135
|
+
|
|
136
|
+
* `aseg`: The `aseg` parcellation atlas from FreeSurfer
|
|
137
|
+
* `Melbourne_S1`: The Melbourne Subcortex Atlas at granularity level S1, from [Tian et al. *Nature Neuroscience* (2020)](https://www.nature.com/articles/s41593-020-00711-6)
|
|
138
|
+
* `Melbourne_S2`: The Melbourne Subcortex Atlas at granularity level S2, from [Tian et al. *Nature Neuroscience* (2020)](https://www.nature.com/articles/s41593-020-00711-6)
|
|
139
|
+
* `Melbourne_S3`: The Melbourne Subcortex Atlas at granularity level S3, from [Tian et al. *Nature Neuroscience* (2020)](https://www.nature.com/articles/s41593-020-00711-6)
|
|
140
|
+
* `Melbourne_S4`: The Melbourne Subcortex Atlas at granularity level S4, from [Tian et al. *Nature Neuroscience* (2020)](https://www.nature.com/articles/s41593-020-00711-6)
|
|
141
|
+
* `AICHA`: The AICHA subcortex atlas, from [Joliot et al. *J Neurosci Methods* (2015)](https://pubmed.ncbi.nlm.nih.gov/26213217/).
|
|
142
|
+
* `Brainnetome`: The Brainnetome subcortex atlas, from [Fan et al. *Cerebral Cortex* (2016)](https://pmc.ncbi.nlm.nih.gov/articles/PMC4961028/)
|
|
143
|
+
* `Thalamus_Nuclei_HCP`: The thalamic nuclei atlas derived from HCP data, from [Najdenovska et al. *Scientific Data* (2018)](https://www.nature.com/articles/sdata2018270)
|
|
144
|
+
* `SUIT`: The SUIT cerebellum atlas, from [Diedrichsen *Neuroimage* (2006)](https://doi.org/10.1016/j.neuroimage.2006.05.056)
|
|
132
145
|
|
|
133
146
|
|
|
134
147
|
## 💡 Want to generate your own mesh and/or parcellation?
|
|
135
148
|
|
|
136
|
-
|
|
149
|
+
<img src="docs-site/docs/images/custom_vector_method.png" width="70%">
|
|
150
|
+
|
|
151
|
+
This package provides nine subcortical, thalamic, and cerebellar atlases as a starting point.
|
|
137
152
|
The workflow can readily be extended to your favorite segmentation atlas, though!
|
|
138
153
|
We have a dedicated folder for a custom segmentation pipeline that will walk you through the two key steps:
|
|
139
|
-
1. Rendering a series of triangulated surface meshes from your parcellation atlas (starting from a .nii.gz volume), using
|
|
154
|
+
1. Rendering a series of triangulated surface meshes from your parcellation atlas (starting from a .nii.gz volume), using the [`surfice_atlas`](https://github.com/neurolabusc/surfice_atlas) software, both developed by [Chris Rorden's lab](https://github.com/rordenlab); and
|
|
140
155
|
2. Tracing the outline of each region in the rendered mesh in vector graphic editing software (we use Inkscape in the tutorial as a powerful and free option), to yield a two-dimensional image of your atlas in scalable vector graphic (.svg) format.
|
|
141
156
|
|
|
142
157
|
Check out the walkthrough in the [`custom_segmentation_pipeline/`](https://github.com/anniegbryant/subcortex_visualization/tree/main/custom_segmentation_pipeline) folder for more information on how to render your own volumetric segmentation with an interactive mesh and convert to a two-dimensional vector graphic that can be integrated with this package.
|
|
143
158
|
|
|
144
159
|
## 🙏 Acknowledgments
|
|
145
160
|
|
|
146
|
-
Thank you very much to [Chris Rorden](https://github.com/rordenlab), [Ye Tian](https://github.com/yetianmed), and [Sid Chopra](https://github.com/sidchop) for their suggestions and continued development of open tools for neuroimaging visualization that enabled development of this project!
|
|
161
|
+
Thank you very much to [Chris Rorden](https://github.com/rordenlab), [Ye Tian](https://github.com/yetianmed), and [Sid Chopra](https://github.com/sidchop) for their suggestions and continued development of open tools for neuroimaging visualization that enabled the development of this project!
|
|
162
|
+
|
|
163
|
+
We're also very grateful for ongoing contributions from members of the GitHub community:
|
|
164
|
+
|
|
165
|
+
[](https://github.com/anniegbryant/subcortex_visualization/graphs/contributors)
|
|
166
|
+
|
|
167
|
+
## 🔗 Citing this package
|
|
168
|
+
|
|
169
|
+
If you use this package in a scientific publication, blog post, etc., please cite the corresponding Zenodo release as follows:
|
|
170
|
+
|
|
171
|
+
Annie G. Bryant. (2025). anniegbryant/subcortex_visualization: Initial Zenodo release (initial_release). Zenodo. https://doi.org/10.5281/zenodo.15385316
|
|
147
172
|
|
|
148
173
|
## ❓📧 Questions, comments, or suggestions always welcome!
|
|
149
174
|
|
|
@@ -1,25 +1,24 @@
|
|
|
1
1
|
# Subcortical data visualization in 2D
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://doi.org/10.5281/zenodo.15385315)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
This python package currently includes the following nine subcortical and cerebellar atlases for data visualization in two-dimensional vector graphics:
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
<img src="docs-site/docs/images/all_atlas_showcase.png" width="100%">
|
|
8
8
|
|
|
9
|
+
More information about these atlases, including the process of rendering the surfaces and tracing the outlines for each, can be found in the [`atlas_info/`](https://github.com/anniegbryant/subcortex_visualization/tree/main/atlas_info) directory and at the [project website](https://anniegbryant.github.io/subcortex_visualization/).
|
|
9
10
|
|
|
10
11
|
## 🙋♀️ Motivation
|
|
11
12
|
|
|
12
13
|
This Python package was created to generate two-dimensional subcortex images in the style of the popular [`ggseg` package](https://github.com/ggseg/ggseg) in R.
|
|
13
|
-
We based our vector graphic outlines on the three-dimensional subcortical meshes either (1) provided as part of the [ENIGMA toolbox](https://github.com/MICA-MNI/ENIGMA) for the aseg atlas or (2) meshes generated in-house using rendering software from [Chris Rorden's lab](https://github.com/neurolabusc) (
|
|
14
|
+
We based our vector graphic outlines on the three-dimensional subcortical meshes either (1) provided as part of the [ENIGMA toolbox](https://github.com/MICA-MNI/ENIGMA) for the aseg atlas or (2) meshes generated in-house using rendering software from [Chris Rorden's lab](https://github.com/neurolabusc) ([Surf Ice](https://github.com/neurolabusc/surf-ice); check out [`custom_segmentation_pipeline/`](https://github.com/anniegbryant/subcortex_visualization/tree/main/custom_segmentation_pipeline) for more information).
|
|
14
15
|
|
|
15
16
|
The below graphic summarizes the transformation from 3D volumetric meshes to 2D surfaces, starting from the ENIGMA toolbox ('aseg' atlas, left) or a custom-rendered mesh from the [Melbourne Subcortex Atlas](https://github.com/yetianmed/subcortex/tree/master) as published in [Tian et al. (2020)]()https://www.nature.com/articles/s41593-020-00711-6 -- ('S1' granularity level, right).
|
|
16
17
|
|
|
17
|
-
<img src="images/aseg_and_Melbourne_S1_3D_to_2D_schematic.png" width="90%">
|
|
18
|
-
|
|
18
|
+
<img src="docs-site/docs/images/aseg_and_Melbourne_S1_3D_to_2D_schematic.png" width="90%">
|
|
19
19
|
|
|
20
20
|
While `ggseg` offers subcortical plotting with the `aseg` atlas, it is [not currently possible](https://github.com/ggseg/ggseg/issues/104) to show data from all seven subcortical regions (accumbens, amygdala, caudate, hippocampus, pallidum, putamen, thalamus) in the same figure.
|
|
21
|
-
Moreover, there is currently no other software available to visualize any of the other above subcortical
|
|
22
|
-
|
|
21
|
+
Moreover, there is currently no other software available to visualize any of the other above subcortical, thalamic, or cerebellar atlases in two dimensions with real data, hence development here.
|
|
23
22
|
|
|
24
23
|
## 🖥️ Installation
|
|
25
24
|
|
|
@@ -44,14 +43,14 @@ This will install the `subcortex_visualization` package so you have access to th
|
|
|
44
43
|
|
|
45
44
|
### ❗️ Quick start
|
|
46
45
|
|
|
47
|
-
Running the below
|
|
46
|
+
Running the code below will produce an image of the left subcortex in the aseg atlas (the default), each region colored by its index, with the plasma color scheme:
|
|
48
47
|
|
|
49
48
|
```python
|
|
50
49
|
plot_subcortical_data(hemisphere='L', cmap='plasma',
|
|
51
50
|
fill_title = "Subcortical region index")
|
|
52
51
|
```
|
|
53
52
|
|
|
54
|
-
<img src="images/example_aseg_subcortex_plot.png" width="80%">
|
|
53
|
+
<img src="docs-site/docs/images/example_aseg_subcortex_plot.png" width="80%">
|
|
55
54
|
|
|
56
55
|
|
|
57
56
|
### 📚 Tutorial
|
|
@@ -71,7 +70,7 @@ To plot real data in the subcortex, your `subcortex_data` should be a `pandas.D
|
|
|
71
70
|
|
|
72
71
|
Briefly, all functionality is contained within the `plot_subcortical_data` function, which takes in the following arguments:
|
|
73
72
|
* `subcortex_data`: The three-column dataframe in a format as shown above; this is optional, if left out the plot will just color each region by its index
|
|
74
|
-
* `atlas`: The name of the subcortical segmentation atlas (default is 'aseg',
|
|
73
|
+
* `atlas`: The name of the subcortical, thalamic, or cerebellar segmentation atlas (default is 'aseg', all options listed below)
|
|
75
74
|
* `value_column`: The name of the column in your `subcortex_data` to plot, defaults to 'value'
|
|
76
75
|
* `line_thickness`: How thick the lines around each subcortical region should be drawn, in mm (default is 1.5)
|
|
77
76
|
* `line_color`: What color the lines around each subcortical region should be (default is 'black')
|
|
@@ -103,26 +102,52 @@ plot_subcortical_data(subcortex_data=example_continuous_data, atlas='aseg',
|
|
|
103
102
|
cmap=white_blue_red_cmap, midpoint=0)
|
|
104
103
|
```
|
|
105
104
|
|
|
106
|
-
<img src="images/example_aseg_subcortex_normdist.png" width="80%">
|
|
105
|
+
<img src="docs-site/docs/images/example_aseg_subcortex_normdist.png" width="80%">
|
|
106
|
+
|
|
107
|
+
### Available atlases
|
|
108
|
+
|
|
109
|
+
The following nine subcortical atlases are currently supported with more information at the [project website](https://anniegbryant.github.io/subcortex_visualization/atlas_info/):
|
|
110
|
+
|
|
111
|
+
* `aseg`: The `aseg` parcellation atlas from FreeSurfer
|
|
112
|
+
* `Melbourne_S1`: The Melbourne Subcortex Atlas at granularity level S1, from [Tian et al. *Nature Neuroscience* (2020)](https://www.nature.com/articles/s41593-020-00711-6)
|
|
113
|
+
* `Melbourne_S2`: The Melbourne Subcortex Atlas at granularity level S2, from [Tian et al. *Nature Neuroscience* (2020)](https://www.nature.com/articles/s41593-020-00711-6)
|
|
114
|
+
* `Melbourne_S3`: The Melbourne Subcortex Atlas at granularity level S3, from [Tian et al. *Nature Neuroscience* (2020)](https://www.nature.com/articles/s41593-020-00711-6)
|
|
115
|
+
* `Melbourne_S4`: The Melbourne Subcortex Atlas at granularity level S4, from [Tian et al. *Nature Neuroscience* (2020)](https://www.nature.com/articles/s41593-020-00711-6)
|
|
116
|
+
* `AICHA`: The AICHA subcortex atlas, from [Joliot et al. *J Neurosci Methods* (2015)](https://pubmed.ncbi.nlm.nih.gov/26213217/).
|
|
117
|
+
* `Brainnetome`: The Brainnetome subcortex atlas, from [Fan et al. *Cerebral Cortex* (2016)](https://pmc.ncbi.nlm.nih.gov/articles/PMC4961028/)
|
|
118
|
+
* `Thalamus_Nuclei_HCP`: The thalamic nuclei atlas derived from HCP data, from [Najdenovska et al. *Scientific Data* (2018)](https://www.nature.com/articles/sdata2018270)
|
|
119
|
+
* `SUIT`: The SUIT cerebellum atlas, from [Diedrichsen *Neuroimage* (2006)](https://doi.org/10.1016/j.neuroimage.2006.05.056)
|
|
107
120
|
|
|
108
121
|
|
|
109
122
|
## 💡 Want to generate your own mesh and/or parcellation?
|
|
110
123
|
|
|
111
|
-
|
|
124
|
+
<img src="docs-site/docs/images/custom_vector_method.png" width="70%">
|
|
125
|
+
|
|
126
|
+
This package provides nine subcortical, thalamic, and cerebellar atlases as a starting point.
|
|
112
127
|
The workflow can readily be extended to your favorite segmentation atlas, though!
|
|
113
128
|
We have a dedicated folder for a custom segmentation pipeline that will walk you through the two key steps:
|
|
114
|
-
1. Rendering a series of triangulated surface meshes from your parcellation atlas (starting from a .nii.gz volume), using
|
|
129
|
+
1. Rendering a series of triangulated surface meshes from your parcellation atlas (starting from a .nii.gz volume), using the [`surfice_atlas`](https://github.com/neurolabusc/surfice_atlas) software, both developed by [Chris Rorden's lab](https://github.com/rordenlab); and
|
|
115
130
|
2. Tracing the outline of each region in the rendered mesh in vector graphic editing software (we use Inkscape in the tutorial as a powerful and free option), to yield a two-dimensional image of your atlas in scalable vector graphic (.svg) format.
|
|
116
131
|
|
|
117
132
|
Check out the walkthrough in the [`custom_segmentation_pipeline/`](https://github.com/anniegbryant/subcortex_visualization/tree/main/custom_segmentation_pipeline) folder for more information on how to render your own volumetric segmentation with an interactive mesh and convert to a two-dimensional vector graphic that can be integrated with this package.
|
|
118
133
|
|
|
119
134
|
## 🙏 Acknowledgments
|
|
120
135
|
|
|
121
|
-
Thank you very much to [Chris Rorden](https://github.com/rordenlab), [Ye Tian](https://github.com/yetianmed), and [Sid Chopra](https://github.com/sidchop) for their suggestions and continued development of open tools for neuroimaging visualization that enabled development of this project!
|
|
136
|
+
Thank you very much to [Chris Rorden](https://github.com/rordenlab), [Ye Tian](https://github.com/yetianmed), and [Sid Chopra](https://github.com/sidchop) for their suggestions and continued development of open tools for neuroimaging visualization that enabled the development of this project!
|
|
137
|
+
|
|
138
|
+
We're also very grateful for ongoing contributions from members of the GitHub community:
|
|
139
|
+
|
|
140
|
+
[](https://github.com/anniegbryant/subcortex_visualization/graphs/contributors)
|
|
141
|
+
|
|
142
|
+
## 🔗 Citing this package
|
|
143
|
+
|
|
144
|
+
If you use this package in a scientific publication, blog post, etc., please cite the corresponding Zenodo release as follows:
|
|
145
|
+
|
|
146
|
+
Annie G. Bryant. (2025). anniegbryant/subcortex_visualization: Initial Zenodo release (initial_release). Zenodo. https://doi.org/10.5281/zenodo.15385316
|
|
122
147
|
|
|
123
148
|
## ❓📧 Questions, comments, or suggestions always welcome!
|
|
124
149
|
|
|
125
150
|
Please feel free to ask questions, report bugs, or share suggestions by creating an issue or by emailing me (Annie) at ([anniegbryant@gmail.com](mailto:anniegbryant@gmail.com)) 😊
|
|
126
151
|
|
|
127
152
|
As an [open-source tool](https://opensource.guide/how-to-contribute/), pull requests are always welcome from the community, too.
|
|
128
|
-
If you create your own custom vector graphic for your segmentation atlas of choice, feel free to create a pull request to incorporate and be acknowledged.
|
|
153
|
+
If you create your own custom vector graphic for your segmentation atlas of choice, feel free to create a pull request to incorporate and be acknowledged.
|
|
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "subcortex_visualization"
|
|
7
|
-
version = "
|
|
7
|
+
version = "1.1.0"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="Annie G. Bryant", email="anniegbryant@gmail.com" },
|
|
10
10
|
]
|
|
11
|
-
description = "A package to visualize subcortical brain data in two dimensions."
|
|
11
|
+
description = "A package to visualize subcortical and cerebellar brain data in two dimensions."
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
requires-python = ">=3.9"
|
|
14
14
|
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
region,Hemisphere,seg_index,face,plot_order
|
|
2
|
+
Thalamus-9,L,383,lateral,1
|
|
3
|
+
Thalamus-7,L,379,lateral,2
|
|
4
|
+
Caudate-1,L,347,lateral,3
|
|
5
|
+
Caudate-3,L,351,lateral,4
|
|
6
|
+
Amygdala-1,L,345,lateral,5
|
|
7
|
+
Caudate-2,L,349,lateral,6
|
|
8
|
+
Caudate-4,L,353,lateral,7
|
|
9
|
+
Thalamus-6,L,377,lateral,8
|
|
10
|
+
Thalamus-5,L,375,lateral,9
|
|
11
|
+
Thalamus-2,L,369,lateral,10
|
|
12
|
+
Caudate-5,L,355,lateral,11
|
|
13
|
+
Caudate-6,L,357,lateral,12
|
|
14
|
+
Caudate-7,L,359,lateral,13
|
|
15
|
+
Putamen-2,L,363,lateral,14
|
|
16
|
+
Putamen-3,L,365,lateral,15
|
|
17
|
+
Putamen-3,L,365,medial,16
|
|
18
|
+
Putamen-2,L,363,medial,17
|
|
19
|
+
Pallidum-1,L,361,medial,18
|
|
20
|
+
Thalamus-1,L,367,medial,19
|
|
21
|
+
Thalamus-5,L,375,medial,20
|
|
22
|
+
Thalamus-6,L,377,medial,21
|
|
23
|
+
Thalamus-7,L,379,medial,22
|
|
24
|
+
Thalamus-8,L,381,medial,23
|
|
25
|
+
Thalamus-2,L,369,medial,24
|
|
26
|
+
Thalamus-4,L,373,medial,25
|
|
27
|
+
Caudate-5,L,355,medial,26
|
|
28
|
+
Amygdala-1,L,345,medial,27
|
|
29
|
+
Thalamus-9,L,383,medial,28
|
|
30
|
+
Caudate-3,L,351,medial,29
|
|
31
|
+
Caudate-4,L,353,medial,30
|
|
32
|
+
Caudate-6,L,357,medial,31
|
|
33
|
+
Caudate-7,L,359,medial,32
|
|
34
|
+
Caudate-1,L,347,medial,33
|
|
35
|
+
Caudate-2,L,349,medial,34
|
|
36
|
+
Thalamus-3,L,371,medial,35
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
region,Hemisphere,seg_index,face,plot_order
|
|
2
|
+
Thalamus-9,R,384,lateral,1
|
|
3
|
+
Thalamus-7,R,380,lateral,2
|
|
4
|
+
Caudate-1,R,348,lateral,3
|
|
5
|
+
Caudate-3,R,352,lateral,4
|
|
6
|
+
Amygdala-1,R,346,lateral,5
|
|
7
|
+
Caudate-2,R,350,lateral,6
|
|
8
|
+
Caudate-4,R,354,lateral,7
|
|
9
|
+
Thalamus-6,R,378,lateral,8
|
|
10
|
+
Thalamus-5,R,376,lateral,9
|
|
11
|
+
Thalamus-2,R,370,lateral,10
|
|
12
|
+
Caudate-5,R,356,lateral,11
|
|
13
|
+
Caudate-6,R,358,lateral,12
|
|
14
|
+
Caudate-7,R,360,lateral,13
|
|
15
|
+
Putamen-2,R,364,lateral,14
|
|
16
|
+
Putamen-3,R,366,lateral,15
|
|
17
|
+
Putamen-3,R,366,medial,16
|
|
18
|
+
Putamen-2,R,364,medial,17
|
|
19
|
+
Pallidum-1,R,362,medial,18
|
|
20
|
+
Thalamus-1,R,368,medial,19
|
|
21
|
+
Thalamus-5,R,376,medial,20
|
|
22
|
+
Thalamus-6,R,378,medial,21
|
|
23
|
+
Thalamus-7,R,380,medial,22
|
|
24
|
+
Thalamus-8,R,382,medial,23
|
|
25
|
+
Thalamus-2,R,370,medial,24
|
|
26
|
+
Thalamus-4,R,374,medial,25
|
|
27
|
+
Caudate-5,R,356,medial,26
|
|
28
|
+
Amygdala-1,R,346,medial,27
|
|
29
|
+
Thalamus-9,R,384,medial,28
|
|
30
|
+
Caudate-3,R,352,medial,29
|
|
31
|
+
Caudate-4,R,354,medial,30
|
|
32
|
+
Caudate-6,R,358,medial,31
|
|
33
|
+
Caudate-7,R,360,medial,32
|
|
34
|
+
Caudate-1,R,348,medial,33
|
|
35
|
+
Caudate-2,R,350,medial,34
|
|
36
|
+
Thalamus-3,R,372,medial,35
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
region,Hemisphere,seg_index,face,plot_order
|
|
2
|
+
Thalamus-9,L,383,lateral,1
|
|
3
|
+
Thalamus-7,L,379,lateral,2
|
|
4
|
+
Caudate-1,L,347,lateral,3
|
|
5
|
+
Caudate-3,L,351,lateral,4
|
|
6
|
+
Amygdala-1,L,345,lateral,5
|
|
7
|
+
Caudate-2,L,349,lateral,6
|
|
8
|
+
Caudate-4,L,353,lateral,7
|
|
9
|
+
Thalamus-6,L,377,lateral,8
|
|
10
|
+
Thalamus-5,L,375,lateral,9
|
|
11
|
+
Thalamus-2,L,369,lateral,10
|
|
12
|
+
Caudate-5,L,355,lateral,11
|
|
13
|
+
Caudate-6,L,357,lateral,12
|
|
14
|
+
Caudate-7,L,359,lateral,13
|
|
15
|
+
Putamen-2,L,363,lateral,14
|
|
16
|
+
Putamen-3,L,365,lateral,15
|
|
17
|
+
Putamen-3,L,365,medial,16
|
|
18
|
+
Putamen-2,L,363,medial,17
|
|
19
|
+
Pallidum-1,L,361,medial,18
|
|
20
|
+
Thalamus-1,L,367,medial,19
|
|
21
|
+
Thalamus-5,L,375,medial,20
|
|
22
|
+
Thalamus-6,L,377,medial,21
|
|
23
|
+
Thalamus-7,L,379,medial,22
|
|
24
|
+
Thalamus-8,L,381,medial,23
|
|
25
|
+
Thalamus-2,L,369,medial,24
|
|
26
|
+
Thalamus-4,L,373,medial,25
|
|
27
|
+
Caudate-5,L,355,medial,26
|
|
28
|
+
Amygdala-1,L,345,medial,27
|
|
29
|
+
Thalamus-9,L,383,medial,28
|
|
30
|
+
Caudate-3,L,351,medial,29
|
|
31
|
+
Caudate-4,L,353,medial,30
|
|
32
|
+
Caudate-6,L,357,medial,31
|
|
33
|
+
Caudate-7,L,359,medial,32
|
|
34
|
+
Caudate-1,L,347,medial,33
|
|
35
|
+
Caudate-2,L,349,medial,34
|
|
36
|
+
Thalamus-3,L,371,medial,35
|
|
37
|
+
Thalamus-9,R,384,lateral,36
|
|
38
|
+
Thalamus-7,R,380,lateral,37
|
|
39
|
+
Caudate-1,R,348,lateral,38
|
|
40
|
+
Caudate-3,R,352,lateral,39
|
|
41
|
+
Amygdala-1,R,346,lateral,40
|
|
42
|
+
Caudate-2,R,350,lateral,41
|
|
43
|
+
Caudate-4,R,354,lateral,42
|
|
44
|
+
Thalamus-6,R,378,lateral,43
|
|
45
|
+
Thalamus-5,R,376,lateral,44
|
|
46
|
+
Thalamus-2,R,370,lateral,45
|
|
47
|
+
Caudate-5,R,356,lateral,46
|
|
48
|
+
Caudate-6,R,358,lateral,47
|
|
49
|
+
Caudate-7,R,360,lateral,48
|
|
50
|
+
Putamen-2,R,364,lateral,49
|
|
51
|
+
Putamen-3,R,366,lateral,50
|
|
52
|
+
Putamen-3,R,366,medial,51
|
|
53
|
+
Putamen-2,R,364,medial,52
|
|
54
|
+
Pallidum-1,R,362,medial,53
|
|
55
|
+
Thalamus-1,R,368,medial,54
|
|
56
|
+
Thalamus-5,R,376,medial,55
|
|
57
|
+
Thalamus-6,R,378,medial,56
|
|
58
|
+
Thalamus-7,R,380,medial,57
|
|
59
|
+
Thalamus-8,R,382,medial,58
|
|
60
|
+
Thalamus-2,R,370,medial,59
|
|
61
|
+
Thalamus-4,R,374,medial,60
|
|
62
|
+
Caudate-5,R,356,medial,61
|
|
63
|
+
Amygdala-1,R,346,medial,62
|
|
64
|
+
Thalamus-9,R,384,medial,63
|
|
65
|
+
Caudate-3,R,352,medial,64
|
|
66
|
+
Caudate-4,R,354,medial,65
|
|
67
|
+
Caudate-6,R,358,medial,66
|
|
68
|
+
Caudate-7,R,360,medial,67
|
|
69
|
+
Caudate-1,R,348,medial,68
|
|
70
|
+
Caudate-2,R,350,medial,69
|
|
71
|
+
Thalamus-3,R,372,medial,70
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
region,Hemisphere,seg_index,face,plot_order
|
|
2
|
+
dCa,L,227,lateral,1
|
|
3
|
+
mAmyg,L,211,lateral,2
|
|
4
|
+
rHipp,L,215,lateral,3
|
|
5
|
+
lAmyg,L,213,lateral,4
|
|
6
|
+
cHipp,L,217,lateral,5
|
|
7
|
+
cTtha,L,243,lateral,6
|
|
8
|
+
Otha,L,241,lateral,7
|
|
9
|
+
mPMtha,L,233,lateral,8
|
|
10
|
+
PPtha,L,239,lateral,9
|
|
11
|
+
lPFtha,L,245,lateral,10
|
|
12
|
+
Stha,L,235,lateral,11
|
|
13
|
+
rTtha,L,237,lateral,12
|
|
14
|
+
vCa,L,219,lateral,13
|
|
15
|
+
NAC,L,223,lateral,14
|
|
16
|
+
vmPu,L,225,lateral,15
|
|
17
|
+
GP,L,221,lateral,16
|
|
18
|
+
cHipp,L,217,lateral,17
|
|
19
|
+
dlPu,L,229,lateral,18
|
|
20
|
+
cHipp,L,217,medial,19
|
|
21
|
+
rHipp,L,215,medial,20
|
|
22
|
+
vmPu,L,225,medial,21
|
|
23
|
+
Otha,L,241,medial,22
|
|
24
|
+
PPtha,L,239,medial,23
|
|
25
|
+
cTtha,L,243,medial,24
|
|
26
|
+
dCa,L,227,medial,25
|
|
27
|
+
vCa,L,219,medial,26
|
|
28
|
+
NAC,L,223,medial,27
|
|
29
|
+
GP,L,221,medial,28
|
|
30
|
+
lPFtha,L,245,medial,29
|
|
31
|
+
mPFtha,L,231,medial,30
|
|
32
|
+
rTtha,L,237,medial,31
|
|
33
|
+
mAmyg,L,211,medial,32
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
region,Hemisphere,seg_index,face,plot_order
|
|
2
|
+
dCa,R,228,lateral,1
|
|
3
|
+
mAmyg,R,212,lateral,2
|
|
4
|
+
rHipp,R,216,lateral,3
|
|
5
|
+
lAmyg,R,214,lateral,4
|
|
6
|
+
cHipp,R,218,lateral,5
|
|
7
|
+
cTtha,R,244,lateral,6
|
|
8
|
+
Otha,R,242,lateral,7
|
|
9
|
+
mPMtha,R,234,lateral,8
|
|
10
|
+
PPtha,R,240,lateral,9
|
|
11
|
+
lPFtha,R,246,lateral,10
|
|
12
|
+
Stha,R,236,lateral,11
|
|
13
|
+
rTtha,R,238,lateral,12
|
|
14
|
+
vCa,R,220,lateral,13
|
|
15
|
+
NAC,R,224,lateral,14
|
|
16
|
+
vmPu,R,226,lateral,15
|
|
17
|
+
GP,R,222,lateral,16
|
|
18
|
+
cHipp,R,218,lateral,17
|
|
19
|
+
dlPu,R,230,lateral,18
|
|
20
|
+
cHipp,R,218,medial,19
|
|
21
|
+
rHipp,R,216,medial,20
|
|
22
|
+
vmPu,R,226,medial,21
|
|
23
|
+
Otha,R,242,medial,22
|
|
24
|
+
PPtha,R,240,medial,23
|
|
25
|
+
cTtha,R,244,medial,24
|
|
26
|
+
dCa,R,228,medial,25
|
|
27
|
+
vCa,R,220,medial,26
|
|
28
|
+
NAC,R,224,medial,27
|
|
29
|
+
GP,R,222,medial,28
|
|
30
|
+
lPFtha,R,246,medial,29
|
|
31
|
+
mPFtha,R,232,medial,30
|
|
32
|
+
rTtha,R,238,medial,31
|
|
33
|
+
mAmyg,R,212,medial,32
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
region,Hemisphere,seg_index,face,plot_order
|
|
2
|
+
dCa,L,227,lateral,1
|
|
3
|
+
mAmyg,L,211,lateral,2
|
|
4
|
+
rHipp,L,215,lateral,3
|
|
5
|
+
lAmyg,L,213,lateral,4
|
|
6
|
+
cHipp,L,217,lateral,5
|
|
7
|
+
cTtha,L,243,lateral,6
|
|
8
|
+
Otha,L,241,lateral,7
|
|
9
|
+
mPMtha,L,233,lateral,8
|
|
10
|
+
PPtha,L,239,lateral,9
|
|
11
|
+
lPFtha,L,245,lateral,10
|
|
12
|
+
Stha,L,235,lateral,11
|
|
13
|
+
rTtha,L,237,lateral,12
|
|
14
|
+
vCa,L,219,lateral,13
|
|
15
|
+
NAC,L,223,lateral,14
|
|
16
|
+
vmPu,L,225,lateral,15
|
|
17
|
+
GP,L,221,lateral,16
|
|
18
|
+
cHipp,L,217,lateral,17
|
|
19
|
+
dlPu,L,229,lateral,18
|
|
20
|
+
cHipp,L,217,medial,19
|
|
21
|
+
rHipp,L,215,medial,20
|
|
22
|
+
vmPu,L,225,medial,21
|
|
23
|
+
Otha,L,241,medial,22
|
|
24
|
+
PPtha,L,239,medial,23
|
|
25
|
+
cTtha,L,243,medial,24
|
|
26
|
+
dCa,L,227,medial,25
|
|
27
|
+
vCa,L,219,medial,26
|
|
28
|
+
NAC,L,223,medial,27
|
|
29
|
+
GP,L,221,medial,28
|
|
30
|
+
lPFtha,L,245,medial,29
|
|
31
|
+
mPFtha,L,231,medial,30
|
|
32
|
+
rTtha,L,237,medial,31
|
|
33
|
+
mAmyg,L,211,medial,32
|
|
34
|
+
dCa,R,228,lateral,33
|
|
35
|
+
mAmyg,R,212,lateral,34
|
|
36
|
+
rHipp,R,216,lateral,35
|
|
37
|
+
lAmyg,R,214,lateral,36
|
|
38
|
+
cHipp,R,218,lateral,37
|
|
39
|
+
cTtha,R,244,lateral,38
|
|
40
|
+
Otha,R,242,lateral,39
|
|
41
|
+
mPMtha,R,234,lateral,40
|
|
42
|
+
PPtha,R,240,lateral,41
|
|
43
|
+
lPFtha,R,246,lateral,42
|
|
44
|
+
Stha,R,236,lateral,43
|
|
45
|
+
rTtha,R,238,lateral,44
|
|
46
|
+
vCa,R,220,lateral,45
|
|
47
|
+
NAC,R,224,lateral,46
|
|
48
|
+
vmPu,R,226,lateral,47
|
|
49
|
+
GP,R,222,lateral,48
|
|
50
|
+
cHipp,R,218,lateral,49
|
|
51
|
+
dlPu,R,230,lateral,50
|
|
52
|
+
cHipp,R,218,medial,51
|
|
53
|
+
rHipp,R,216,medial,52
|
|
54
|
+
vmPu,R,226,medial,53
|
|
55
|
+
Otha,R,242,medial,54
|
|
56
|
+
PPtha,R,240,medial,55
|
|
57
|
+
cTtha,R,244,medial,56
|
|
58
|
+
dCa,R,228,medial,57
|
|
59
|
+
vCa,R,220,medial,58
|
|
60
|
+
NAC,R,224,medial,59
|
|
61
|
+
GP,R,222,medial,60
|
|
62
|
+
lPFtha,R,246,medial,61
|
|
63
|
+
mPFtha,R,232,medial,62
|
|
64
|
+
rTtha,R,238,medial,63
|
|
65
|
+
mAmyg,R,212,medial,64
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
region,Hemisphere,seg_index,face,plot_order
|
|
2
|
+
putamen,L,15,medial,1
|
|
3
|
+
pallidum,L,13,medial,2
|
|
4
|
+
accumbens,L,14,medial,3
|
|
5
|
+
caudate,L,16,medial,4
|
|
6
|
+
thalamus_anterior,L,12,medial,5
|
|
7
|
+
amygdala,L,10,medial,6
|
|
8
|
+
hippocampus,L,9,medial,7
|
|
9
|
+
thalamus_posterior,L,11,medial,8
|
|
10
|
+
accumbens,L,14,lateral,9
|
|
11
|
+
caudate,L,16,lateral,10
|
|
12
|
+
thalamus_anterior,L,12,lateral,11
|
|
13
|
+
thalamus_posterior,L,11,lateral,12
|
|
14
|
+
hippocampus,L,9,lateral,13
|
|
15
|
+
amygdala,L,10,lateral,14
|
|
16
|
+
putamen,L,15,lateral,15
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
region,face,plot_order,Hemisphere,seg_index
|
|
2
|
+
putamen,medial,1,R,7
|
|
3
|
+
pallidum,medial,2,R,5
|
|
4
|
+
accumbens,medial,3,R,6
|
|
5
|
+
caudate,medial,4,R,8
|
|
6
|
+
thalamus_anterior,medial,5,R,4
|
|
7
|
+
amygdala,medial,6,R,2
|
|
8
|
+
hippocampus,medial,7,R,1
|
|
9
|
+
thalamus_posterior,medial,8,R,3
|
|
10
|
+
accumbens,lateral,9,R,6
|
|
11
|
+
caudate,lateral,10,R,8
|
|
12
|
+
thalamus_anterior,lateral,11,R,4
|
|
13
|
+
thalamus_posterior,lateral,12,R,3
|
|
14
|
+
hippocampus,lateral,13,R,1
|
|
15
|
+
amygdala,lateral,14,R,2
|
|
16
|
+
putamen,lateral,15,R,7
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
region,Hemisphere,seg_index,face,plot_order
|
|
2
|
+
putamen,L,15,medial,1
|
|
3
|
+
pallidum,L,13,medial,2
|
|
4
|
+
accumbens,L,14,medial,3
|
|
5
|
+
caudate,L,16,medial,4
|
|
6
|
+
thalamus_anterior,L,12,medial,5
|
|
7
|
+
amygdala,L,10,medial,6
|
|
8
|
+
hippocampus,L,9,medial,7
|
|
9
|
+
thalamus_posterior,L,11,medial,8
|
|
10
|
+
accumbens,L,14,lateral,9
|
|
11
|
+
caudate,L,16,lateral,10
|
|
12
|
+
thalamus_anterior,L,12,lateral,11
|
|
13
|
+
thalamus_posterior,L,11,lateral,12
|
|
14
|
+
hippocampus,L,9,lateral,13
|
|
15
|
+
amygdala,L,10,lateral,14
|
|
16
|
+
putamen,L,15,lateral,15
|
|
17
|
+
putamen,R,7,medial,16
|
|
18
|
+
pallidum,R,5,medial,17
|
|
19
|
+
accumbens,R,6,medial,18
|
|
20
|
+
caudate,R,8,medial,19
|
|
21
|
+
thalamus_anterior,R,4,medial,20
|
|
22
|
+
amygdala,R,2,medial,21
|
|
23
|
+
hippocampus,R,1,medial,22
|
|
24
|
+
thalamus_posterior,R,3,medial,23
|
|
25
|
+
accumbens,R,6,lateral,24
|
|
26
|
+
caudate,R,8,lateral,25
|
|
27
|
+
thalamus_anterior,R,4,lateral,26
|
|
28
|
+
thalamus_posterior,R,3,lateral,27
|
|
29
|
+
hippocampus,R,1,lateral,28
|
|
30
|
+
amygdala,R,2,lateral,29
|
|
31
|
+
putamen,R,7,lateral,30
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
region,Hemisphere,seg_index,face,plot_order
|
|
2
|
+
putamen_posterior,L,30,medial,1
|
|
3
|
+
putamen_anterior,L,29,medial,2
|
|
4
|
+
accumbens_core,L,26,medial,3
|
|
5
|
+
accumbens_shell,L,25,medial,4
|
|
6
|
+
caudate_anterior,L,31,medial,5
|
|
7
|
+
caudate_posterior,L,32,medial,6
|
|
8
|
+
pallidum_posterior,L,27,medial,7
|
|
9
|
+
pallidum_anterior,L,28,medial,8
|
|
10
|
+
amygdala_lateral,L,19,medial,9
|
|
11
|
+
amygdala_medial,L,20,medial,10
|
|
12
|
+
hippocampus_posterior,L,18,medial,11
|
|
13
|
+
hippocampus_anterior,L,17,medial,12
|
|
14
|
+
thalamus_DP,L,21,medial,13
|
|
15
|
+
thalamus_VP,L,22,medial,14
|
|
16
|
+
thalamus_DA,L,24,medial,15
|
|
17
|
+
thalamus_VA,L,23,medial,16
|
|
18
|
+
thalamus_VA,L,23,lateral,17
|
|
19
|
+
thalamus_DA,L,24,lateral,18
|
|
20
|
+
thalamus_DP,L,21,lateral,19
|
|
21
|
+
thalamus_VP,L,22,lateral,20
|
|
22
|
+
hippocampus_posterior,L,18,lateral,21
|
|
23
|
+
hippocampus_anterior,L,17,lateral,22
|
|
24
|
+
amygdala_medial,L,20,lateral,23
|
|
25
|
+
amygdala_lateral,L,19,lateral,24
|
|
26
|
+
caudate_posterior,L,32,lateral,25
|
|
27
|
+
caudate_anterior,L,31,lateral,26
|
|
28
|
+
accumbens_core,L,26,lateral,27
|
|
29
|
+
putamen_anterior,L,47,lateral,28
|
|
30
|
+
putamen_posterior,L,30,lateral,29
|