Learn R Programming

brainGraph (version 2.7.3)

hoa112: Coordinates for data from Harvard-Oxford atlas

Description

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

Usage

data("hoa112")

Arguments

Format

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

Makris N., Goldstein J.M., Kennedy D. et al. (2006) Decreased volume of left and total anterior insular lobule in schizophrenia. Schizophr Res, 83(2-3):155-171.

Examples

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

Run the code above in your browser using DataLab