Description Usage Arguments Value Examples
View source: R/read_aseg_stats.R
Reads an aseg.stats
file from an individual subject
1 |
file |
aseg.stats file from Freesurfer |
List of 2 data.frame
s, one with the global measures and one
with the structure-specific measures.
1 2 3 4 | if (have_fs()) {
file = file.path(fs_subj_dir(), "bert", "stats", "aseg.stats")
out = read_aseg_stats(file)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.