Learn R Programming

brainGraph (version 2.7.3)

craddock200: Coordinates for data from the Craddock200 atlas

Description

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

Usage

data("craddock200")

Arguments

Format

A data frame with 200 observations on the following 8 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 Cerebellum Brainstem

hemi

a factor with levels L R Brainstem

index

a numeric vector

name.full

a character vector of longer region names

References

Craddock, R. C., James, G. A., Holtzheimer, P. E., Hu, X. P., Mayberg, H. S. (2012). A whole brain fMRI atlas generated via spatially constrained spectral clustering. Human Brain Mapping, 2012, 33, 1914-1928. doi: 10.1002/hbm.21333.

Examples

Run this code
# NOT RUN {
data(craddock200)
str(craddock200)
# }

Run the code above in your browser using DataLab