This is a list of spatial coordinates for the Desikan-Killiany (DK) atlas, along with indices for the major lobes of the brain.
data("dk")
A data frame with 68 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
Desikan R.S., Segonne F., Fischl B., et al. (2006) An automated labeling system for subdividing the human cerebral cortex on MRI scans into gyral based regions of interest. NeuroImage, 31:968-980.
# NOT RUN {
data(dk)
str(dk)
# }
Run the code above in your browser using DataLab