Description Usage Arguments Value Examples
Converts Freesurfer aparcs table to brainGraph naming
convention, relying on aparcstats2table
1 | 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
1 2 3 4 5 | if (have_fs()) {
fs_subj_dir()
df = aparcs_to_bg(subjects = "bert", measure = "thickness")
print(head(df))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.