copy_sba_data.Rd
Package cortical surface data for reproducible statistical analysis.
copy_sba_data(
subjdir = "",
csv = "",
hemi = "left",
smooth = 0,
outdir,
exclude_col = ""
)
subject directory containing BrainSuite processed data.
filename of a comma separated (csv) file containing the subject demographic information. The first column of this csv file should be "subjID" and should have subject identifiers you wish to analyze. subjID can be alphanumeric and should be exactly equal to the individual subject directory name.
chaaracter string denoting the brain hemisphere. Should either be "left" or "right".
numeric value denoting the smoothing level.
output directory that will contain the copied data
character string for the column in demographics csv (contains 1 or 0 for each row) specifying the subjects to exclude. 1 denotes include, 0 denotes exclude.