load_roi_data.Rd
Load ROI data for statistical analysis.
load_roi_data(subjdir = "", csv = "", roiids = "", roimeas = "", 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 label identifiers for the regions of interest (ROI) type analysis.
character string for the ROI measure. Should either be "gmthickness", "gmvolume", or "wmvolume".
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.