This function calls aparcstats2table
to
convert parcellation statistics to a table
aparcstats2table(
subjects,
outfile = NULL,
hemi = c("lh", "rh"),
measure = c("area", "volume", "thickness", "thicknessstd", "meancurv", "gauscurv",
"foldind", "curvind"),
sep = c("tab", "space", "comma", "semicolon"),
parc = c("aparc", "aparc.a2009s"),
skip = FALSE,
subj_dir = NULL,
opts = "",
verbose = TRUE
)
subjects | (character) vector of subjects |
---|---|
outfile | (character) output filename |
hemi | (character) hemisphere to run statistics |
measure | (character) measure to be calculated |
sep | (character) separator for the output file. This will be
an attribute of |
parc | (character) parcellation to compute on |
skip | (logical) if subject does not have parcellation,
should the command skip that subject ( |
subj_dir | (character path) if a different subjects directory
is to be used other than |
opts | (character) additional options to |
verbose | (logical) print diagnostic messages |
Character filename of output file, with the attribute of the separator
if (have_fs()) {
fs_subj_dir()
outfile = aparcstats2table(subjects = "bert",
hemi = "lh",
meas = "thickness")
}