Skip to content

Commit

Permalink
Update calculate_PCS.m
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanlibedinsky authored Aug 20, 2024
1 parent 378f758 commit a7f3214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calculate_PCS.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
% Construct folder and file paths
disorder_path = sprintf('fc_%s_%s%s', disorder, atlas, gmean_key);
CSS_folder = fullfile(DiseaseMap_parent_path, 'functional-connectivity', sprintf('%s%s', atlas, gmean_key), disorder_path);
cohen_d_path = fullfile(CSS_folder, 'mega_analysis_cohen_d.csv');
cohen_d_path = fullfile(CSS_folder, 'meta_analysis_cohen_d.csv');

% Load CSS matrix from path
CSS_data = readtable(cohen_d_path, 'ReadVariableNames', true);
Expand Down

0 comments on commit a7f3214

Please sign in to comment.