Learn R Programming

brainGraph (version 2.2.0)

dkt: 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.

Usage

data("dkt")

Arguments

Format

A data frame with 62 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
# NOT RUN {
data(dkt)
str(dkt)
# }

Run the code above in your browser using DataLab