Reads an aseg.stats
file from an individual subject
read_aseg_stats(file)
file | aseg.stats file from Freesurfer |
---|
List of 2 data.frame
s, one with the global measures and one
with the structure-specific measures.
if (have_fs()) {
file = file.path(fs_subj_dir(), "bert", "stats", "aseg.stats")
out = read_aseg_stats(file)
}