load_sba_data_from_filelist.Rd
Load cortical surface data for statistical analysis.
load_sba_data_from_filelist(
subjdir = "",
csv = "",
file_col = "",
atlas = "",
hemi = "left"
)
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.
character string for the full file path.
character specifying the file path prefix (all characters in the file name upto the first ".") for the custom atlas. If empty, the atlas will be read from the svreg.log file in the subject directory.
chaaracter string denoting the brain hemisphere. Should either be "left" or "right".