Learn R Programming

brainGraph (version 2.2.0)

aal2.120: 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.120")

Arguments

Format

A data frame with 120 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 Cerebellum

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
# NOT RUN {
data(aal2.120)
str(aal2.120)
# }

Run the code above in your browser using DataLab