Returns the SUIT cerebellar parcellation (Diedrichsen et al., 2009): the cerebellar cortex split into anatomical lobules plus the deep nuclei (dentate, interposed, fastigial).
Value
A ggseg_atlas object with components:
- atlas
Character. Atlas name ("suit")
- type
Character. Atlas type ("cerebellar")
- palette
Named character vector of colours for each region
- data
A
ggseg_data_cerebellarobject containing:- geom
A
brain_polygonstable for 2D rendering- vertices
Vertex indices for surface lobules
- meshes
Per-structure 3D meshes for the deep nuclei
Details
Surface lobules carry vertex indices into the shared SUIT cerebellar mesh
(see get_cerebellar_mesh()); deep nuclei carry individual 3D meshes. The
2D geometry is stored in the sf-optional polygon (geom) representation, so
the atlas renders with ggseg without requiring sf installed.
References
Diedrichsen J, Balsters JH, Flavell J, et al. (2009). A probabilistic MR atlas of the human cerebellum. NeuroImage, 46(1):39-46. doi:10.1016/j.neuroimage.2009.01.045
Examples
suit()
#>
#> ── suit ggseg atlas ────────────────────────────────────────────────────────────
#> Type: cerebellar
#> Regions: 13
#> Hemispheres: left, right, vermis
#> Views: flatmap, nuclei
#> Palette: ✔
#> Rendering: ✔ ggseg
#> ✔ ggseg3d (meshes)
#> ────────────────────────────────────────────────────────────────────────────────
#> hemi region label
#> 1 left I_IV left_I_IV
#> 2 right I_IV right_I_IV
#> 3 left V left_V
#> 4 right V right_V
#> 5 left VI left_VI
#> 6 vermis VI vermis_VI
#> 7 right VI right_VI
#> 8 left CrusI left_CrusI
#> 9 vermis CrusI vermis_CrusI
#> 10 right CrusI right_CrusI
#> ... with 24 more rows
atlas_regions(suit())
#> [1] "CrusI" "CrusII" "Dentate" "Fastigial" "IX"
#> [6] "I_IV" "Interposed" "V" "VI" "VIIIa"
#> [11] "VIIIb" "VIIb" "X"
atlas_geometry_type(suit())
#> [1] "polygon"
