Learn R Programming

brainGraph (version 0.62.0)

brainsuite: Coordinates for data from BrainSuite atlas

Description

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

Usage

data("brainsuite")

Arguments

Format

A data frame with 74 observations on the following 10 variables.
name
a character vector of region names
x
a numeric vector of x-coordinates (internal to brainGraph)
y
a numeric vector of y-coordinates (internal to brainGraph)
z
a numeric vector of z-coordinates (internal to brainGraph)
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

Source

Shattuck DW and Leahy RM (2002) BrainSuite: an automated cortical surface identification tool. Medical Image Analysis, 8(2):129-142.

References

Pantazis D, Joshi AA, Jintao J, Shattuck DW, Bernstein LE, Damasio H, and Leahy RM. (2009) Comparison of landmark-based and automatic methods for cortical surface registration. NeuroImage, 49(3):2479-2493.

Examples

Run this code
data(brainsuite)
str(brainsuite)

Run the code above in your browser using DataLab