powered by
Reads an aseg.stats file from an individual subject
aseg.stats
read_aseg_stats(file)
List of 2 data.frames, one with the global measures and one with the structure-specific measures.
data.frame
aseg.stats file from Freesurfer
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