50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


freesurfer (version 1.6.8)

read_aseg_stats: Read Anatomical Segmentation Statistics

Description

Reads an aseg.stats file from an individual subject

Usage

read_aseg_stats(file)

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

Run this code
# NOT RUN {
if (have_fs()) {
 file = file.path(fs_subj_dir(), "bert", "stats", "aseg.stats")
 out = read_aseg_stats(file)
}
# }

Run the code above in your browser using DataLab