load_parc: Load a parcellation included in 'ciftiTools'

View source: R/load_parc.R

load_parcR Documentation

Load a parcellation included in ciftiTools

Description

Load a parcellation included in ciftiTools.

Usage

load_parc(
  name = c("Schaefer_100", "Schaefer_400", "Schaefer_1000", "Yeo_7", "Yeo_17")
)

Arguments

name

The name of the parcellation to load:

"Schaefer_100":

(2018) 100 parcels based on the "local-global" approach.

"Schaefer_400":

(2018) 400 parcels based on the "local-global" approach.

"Schaefer_1000":

(2018) 1000 parcels based on the "local-global" approach.

"Yeo_7":

(2011) 7 networks based on fcMRI clustering. Networks are further divided into 51 components.

"Yeo_17":

(2011) 17 networks based on fcMRI clustering. Networks are further divided into 114 components.

NULL (default) will load the first choice, where applicable. This argument will affect the indices, colors, and names of each parcel, but not the parcel boundaries.

Details

When using these parcellations, please cite the corresponding paper(s):

  1. Yeo, B. T. T. et al. The organization of the human cerebral cortex estimated by intrinsic functional connectivity. J Neurophysiol 106, 1125-1165 (2011).

  2. Schaefer, A. et al. Local-Global Parcellation of the Human Cerebral Cortex from Intrinsic Functional Connectivity MRI. Cereb Cortex 28, 3095-3114 (2018).

  3. Kong, R. et al. Individual-Specific Areal-Level Parcellations Improve Functional Connectivity Prediction of Behavior. Cerebral Cortex (2021+) doi:10.1093/cercor/bhab101.

Note that the Schaefer parcels have been matched to networks from Kong (2021+).

Value

The parcellation as a dlabel "xifti" with one column. Each key represents one unique parcel.

See Also

Other reading: as.xifti(), info_cifti(), load_surf(), read_cifti(), read_surf(), read_xifti2()

Other parcellation-related: apply_parc(), load_sub_parc(), parc_add_subcortex(), parc_borders(), parc_vals_to_xifti()


mandymejia/ciftiTools documentation built on Feb. 28, 2024, 11:20 a.m.