Produces graph theory summaries based on connectivity matrices generated with the CONN toolbox. Given that the methods rely on matrices and dataframes, it is likely this package will be interchangeable with MEG or EEG data as well.
For now, these methods are intended for in-house use and will break without the supporting directory structure. The actual directory_defs.json is ignored, but a sample json file is supplied in docs.
Define the filepaths and fields in a directory_defs.json file
Build a connectivity analysis of fMRI data in CONN
Draft a spreadsheet or dataframe with demographic, grouping, and correlative information. (This information is necessary for any of the group comparison functions to work
Recommend running
import fmri_analysis_utilities as utils
utils.check_loaded_data()