Learn R Programming

brainGraph (version 2.2.0)

aal116: Coordinates for data from the AAl116 atlas

Description

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

Usage

data("aal116")

Arguments

Format

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

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

Run the code above in your browser using DataLab