Converts Freesurfer aparcs table to brainGraph naming
convention, relying on aparcstats2table
aparcs_to_bg(subjects, measure, ...)
subjects | subjects to analyze,
passed to |
---|---|
measure | measure to be analyzed,
passed to |
... | additional arguments passed to |
Long data.frame
if (have_fs()) {
fs_subj_dir()
df = aparcs_to_bg(subjects = "bert", measure = "thickness")
print(head(df))
}