Learn R Programming

brainGraph (version 2.7.3)

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 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

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

Run the code above in your browser using DataLab