powered by
Converts Freesurfer aparcs table to brainGraph naming convention, relying on aparcstats2table
aparcstats2table
aparcs_to_bg(subjects, measure, ...)
Long data.frame
data.frame
subjects to analyze, passed to aparcstats2table
measure to be analyzed, passed to aparcstats2table
additional arguments passed to aparcstats2table
if (have_fs()) { fs_subj_dir() df = aparcs_to_bg(subjects = "bert", measure = "thickness") print(head(df)) }
Run the code above in your browser using DataLab