Learn R Programming

brainGraph (version 2.2.0)

aal90: Coordinates for data from the AAl90 atlas

Description

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

Usage

data("aal90")

Arguments

Format

A data frame with 90 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 Limbic SCGM

hemi

a factor with levels L R

index

a numeric vector

References

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(aal90)
str(aal90)
# }

Run the code above in your browser using DataLab