get_schaefer_surfatlas | R Documentation |
Loads the surface-based version of the Schaefer parcellation atlas, compatible with FreeSurfer surface representations.
get_schaefer_surfatlas(
parcels = c("100", "200", "300", "400", "500", "600", "800", "1000"),
networks = c("7", "17"),
surf = c("inflated", "white", "pial"),
use_cache = TRUE
)
parcels |
Character string specifying number of parcels. Options: "100", "200", "300", "400", "500", "600", "800", "1000" |
networks |
Character string specifying network count. Options: "7", "17" |
surf |
Character string specifying surface type. Options: "inflated", "white", "pial" |
use_cache |
Logical. Whether to cache downloaded files. Default: TRUE |
Provides the Schaefer parcellation mapped to FreeSurfer surface meshes. The atlas can be loaded onto different surface representations (inflated, white, or pial) and maintains the same parcellation scheme as the volumetric version.
A list with classes c("schaefer", "surfatlas", "atlas") containing:
Surface type used
Left hemisphere surface atlas
Right hemisphere surface atlas
Atlas identifier
RGB color specifications
Region IDs
Region names
Original region labels
Network assignments
Hemisphere designations
get_schaefer_atlas
for volumetric version
## Not run:
# Load inflated surface atlas
surf_atlas <- get_schaefer_surfatlas(parcels = "300",
networks = "7",
surf = "inflated")
# Load pial surface version
pial_atlas <- get_schaefer_surfatlas(parcels = "400",
networks = "17",
surf = "pial")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.