Skip to content

Commit 21fe5d8

Browse files
committed
update description of connectivity and functional multiplex pipelines
1 parent 9b0fcc2 commit 21fe5d8

18 files changed

+18
-36
lines changed

braph2genesis/pipelines/connectivity multiplex group_average/pipeline_connectivity_multiplex_group_analysis_wu.braph2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
% This is the pipeline script to analyze a group of subjects using connectivity multiplex data averaged by group and a weighted undirected graph.
44
% 1. It loads a brain atlas from an XLS file (e.g., desikan_atlas.xlsx).
5-
% 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.
6-
% 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.
5+
% 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.
76
% 3. It analyzes the data using connectivity multiplex analysis (CON_MP) based on weighted undirected graphs (WU) averaged by group (GA).
87

98
%% Brain Atlas

braph2genesis/pipelines/connectivity multiplex/pipeline_connectivity_multiplex_analysis_bud.braph2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
% This is the pipeline script to analyze a group of subjects using connectivity multiplex data and a binary undirected graph at fixed densities.
44
% 1. It loads a brain atlas from an XLS file (e.g., aal90_atlas.xlsx).
5-
% 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.
6-
% 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.
5+
% 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.
76
% 3. It analyzes the data using connectivity multiplex analysis (CON_MP) based on a binary undirected graph at fixed densities (BUD).
87

98
%% Brain Atlas

braph2genesis/pipelines/connectivity multiplex/pipeline_connectivity_multiplex_analysis_but.braph2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
% This is the pipeline script to analyze a group of subjects using connectivity multiplex data and a binary undirected graph at fixed thresholds.
44
% 1. It loads a brain atlas from an XLS file (e.g., aal90_atlas.xlsx).
5-
% 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.
6-
% 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.
5+
% 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.
76
% 3. It analyzes the data using connectivity multiplex analysis (CON_MP) based on a binary undirected graph at fixed thresholds (BUT).
87

98
%% Brain Atlas

braph2genesis/pipelines/connectivity multiplex/pipeline_connectivity_multiplex_analysis_wu.braph2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
% This is the pipeline script to analyze a group of subjects using connectivity multiplex data and a weighted undirected graph.
44
% 1. It loads a brain atlas from an XLS file (e.g., aal90_atlas.xlsx).
5-
% 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.
6-
% 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.
5+
% 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.
76
% 3. It analyzes the data using connectivity multiplex analysis (CON_MP) based on weighted undirected graphs (WU).
87

98
%% Brain Atlas

braph2genesis/pipelines/connectivity multiplex/pipeline_connectivity_multiplex_comparison_bud.braph2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
% This is the pipeline script to compare two groups of subjects using connectivity multiplex data and binary undirected graphs at fixed densities.
44
% 1. It loads a brain atlas from an XLS file (e.g., aal90_atlas.xlsx).
5-
% 2.1 It loads the connectivity data of two groups of subjects from two directories (e.g., GroupName1 and GroupName2) containing XLS files of each subject.
6-
% 2.2 It loads the connectivity data of two groups of subjects from two directories (e.g., GroupName1 and GroupName2) containing XLS files of each subject.
5+
% 2. It loads the connectivity data of two groups of subjects from two directories (e.g., GroupName1 and GroupName2) containing XLS files of each subject.
76
% 3. It analyzes the first group using connectivity multiplex analyses (CON_MP) based on binary undirected graphs at fixed densities (BUD).
87
% 4. It analyzes the second group using the same parameters selected for the first group.
98
% 5. It compares the results of the two analyses.

braph2genesis/pipelines/connectivity multiplex/pipeline_connectivity_multiplex_comparison_but.braph2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
% This is the pipeline script to compare two groups of subjects using connectivity multiplex data and binary undirected graphs at fixed thresholds.
44
% 1. It loads a brain atlas from an XLS file (e.g., aal90_atlas.xlsx).
5-
% 2.1 It loads the connectivity data of two groups of subjects from two directories (e.g., GroupName1 and GroupName2) containing XLS files of each subject.
6-
% 2.2 It loads the connectivity data of two groups of subjects from two directories (e.g., GroupName1 and GroupName2) containing XLS files of each subject.
5+
% 2. It loads the connectivity data of two groups of subjects from two directories (e.g., GroupName1 and GroupName2) containing XLS files of each subject.
76
% 3. It analyzes the first group using connectivity multiplex analyses (CON_MP) based on binary undirected graphs at fixed thresholds (BUT).
87
% 4. It analyzes the second group using the same parameters selected for the first group.
98
% 5. It compares the results of the two analyses.

braph2genesis/pipelines/connectivity multiplex/pipeline_connectivity_multiplex_comparison_wu.braph2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
% This is the pipeline script to compare two groups of subjects using connectivity multiplex data and weighted graphs.
44
% 1. It loads a brain atlas from an XLS file (e.g., aal90_atlas.xlsx).
5-
% 2.1 It loads the connectivity data of two groups of subjects from two directories (e.g., GroupName1 and GroupName2) containing XLS files of each subject.
6-
% 2.2 It loads the connectivity data of two groups of subjects from two directories (e.g., GroupName1 and GroupName2) containing XLS files of each subject.
5+
% 2. It loads the connectivity data of two groups of subjects from two directories (e.g., GroupName1 and GroupName2) containing XLS files of each subject.
76
% 3. It analyzes the first group using connectivity multiplex analyses (CON_MP) based on weighted graphs (WU).
87
% 4. It analyzes the second group using the same parameters selected for the first group.
98
% 5. It compares the results of the two analyses.

braph2genesis/pipelines/connectivity ordered_multiplex group_average/pipeline_connectivity_ordmultiplex_group_analysis_wu.braph2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
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).
5-
% 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.
6-
% 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.
5+
% 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.
76
% 3. It analyzes the data using connectivity ordered-multiplex analysis (CON_OMP) based on weighted undirected graphs (WU) with group averaging (GA).
87

98
%% Brain Atlas

braph2genesis/pipelines/connectivity ordered_multiplex/pipeline_connectivity_ordered_multiplex_analysis_wu.braph2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
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).
5-
% 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.
6-
% 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.
5+
% 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.
76
% 3. It analyzes the data using connectivity ordered-multiplex analysis (CON_MP) based on weighted undirected graphs (WU).
87

98
%% Brain Atlas

braph2genesis/pipelines/functional multiplex group_average/pipeline_functional_multiplex_group_analysis_wu.braph2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
% This is the pipeline script to analyze a group of subjects using functional multiplex data averaged by group and a weighted undirected graph.
44
% 1. It loads a brain atlas from an XLS file (e.g., desikan_atlas.xlsx).
5-
% 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.
6-
% 2.2 It loads the functional data of one group of subjects from two directories (e.g., GroupName1 and GroupName2) containing XLS files of each subject.
5+
% 2. It loads the functional data of one group of subjects from two directories (e.g., GroupName1 and GroupName2) containing XLS files of each subject.
76
% 3. It analyzes the data using functional multiplex analysis (FUN_MP) based on weighted undirected graphs (WU) averaged by group (GA).
87

98
%% Brain Atlas

0 commit comments

Comments
 (0)