olsen_mtl | R Documentation |
A detailed parcellation atlas of the medial temporal lobe (MTL) regions, including hippocampus and surrounding cortical areas, based on the work of Rosanna Olsen and colleagues.
olsen_mtl
A list with class 'atlas' containing:
Character string identifying the atlas
NeuroVol object containing the parcellation in 1mm MNI space
Character vector of anatomical region labels
Full region labels including hemisphere information
Integer vector of region IDs (1:16)
Character vector indicating hemisphere ('left' or 'right')
The atlas provides a detailed segmentation of MTL structures in MNI space at 1mm resolution. It includes bilateral parcellation of:
Hippocampal subfields
Perirhinal cortex
Entorhinal cortex
Parahippocampal cortex
Olsen, R. K., et al. (2013). The role of relational binding in item memory: Evidence from face recognition in a case of developmental amnesia. Journal of Neuroscience, 33(36), 14107-14111.
## Not run:
# Load the atlas data
data(olsen_mtl)
# View available regions
olsen_mtl$labels
# Check distribution across hemispheres
table(olsen_mtl$hemi)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.