copy_tbm_data.Rd
Package tensor-based morphometry data for reproducible statistical analysis.
copy_tbm_data(
subjdir = "",
csv = "",
smooth = 0,
atlas,
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.
numeric value denoting the smoothing level.
path name to the atlas
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.