Skip to content

Commit 8270dd9

Browse files
committed
update pipeline files OMP
1 parent a26fef1 commit 8270dd9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
%% Pipeline Connectivity Ordered-Multiplex Analysis WU
1+
%% Pipeline Connectivity Ordered-Multiplex Analysis Group-Average WU
22

33
% This is the pipeline script to analyze a group of subjects using connectivity ordinal multiplex data and a weighted undirected graph.
44
% 1. It loads a brain atlas from an XLS file (e.g., aal90_atlas.xlsx).
55
% 2.1 It loads the connectivity data of one group of subjects from two directories (e.g., GroupName1 and GroupName2) containing XLS files of each subject.
66
% 2.2 It loads the connectivity data of one group of subjects from two directories (e.g., GroupName1 and GroupName2) containing XLS files of each subject.
7-
% 3. It analyzes the data using connectivity ordered-multiplex analysis (CON_MP) based on weighted undirected graphs (WU).
7+
% 3. It analyzes the data using connectivity ordered-multiplex analysis (CON_OMP) based on weighted undirected graphs (WU) with group averaging (GA).
88

99
%% Brain Atlas
1010
ba = ImporterBrainAtlasXLS('WAITBAR', true).get('BA'); % Load Brain Atlas XLS % Brain Atlas
1111

1212
%% Group
13-
gr = ImporterGroupSubjectCON_MP_XLS('BA', ba, 'WAITBAR', true).get('GR'); % Load Group CON OMP XLS % Group CON MP
13+
gr = ImporterGroupSubjectCON_MP_XLS('BA', ba, 'WAITBAR', true).get('GR'); % Load Group CON OMP XLS % Group CON OMP
1414

1515
%% Analysis
16-
a_WU = AnalyzeEnsemble_CON_OMP_WU('GR', gr); % Analyze Group % Analyzed Group
16+
a_WU = AnalyzeGroup_CON_OMP_GA_WU('GR', gr); % Analyze Group % Group Analysis

braph2genesis/pipelines/connectivity ordered_multiplex/pipeline_connectivity_ordered_multiplex_analysis_wu.braph2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ ba = ImporterBrainAtlasXLS('WAITBAR', true).get('BA'); % Load Brain Atlas XLS %
1313
gr = ImporterGroupSubjectCON_MP_XLS('BA', ba, 'WAITBAR', true).get('GR'); % Load Group CON OMP XLS % Group CON MP
1414

1515
%% Analysis
16-
a_WU = AnalyzeEnsemble_CON_OMP_WU('GR', gr); % Analyze Group % Analyzed Group
16+
a_WU = AnalyzeEnsemble_CON_OMP_WU('GR', gr); % Analyze Group % Group Analysis

braph2genesis/pipelines/functional ordered_multiplex group_average/pipeline_functional_ordmultiplex_group_analysis_wu.braph2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ba = ImporterBrainAtlasXLS('WAITBAR', true).get('BA'); % Load Brain Atlas from XLS % Brain Atlas
1111

1212
%% Group
13-
gr = ImporterGroupSubjectFUN_MP_XLS('BA', ba, 'WAITBAR', true).get('GR'); % Load Group FUN from XLS % Group FUN
13+
gr = ImporterGroupSubjectFUN_MP_XLS('BA', ba, 'WAITBAR', true).get('GR'); % Load Group FUN OMP from XLS % Group FUN OMP
1414

1515
%% Analysis
1616
a_WU = AnalyzeGroup_FUN_OMP_GA_WU('GR', gr); % Analyze Group % Group Analysis

braph2genesis/pipelines/functional ordered_multiplex/pipeline_functional_ordered_multiplex_analysis_wu.braph2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ba = ImporterBrainAtlasXLS('WAITBAR', true).get('BA'); % Load Brain Atlas from XLS % Brain Atlas
1111

1212
%% Group
13-
gr = ImporterGroupSubjectFUN_MP_XLS('BA', ba, 'WAITBAR', true).get('GR'); % Load Group FUN OMP from XLS % Group FUN
13+
gr = ImporterGroupSubjectFUN_MP_XLS('BA', ba, 'WAITBAR', true).get('GR'); % Load Group FUN OMP from XLS % Group FUN OMP
1414

1515
%% Analysis
1616
a_WU = AnalyzeEnsemble_FUN_OMP_WU('GR', gr); % Analyze Group % Group Analysis

0 commit comments

Comments
 (0)