Learn R Programming

brainGraph (version 2.2.0)

dk.scgm: Coordinates for data from the Desikan-Killiany atlas

Description

This is a list of spatial coordinates for the Desikan-Killiany (DK) atlas, along with indices for the major lobes of the brain and subcortical gray matter structures.

Usage

data("dk.scgm")

Arguments

Format

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

hemi

a factor with levels L R

index

a numeric vector

name.full

a character vector of full region names

References

Desikan R.S., Segonne F., Fischl B., et al. (2006) An automated labeling system for subdividing the human cerebral cortex on MRI scans into gyral based regions of interest. NeuroImage, 31:968-980.

Examples

Run this code
# NOT RUN {
data(dk.scgm)
str(dk.scgm)
# }

Run the code above in your browser using DataLab