BrainNetworksInPython.wrappers package¶
Submodules¶
BrainNetworksInPython.wrappers.corrmat_from_regionalmeasures module¶
-
BrainNetworksInPython.wrappers.corrmat_from_regionalmeasures.corrmat_from_regionalmeasures(regional_measures_file, names_file, output_name, covars_file=None, names_308_style=False, method='pearson')[source]¶ This is the big function! It reads in the CSV file that contains the regional measures for each participant, the names file and the list of covariates. Then it creates the correlation matrix and writes it out to the output_dir as a txt file.