Learn R Programming

brainGraph (version 2.7.3)

dosenbach160: Coordinates for data from the Dosenbach160 atlas

Description

This is a list of spatial coordinates for the Dosenbach160 atlas, along with indices for the major lobes of the brain and functional networks they specify in their manuscript.

Usage

data("dosenbach160")

Arguments

Format

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

hemi

a factor with levels L R B

index

a numeric vector

network

a factor with levels default fronto-parietal cingulo-opercular sensorimotor cerebellum occipital

References

Dosenbach, N. U., Nardos, B., Cohen, A. L., Fair, D. A., Power, J. D., Church, J. A., Nelson, S.M., Wig, G.S., Vogel, A.C., Lessov-Schlaggar, C.N., Barnes, K. A. (2010). Prediction of individual brain maturity using fMRI. Science, 329(5997), 1358-1361.

Examples

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

Run the code above in your browser using DataLab