Last chance! 50% off unlimited learning
Sale ends in
Reads an aseg.stats
file from an individual subject
read_aseg_stats(file)
aseg.stats file from Freesurfer
List of 2 data.frame
s, one with the global measures and one
with the structure-specific measures.
# 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