subcortex-visualization 1.0.0__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.
Files changed (84) hide show
  1. {subcortex_visualization-1.0.0/subcortex_visualization.egg-info → subcortex_visualization-1.1.0}/PKG-INFO +18 -14
  2. {subcortex_visualization-1.0.0 → subcortex_visualization-1.1.0}/README.md +16 -12
  3. {subcortex_visualization-1.0.0 → subcortex_visualization-1.1.0}/pyproject.toml +2 -2
  4. subcortex_visualization-1.1.0/subcortex_visualization/data/AICHA_L_ordering.csv +36 -0
  5. subcortex_visualization-1.1.0/subcortex_visualization/data/AICHA_R_ordering.csv +36 -0
  6. subcortex_visualization-1.1.0/subcortex_visualization/data/AICHA_both_ordering.csv +71 -0
  7. subcortex_visualization-1.1.0/subcortex_visualization/data/Brainnetome_L_ordering.csv +33 -0
  8. subcortex_visualization-1.1.0/subcortex_visualization/data/Brainnetome_R_ordering.csv +33 -0
  9. subcortex_visualization-1.1.0/subcortex_visualization/data/Brainnetome_both_ordering.csv +65 -0
  10. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S1_L_ordering.csv +16 -0
  11. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S1_R_ordering.csv +16 -0
  12. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S1_both_ordering.csv +31 -0
  13. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S2_L_ordering.csv +30 -0
  14. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S2_R_ordering.csv +30 -0
  15. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S2_both_ordering.csv +59 -0
  16. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S3_L.svg +1383 -0
  17. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S3_L_ordering.csv +43 -0
  18. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S3_R.svg +1383 -0
  19. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S3_R_ordering.csv +43 -0
  20. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S3_both.svg +2342 -0
  21. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S3_both_ordering.csv +85 -0
  22. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S4_L.svg +2437 -0
  23. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S4_L_ordering.csv +47 -0
  24. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S4_R.svg +1920 -0
  25. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S4_R_ordering.csv +47 -0
  26. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S4_both.svg +2898 -0
  27. subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S4_both_ordering.csv +93 -0
  28. subcortex_visualization-1.1.0/subcortex_visualization/data/SUIT_both.svg +909 -0
  29. subcortex_visualization-1.1.0/subcortex_visualization/data/SUIT_both_ordering.csv +28 -0
  30. subcortex_visualization-1.1.0/subcortex_visualization/data/Thalamus_Nuclei_HCP_L_ordering.csv +14 -0
  31. subcortex_visualization-1.1.0/subcortex_visualization/data/Thalamus_Nuclei_HCP_R_ordering.csv +14 -0
  32. subcortex_visualization-1.1.0/subcortex_visualization/data/Thalamus_Nuclei_HCP_both_ordering.csv +27 -0
  33. subcortex_visualization-1.1.0/subcortex_visualization/data/aseg_L_ordering.csv +14 -0
  34. subcortex_visualization-1.1.0/subcortex_visualization/data/aseg_R_ordering.csv +14 -0
  35. subcortex_visualization-1.1.0/subcortex_visualization/data/aseg_both_ordering.csv +27 -0
  36. {subcortex_visualization-1.0.0 → subcortex_visualization-1.1.0}/subcortex_visualization/plotting.py +40 -7
  37. subcortex_visualization-1.1.0/subcortex_visualization/utils.py +20 -0
  38. {subcortex_visualization-1.0.0 → subcortex_visualization-1.1.0/subcortex_visualization.egg-info}/PKG-INFO +18 -14
  39. subcortex_visualization-1.1.0/subcortex_visualization.egg-info/SOURCES.txt +63 -0
  40. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_AICHA_L_ordering.csv +0 -36
  41. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_AICHA_R_ordering.csv +0 -36
  42. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_AICHA_both_ordering.csv +0 -71
  43. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Brainnetome_L_ordering.csv +0 -33
  44. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Brainnetome_R_ordering.csv +0 -33
  45. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Brainnetome_both_ordering.csv +0 -65
  46. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Melbourne_S1_L_ordering.csv +0 -16
  47. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Melbourne_S1_R_ordering.csv +0 -16
  48. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Melbourne_S1_both_ordering.csv +0 -31
  49. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Melbourne_S2_L_ordering.csv +0 -30
  50. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Melbourne_S2_R_ordering.csv +0 -30
  51. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Melbourne_S2_both_ordering.csv +0 -59
  52. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_L_ordering.csv +0 -14
  53. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_R_ordering.csv +0 -14
  54. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_both_ordering.csv +0 -27
  55. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_aseg_L_ordering.csv +0 -14
  56. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_aseg_R_ordering.csv +0 -14
  57. subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_aseg_both_ordering.csv +0 -27
  58. subcortex_visualization-1.0.0/subcortex_visualization.egg-info/SOURCES.txt +0 -48
  59. {subcortex_visualization-1.0.0 → subcortex_visualization-1.1.0}/LICENSE.txt +0 -0
  60. {subcortex_visualization-1.0.0 → subcortex_visualization-1.1.0}/MANIFEST.in +0 -0
  61. {subcortex_visualization-1.0.0 → subcortex_visualization-1.1.0}/setup.cfg +0 -0
  62. {subcortex_visualization-1.0.0 → subcortex_visualization-1.1.0}/setup.py +0 -0
  63. {subcortex_visualization-1.0.0 → subcortex_visualization-1.1.0}/subcortex_visualization/__init__.py +0 -0
  64. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_AICHA_L.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/AICHA_L.svg +0 -0
  65. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_AICHA_R.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/AICHA_R.svg +0 -0
  66. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_AICHA_both.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/AICHA_both.svg +0 -0
  67. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Brainnetome_L.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Brainnetome_L.svg +0 -0
  68. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Brainnetome_R.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Brainnetome_R.svg +0 -0
  69. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Brainnetome_both.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Brainnetome_both.svg +0 -0
  70. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Melbourne_S1_L.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S1_L.svg +0 -0
  71. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Melbourne_S1_R.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S1_R.svg +0 -0
  72. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Melbourne_S1_both.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S1_both.svg +0 -0
  73. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Melbourne_S2_L.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S2_L.svg +0 -0
  74. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Melbourne_S2_R.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S2_R.svg +0 -0
  75. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Melbourne_S2_both.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Melbourne_S2_both.svg +0 -0
  76. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_L.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Thalamus_Nuclei_HCP_L.svg +0 -0
  77. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_R.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Thalamus_Nuclei_HCP_R.svg +0 -0
  78. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_both.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/Thalamus_Nuclei_HCP_both.svg +0 -0
  79. {subcortex_visualization-1.0.0 → subcortex_visualization-1.1.0}/subcortex_visualization/data/__init__.py +0 -0
  80. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_aseg_L.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/aseg_L.svg +0 -0
  81. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_aseg_R.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/aseg_R.svg +0 -0
  82. /subcortex_visualization-1.0.0/subcortex_visualization/data/subcortex_aseg_both.svg → /subcortex_visualization-1.1.0/subcortex_visualization/data/aseg_both.svg +0 -0
  83. {subcortex_visualization-1.0.0 → subcortex_visualization-1.1.0}/subcortex_visualization.egg-info/dependency_links.txt +0 -0
  84. {subcortex_visualization-1.0.0 → 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: 1.0.0
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)
@@ -27,26 +27,23 @@ Dynamic: license-file
27
27
 
28
28
  [![DOI](https://zenodo.org/badge/965897997.svg)](https://doi.org/10.5281/zenodo.15385315)
29
29
 
30
- This python package currently includes the following six subcortical atlases for data visualization in two-dimensional vector graphics:
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
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/).
35
35
 
36
-
37
36
  ## 🙋‍♀️ Motivation
38
37
 
39
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.
40
- 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) (either [nii2mesh](https://github.com/neurolabusc/nii2mesh) or [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
+ 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).
41
40
 
42
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).
43
42
 
44
43
  <img src="docs-site/docs/images/aseg_and_Melbourne_S1_3D_to_2D_schematic.png" width="90%">
45
44
 
46
-
47
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.
48
- Moreover, there is currently no other software available to visualize any of the other above subcortical/thalamic atlases in 2D with real data, hence development here.
49
-
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.
50
47
 
51
48
  ## 🖥️ Installation
52
49
 
@@ -71,7 +68,7 @@ This will install the `subcortex_visualization` package so you have access to th
71
68
 
72
69
  ### ❗️ Quick start
73
70
 
74
- Running the below code 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:
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:
75
72
 
76
73
  ```python
77
74
  plot_subcortical_data(hemisphere='L', cmap='plasma',
@@ -98,7 +95,7 @@ To plot real data in the subcortex, your `subcortex_data` should be a `pandas.D
98
95
 
99
96
  Briefly, all functionality is contained within the `plot_subcortical_data` function, which takes in the following arguments:
100
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
101
- * `atlas`: The name of the subcortical segmentation atlas (default is 'aseg', all options listed below)
98
+ * `atlas`: The name of the subcortical, thalamic, or cerebellar segmentation atlas (default is 'aseg', all options listed below)
102
99
  * `value_column`: The name of the column in your `subcortex_data` to plot, defaults to 'value'
103
100
  * `line_thickness`: How thick the lines around each subcortical region should be drawn, in mm (default is 1.5)
104
101
  * `line_color`: What color the lines around each subcortical region should be (default is 'black')
@@ -134,31 +131,38 @@ plot_subcortical_data(subcortex_data=example_continuous_data, atlas='aseg',
134
131
 
135
132
  ### Available atlases
136
133
 
137
- The following six subcortical atlases are currently supported with more information at the [project website](https://anniegbryant.github.io/subcortex_visualization/atlas_info/):
134
+ The following nine subcortical atlases are currently supported with more information at the [project website](https://anniegbryant.github.io/subcortex_visualization/atlas_info/):
138
135
 
139
136
  * `aseg`: The `aseg` parcellation atlas from FreeSurfer
140
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)
141
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)
142
141
  * `AICHA`: The AICHA subcortex atlas, from [Joliot et al. *J Neurosci Methods* (2015)](https://pubmed.ncbi.nlm.nih.gov/26213217/).
143
142
  * `Brainnetome`: The Brainnetome subcortex atlas, from [Fan et al. *Cerebral Cortex* (2016)](https://pmc.ncbi.nlm.nih.gov/articles/PMC4961028/)
144
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)
145
145
 
146
146
 
147
147
  ## 💡 Want to generate your own mesh and/or parcellation?
148
148
 
149
149
  <img src="docs-site/docs/images/custom_vector_method.png" width="70%">
150
150
 
151
- This package provides six subcortical atlases as a starting point.
151
+ This package provides nine subcortical, thalamic, and cerebellar atlases as a starting point.
152
152
  The workflow can readily be extended to your favorite segmentation atlas, though!
153
153
  We have a dedicated folder for a custom segmentation pipeline that will walk you through the two key steps:
154
- 1. Rendering a series of triangulated surface meshes from your parcellation atlas (starting from a .nii.gz volume), using either the [`nii2mesh`](https://github.com/neurolabusc/nii2mesh) or [`surfice_atlas`](https://github.com/neurolabusc/surfice_atlas) software, both developed by [Chris Rorden's lab](https://github.com/rordenlab); and
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
155
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.
156
156
 
157
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.
158
158
 
159
159
  ## 🙏 Acknowledgments
160
160
 
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 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
+ [![Contributors](https://contrib.rocks/image?repo=anniegbryant/subcortex_visualization)](https://github.com/anniegbryant/subcortex_visualization/graphs/contributors)
162
166
 
163
167
  ## 🔗 Citing this package
164
168
 
@@ -2,26 +2,23 @@
2
2
 
3
3
  [![DOI](https://zenodo.org/badge/965897997.svg)](https://doi.org/10.5281/zenodo.15385315)
4
4
 
5
- This python package currently includes the following six subcortical atlases for data visualization in two-dimensional vector graphics:
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
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/).
10
10
 
11
-
12
11
  ## 🙋‍♀️ Motivation
13
12
 
14
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.
15
- 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) (either [nii2mesh](https://github.com/neurolabusc/nii2mesh) or [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
+ 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).
16
15
 
17
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).
18
17
 
19
18
  <img src="docs-site/docs/images/aseg_and_Melbourne_S1_3D_to_2D_schematic.png" width="90%">
20
19
 
21
-
22
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.
23
- Moreover, there is currently no other software available to visualize any of the other above subcortical/thalamic atlases in 2D with real data, hence development here.
24
-
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.
25
22
 
26
23
  ## 🖥️ Installation
27
24
 
@@ -46,7 +43,7 @@ This will install the `subcortex_visualization` package so you have access to th
46
43
 
47
44
  ### ❗️ Quick start
48
45
 
49
- Running the below code 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:
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:
50
47
 
51
48
  ```python
52
49
  plot_subcortical_data(hemisphere='L', cmap='plasma',
@@ -73,7 +70,7 @@ To plot real data in the subcortex, your `subcortex_data` should be a `pandas.D
73
70
 
74
71
  Briefly, all functionality is contained within the `plot_subcortical_data` function, which takes in the following arguments:
75
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
76
- * `atlas`: The name of the subcortical segmentation atlas (default is 'aseg', all options listed below)
73
+ * `atlas`: The name of the subcortical, thalamic, or cerebellar segmentation atlas (default is 'aseg', all options listed below)
77
74
  * `value_column`: The name of the column in your `subcortex_data` to plot, defaults to 'value'
78
75
  * `line_thickness`: How thick the lines around each subcortical region should be drawn, in mm (default is 1.5)
79
76
  * `line_color`: What color the lines around each subcortical region should be (default is 'black')
@@ -109,31 +106,38 @@ plot_subcortical_data(subcortex_data=example_continuous_data, atlas='aseg',
109
106
 
110
107
  ### Available atlases
111
108
 
112
- The following six subcortical atlases are currently supported with more information at the [project website](https://anniegbryant.github.io/subcortex_visualization/atlas_info/):
109
+ The following nine subcortical atlases are currently supported with more information at the [project website](https://anniegbryant.github.io/subcortex_visualization/atlas_info/):
113
110
 
114
111
  * `aseg`: The `aseg` parcellation atlas from FreeSurfer
115
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)
116
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)
117
116
  * `AICHA`: The AICHA subcortex atlas, from [Joliot et al. *J Neurosci Methods* (2015)](https://pubmed.ncbi.nlm.nih.gov/26213217/).
118
117
  * `Brainnetome`: The Brainnetome subcortex atlas, from [Fan et al. *Cerebral Cortex* (2016)](https://pmc.ncbi.nlm.nih.gov/articles/PMC4961028/)
119
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)
120
120
 
121
121
 
122
122
  ## 💡 Want to generate your own mesh and/or parcellation?
123
123
 
124
124
  <img src="docs-site/docs/images/custom_vector_method.png" width="70%">
125
125
 
126
- This package provides six subcortical atlases as a starting point.
126
+ This package provides nine subcortical, thalamic, and cerebellar atlases as a starting point.
127
127
  The workflow can readily be extended to your favorite segmentation atlas, though!
128
128
  We have a dedicated folder for a custom segmentation pipeline that will walk you through the two key steps:
129
- 1. Rendering a series of triangulated surface meshes from your parcellation atlas (starting from a .nii.gz volume), using either the [`nii2mesh`](https://github.com/neurolabusc/nii2mesh) or [`surfice_atlas`](https://github.com/neurolabusc/surfice_atlas) software, both developed by [Chris Rorden's lab](https://github.com/rordenlab); and
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
130
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.
131
131
 
132
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.
133
133
 
134
134
  ## 🙏 Acknowledgments
135
135
 
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 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
+ [![Contributors](https://contrib.rocks/image?repo=anniegbryant/subcortex_visualization)](https://github.com/anniegbryant/subcortex_visualization/graphs/contributors)
137
141
 
138
142
  ## 🔗 Citing this package
139
143
 
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "subcortex_visualization"
7
- version = "1.0.0"
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
@@ -0,0 +1,30 @@
1
+ region,Hemisphere,seg_index,face,plot_order
2
+ putamen_posterior,R,14,medial,1
3
+ putamen_anterior,R,13,medial,2
4
+ accumbens_core,R,10,medial,3
5
+ accumbens_shell,R,9,medial,4
6
+ caudate_anterior,R,15,medial,5
7
+ caudate_posterior,R,16,medial,6
8
+ pallidum_posterior,R,11,medial,7
9
+ pallidum_anterior,R,12,medial,8
10
+ amygdala_lateral,R,3,medial,9
11
+ amygdala_medial,R,4,medial,10
12
+ hippocampus_posterior,R,2,medial,11
13
+ hippocampus_anterior,R,1,medial,12
14
+ thalamus_DP,R,5,medial,13
15
+ thalamus_VP,R,6,medial,14
16
+ thalamus_DA,R,8,medial,15
17
+ thalamus_VA,R,7,medial,16
18
+ thalamus_VA,R,7,lateral,17
19
+ thalamus_DA,R,8,lateral,18
20
+ thalamus_DP,R,5,lateral,19
21
+ thalamus_VP,R,6,lateral,20
22
+ hippocampus_posterior,R,2,lateral,21
23
+ hippocampus_anterior,R,1,lateral,22
24
+ amygdala_medial,R,4,lateral,23
25
+ amygdala_lateral,R,3,lateral,24
26
+ caudate_posterior,R,16,lateral,25
27
+ caudate_anterior,R,15,lateral,26
28
+ accumbens_core,R,10,lateral,27
29
+ putamen_anterior,R,31,lateral,28
30
+ putamen_posterior,R,14,lateral,29