Learn R Programming

brainGraph (version 1.0.0)

destrieux: Coordinates for data from the Destrieux atlas

Description

This is a list of spatial coordinates for the Destrieux atlas, along with indices for the major lobes of the brain.

Usage

data("destrieux")

Arguments

Format

A data frame with 148 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 Limbic
hemi
a factor with levels L R
index
a numeric vector
class
a factor with levels G G_and_S S

References

Destrieux C., Fischl B., Dale E. \& Halgren E. (2010) Automatic parcellation of human cortical gyri and sulci using standard anatomic nomenclature. NeuroImage, 53(1):1-15.

Examples

Run this code
data(destrieux)
str(destrieux)

Run the code above in your browser using DataLab