powered by
This is a list of spatial coordinates for the BrainSuite software, along with indices for the major lobes of the brain.
data("brainsuite")
A data frame with 74 observations on the following 7 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 SCGM
Frontal
Parietal
Temporal
Occipital
Insula
Cingulate
SCGM
hemi
a factor with levels L R
L
R
index
a numeric vector
Pantazis D, Joshi AA, Jintao J, Shattuck DW, Bernstein LE, Damasio H, and Leahy RM. (2009) Comparison of landmark-based and automatic methods for cortical surface registration. NeuroImage, 49(3):2479-2493.
# NOT RUN { data(brainsuite) str(brainsuite) # }
Run the code above in your browser using DataLab