get_glasser_atlas | R Documentation |
Retrieves and loads the Glasser360 cortical parcellation atlas from the PennBBL repository. The atlas provides a detailed parcellation of the human cerebral cortex based on multi-modal neuroimaging data.
get_glasser_atlas(outspace = NULL)
outspace |
Optional |
The Glasser atlas divides each hemisphere into 180 areas (360 total) based on cortical architecture, function, connectivity, and topography. The atlas is downloaded from the PennBBL xcpEngine repository and includes:
Volume data in MNI space
Region labels and hemisphere information
Color specifications for visualization
A list with class 'glasser' and 'atlas' containing:
Character string "Glasser360"
A ClusteredNeuroVol
object containing the parcellation
Data frame with RGB color specifications for each region
Integer vector of region IDs (1:360)
Character vector of anatomical labels
Character vector indicating hemisphere ('left' or 'right')
Atlas files are downloaded from: https://github.com/PennBBL/xcpEngine/tree/master/atlas/glasser360
Glasser, M. F., et al. (2016). A multi-modal parcellation of human cerebral cortex. Nature, 536(7615), 171-178.
## Not run:
# Load atlas in native space
atlas <- get_glasser_atlas()
# View region labels
head(atlas$labels)
# Check number of regions per hemisphere
table(atlas$hemi)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.