read_aseg_stats: Read Anatomical Segmentation Statistics

Description Usage Arguments Value Examples

View source: R/read_aseg_stats.R

Description

Reads an aseg.stats file from an individual subject

Usage

1

Arguments

file

aseg.stats file from Freesurfer

Value

List of 2 data.frames, one with the global measures and one with the structure-specific measures.

Examples

1
2
3
4
if (have_fs()) {
 file = file.path(fs_subj_dir(), "bert", "stats", "aseg.stats")
 out = read_aseg_stats(file)
}

neuroconductor-devel/freesurfer documentation built on April 1, 2021, 1:07 p.m.