View source: R/read_freesurfer.R
read_freesurfer_table | R Documentation |
FreeSurfer has functions to create
tables from raw stats files. If you have
data already merged using the aparcstats2table
or asegstats2table
from FreeSurfer,
this function will read in the data and prepare it
for ggseg.
read_freesurfer_table(path, measure = NULL, ...)
path |
path to the table file |
measure |
which measure is the table of |
... |
additional arguments to |
tibble with stats information for subjects from FreeSurfer
## Not run: file_path <- "all_subj_aseg.txt" read_freesurfer_table(file_path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.