Reads the BrainSuite ROI data file saved for each subject and returns the filenames

read_roi_data_for_all_subjects(
  roi_filelist,
  demographics,
  roiids,
  roimeas = "gmthickness"
)

Arguments

roi_filelist

filenames for the ROIwise stats in the individual subject directory

demographics

data frame containing the demographics of all subjects

roiids

vector of numeric label identifiers for the region of interest (ROI) type analysis.

roimeas

character string for the ROI measure. Should either be "gmthickness", "gmvolume", or "wmvolume".