Learn R Programming

brainGraph (version 1.0.0)

aal2.94: Coordinates for data from the AAL2 atlas

Description

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

Usage

data("aal2.94")

Arguments

Format

A data frame with 94 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 Central Limbic SCGM
hemi
a factor with levels L R
index
a numeric vector

References

Rolls E.T., Joliot M., Tzourio-Mazoyer N. (2015) Implementation of a new parcellation of the orbitofrontal cortex in the automated anatomical labelling atlas. NeuroImage, 122:1-5. Tzourio-Mazoyer N., Landeau B., Papathanassiou D., Crivello F., Etard O., Delcroix N., Mazoyer B., Joliot M. (2002) Automated anatomical labeling of activations in SPM using a macroscopic anatomical parcellation of the MNI MRI single-subject brain. NeuroImage, 15(1):273-289.

Examples

Run this code
data(aal2.94)
str(aal2.94)

Run the code above in your browser using DataLab