Learn R Programming

brainGraph (version 1.0.0)

dkt.scgm: Coordinates for data from the Desikan-Killiany-Tourville atlas

Description

This is a list of spatial coordinates for the Desikan-Killiany-Tourville (DKT) atlas, along with indices for the major lobes of the brain and subcortical gray matter structures.

Usage

data("dkt.scgm")

Arguments

Format

A data frame with 76 observations on the following 8 variables.
name
a character vector of region names
x.mni
a numeric vector of x-coordinates (in MNI space)
y.mni
a numeric vector of y-coordinates (in MNI space)
z.mni
a numeric vector of z-coordinates (in MNI space)
lobe
a factor with levels Frontal Parietal Temporal Occipital Insula Cingulate
hemi
a factor with levels L R
index
a numeric vector
name.full
a character vector of full region names

References

Klein A. and Tourville J. (2012) 101 labeled brain images and a consistent human cortical labeling protocol. Front Neurosci, doi:10.3389/fnins.2012.00171

Examples

Run this code
data(dkt.scgm)
str(dkt.scgm)

Run the code above in your browser using DataLab