Learn R Programming

brainGraph (version 1.0.0)

lpba40: Coordinates for data from the LONI probabilistic brain atlas

Description

This is a list of spatial coordinates for the LPBA40 atlas, along with indices for the major lobes of the brain. The coordinates were obtained from some colleagues.

Usage

data("lpba40")

Arguments

Format

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

References

Shattuck DW, Mirza M, Adisetiyo V, Hojatkashani C, Salamon G, Narr KL, Poldrack RA, Bilder RM, Toga AW (2007) Construction of a 3D probabilistic atlas of human cortical structures. NeuroImage, doi:10.1016/j.neuroimage.2007.09.031

Examples

Run this code
data(lpba40)
str(lpba40)

Run the code above in your browser using DataLab