aparcs_to_bg {freesurfer} | R Documentation |
Convert Freesurfer aparcs Table to brainGraph
Description
Converts Freesurfer aparcs table to brainGraph naming
convention, relying on aparcstats2table
Usage
aparcs_to_bg(subjects, measure, ...)
Arguments
subjects |
subjects to analyze,
passed to |
measure |
measure to be analyzed,
passed to |
... |
additional arguments passed to |
Value
Long data.frame
Examples
if (have_fs()) {
fs_subj_dir()
df = aparcs_to_bg(subjects = "bert", measure = "thickness")
print(head(df))
}
[Package freesurfer version 1.6.10 Index]