aparcs_to_bg: Convert Freesurfer aparcs Table to brainGraph

Description Usage Arguments Value Examples

View source: R/aparcs_to_bg.R

Description

Converts Freesurfer aparcs table to brainGraph naming convention, relying on aparcstats2table

Usage

1
aparcs_to_bg(subjects, measure, ...)

Arguments

subjects

subjects to analyze, passed to aparcstats2table

measure

measure to be analyzed, passed to aparcstats2table

...

additional arguments passed to aparcstats2table

Value

Long data.frame

Examples

1
2
3
4
5
if (have_fs()) {
   fs_subj_dir() 
   df = aparcs_to_bg(subjects = "bert", measure = "thickness")
   print(head(df))
}

neuroconductor/freesurfer documentation built on May 19, 2021, 5:19 a.m.