get_aseg_atlas | R Documentation |
Loads and returns the FreeSurfer subcortical segmentation (ASEG) atlas, which provides probabilistic labels for key subcortical structures in the brain. The atlas includes bilateral structures such as the thalamus, caudate, putamen, and limbic regions, as well as midline structures like the brainstem.
get_aseg_atlas(outspace = NULL)
outspace |
Optional |
The ASEG atlas is derived from FreeSurfer's automatic subcortical segmentation algorithm and has been transformed into standard space. Each voxel contains an integer ID corresponding to a specific anatomical structure. The atlas includes major subcortical structures for both hemispheres:
Bilateral deep gray structures (thalamus, caudate, putamen, pallidum)
Limbic structures (hippocampus, amygdala)
Ventral structures (nucleus accumbens, ventral diencephalon)
Midline structures (brainstem)
A list with classes 'aseg' and 'atlas' containing:
A NeuroVol
object containing the 3D volume of atlas labels
A data frame with RGB color specifications for each region
Integer vector of region IDs present in the atlas
Character vector of anatomical labels corresponding to each ID
Character vector indicating hemisphere ('left', 'right', or NA) for each region
Fischl, B., et al. (2002). Whole brain segmentation: automated labeling of neuroanatomical structures in the human brain. Neuron, 33(3), 341-355.
map_atlas
for mapping values onto atlas regions
get_roi
for extracting specific regions of interest
## Not run:
# Load the atlas in native space
aseg <- get_aseg_atlas()
# View the available region labels
aseg$labels
# Get the unique region IDs
aseg$ids
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.