Package 'ggsegFreeSurfer'

Title: FreeSurfer Brain Atlases for the 'ggseg' Ecosystem
Description: FreeSurfer cortical and subcortical brain atlases for the 'ggseg' ecosystem. Includes the Desikan-Killiany-Tourville cortical atlas (Klein & Tourville 2012), the Destrieux cortical atlas (Destrieux et al. 2010), and the HCP subcortical atlas with anterior/posterior hippocampus subdivisions. Provides unified 'ggseg_atlas' objects with 2D polygon geometry and 3D mesh or vertex data, for use with 'ggseg' and 'ggseg3d'.
Authors: Athanasia Mo Mowinckel [aut, cre] (ORCID: <https://orcid.org/0000-0002-5756-0223>), Didac Vidal-PiƱeiro [aut] (ORCID: <https://orcid.org/0000-0001-9997-9156>)
Maintainer: Athanasia Mo Mowinckel <[email protected]>
License: MIT + file LICENSE
Version: 1.0.0
Built: 2026-05-23 09:07:24 UTC
Source: https://github.com/ggsegverse/ggsegFreeSurfer

Help Index


Destrieux Cortical Atlas

Description

Brain atlas for the Destrieux cortical parcellation (aparc.a2009s) with 75 regions per hemisphere. Contains 2D polygon geometry for ggseg::geom_brain().

Usage

destrieux()

Value

A ggseg.formats::ggseg_atlas object (cortical).

References

Destrieux C, Fischl B, Dale A, Halgren E (2010). Automatic parcellation of human cortical gyri and sulci using standard anatomical nomenclature. NeuroImage, 53(1), 1-15. doi:10.1016/j.neuroimage.2010.06.010

See Also

Other ggseg_atlases: dkt(), hcpa()

Other cortical_atlases: dkt()

Other freesurfer_atlases: dkt(), hcpa()

Examples

destrieux()
plot(destrieux())

Desikan-Killiany-Tourville Cortical Atlas

Description

Cortical parcellation with 32 regions per hemisphere based on the Desikan-Killiany-Tourville labeling protocol. Contains both 2D polygon geometry for ggseg::geom_brain() and 3D vertex indices for ggseg3d::ggseg3d().

Usage

dkt()

Value

A ggseg.formats::ggseg_atlas object (cortical).

References

Klein A, Tourville J (2012). 101 labeled brain images and a consistent human cortical labeling protocol. Frontiers in Neuroscience, 6:171. doi:10.3389/fnins.2012.00171

See Also

Other ggseg_atlases: destrieux(), hcpa()

Other cortical_atlases: destrieux()

Other freesurfer_atlases: destrieux(), hcpa()

Examples

dkt()
plot(dkt())

HCP Subcortical Atlas

Description

Human Connectome Project subcortical atlas with aseg regions and anterior/posterior hippocampus subdivisions. Contains 3D mesh geometry for ggseg3d::ggseg3d().

Usage

hcpa()

Value

A ggseg.formats::ggseg_atlas object (subcortical).

See Also

Other ggseg_atlases: destrieux(), dkt()

Other freesurfer_atlases: destrieux(), dkt()

Examples

hcpa()