You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/pipelines/tut_a_fun_bud/tut_a_fun_bud.tex
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,14 @@
15
15
\includegraphics{fig01_02.jpg}
16
16
\includegraphics{fig01_03.jpg}
17
17
}
18
-
{Figure examples.}
18
+
{Figure examples}
19
19
{
20
20
Examples of displays of \code{Community Structure} with functional data binarized at fixed densities obtained using BRAPH 2.
21
21
}
22
22
23
23
\begin{abstract}
24
24
\noindent
25
-
This tutorial shows how to perform a network analysis using \emph{functional data} (see tutorial \href{https://github.com/braph-software/BRAPH-2/tree/develop/tutorials/general/tut_gr_con}{Group of Subjects with Connectivity Data}), where a functional file containing activation signals for each brain region is available for each subject, as in functional MRI, MEG, or EEG. Step by step, this pipeline guides you to compare the data from two groups of subjects at fixed densities, which correspond, for example, to fixed percentages of strongest connections to be included in the analysis (e.g. fixing the analysis at 10\% allows assessing the 10\% strongest connections in the network). With this tutorial, you will be able to extract and plot differences between two groups. You will also be able to generate publication-quality figures.
25
+
This tutorial shows how to perform a network analysis using \emph{functional data} (see tutorial \href{https://github.com/braph-software/BRAPH-2/tree/develop/tutorials/general/tut_gr_fun}{Group of Subjects with Functional Data}), where a functional file containing activation signals for each brain region is available for each subject, as in functional MRI, MEG, or EEG. Step by step, this pipeline guides you to compare the data from two groups of subjects at fixed densities, which correspond, for example, to fixed percentages of strongest connections to be included in the analysis (e.g. fixing the analysis at 10\% allows assessing the 10\% strongest connections in the network). With this tutorial, you will be able to extract and plot differences between two groups. You will also be able to generate publication-quality figures.
26
26
\end{abstract}
27
27
28
28
\tableofcontents
@@ -44,7 +44,7 @@ \section{Generate Example Data}
44
44
45
45
\section{Open the GUI}
46
46
47
-
The general GUI of BRAPH 2.0 can be opened by typing \code{braph2} in MatLab's terminal. This GUI allows you to select a pipeline, in this case, \emph{Pipeline Functional Comparison BUD}, as shown in \Figref{fig:02}
47
+
The general GUI of BRAPH 2.0 can be opened by typing \code{braph2} in MatLab's terminal. This GUI allows you to select a pipeline, in this case, \emph{Pipeline Functional Comparison BUD}, as shown in \Figref{fig:02}.
48
48
49
49
\fig{figure}
50
50
{fig:02}
@@ -104,14 +104,14 @@ \section{Step 1: Load the Brain Atlas}
104
104
{
105
105
Steps to upload the brain atlas:
106
106
{\bf a} Click on \fn{Load Atlas} from the pipeline GUI.
107
-
{\bf b} Navigate to the BRAPH~2.0 folder \fn{atlases} and select one of the atlas files, in this example the \fn{atlas.xlsx}.
107
+
{\bf b} Navigate to the BRAPH~2.0 folder \fn{atlases} and select one of the atlas files, in this example the \fn{aal90_atlas.xlsx}.
108
108
{\bf c} You can visualize the brain atlas by pressing \fn{Plot Brain Atlas}.
109
109
}
110
110
111
111
\clearpage
112
112
\section{Step 2: Load the Functional Group Data}
113
113
114
-
After you loaded the brain atlas, you can upload the \emph{functional data} for each group as shown in \Figref{fig:05}. A new interface will be shown containing the data for the group you just selected. You can open each subject’s functional matrices by selecting the subject, right click, and select “Open selection” (for more information check the tutorial \href{https://github.com/braph-software/BRAPH-2/tree/develop/tutorials/general/tut_gr_con}{Group of Subjects with Functional Data}).
114
+
After you loaded the brain atlas, you can upload the \emph{functional data} for each group as shown in \Figref{fig:05}. A new interface will be shown containing the data for the group you just selected. You can open each subject’s functional matrices by selecting the subject, right click, and select “Open selection” (for more information check the tutorial \href{https://github.com/braph-software/BRAPH-2/tree/develop/tutorials/general/tut_gr_fun}{Group of Subjects with Functional Data}).
115
115
116
116
\fig{figure*}
117
117
{fig:05}
@@ -129,7 +129,7 @@ \section{Step 2: Load the Functional Group Data}
129
129
\clearpage
130
130
\section{Step 3: Analyzing the Data of Group 1}
131
131
132
-
Once you have loaded the data for both groups, you can begin analyzing the data for the first group by clicking on \fn{Analyze Group 1} (\Figref{fig:05}a).
132
+
Once you have loaded the data for both groups, you can begin analyzing the data for the first group by clicking on \fn{Analyze Group 1} (\Figref{fig:06}a).
133
133
This will open a new interface called \fn{Analyze Ensemble}, which allows you to calculate and visualize graph measures for the first group.
134
134
Before these network measures are calculated, it is important to ensure the following things:
135
135
\begin{enumerate}
@@ -142,12 +142,12 @@ \section{Step 3: Analyzing the Data of Group 1}
142
142
143
143
\subsection{Setting Analysis Parameters}
144
144
145
-
In the \fn{Analyze Ensemble} interface (\Figref{fig:06}), you can configure the analysis parameters.
145
+
In the \fn{Analyze Ensemble} interface (\Figref{fig:06}b), you can configure the analysis parameters.
146
146
In the \code{densities} section, you can define the densities by entering values like \code{5:1:20} (you can also use any other valid mathematical expression, such as \code{5 10 15 20 15}, or \code{5 10:2:20}).
147
-
In the \code{repetition time} section, you can include the repetition time with which your images were acquired, for example to analyze the data only within a fraction of the repetition time.
148
-
In the \code{min frequency} and \code{max frequency}, you can edit the values to analyze your data within a certain frequency bans such as in the case of EEG or MEG data.
147
+
In the \code{REPETITION TIME [s]} section, you can include the repetition time with which your images were acquired, for example to analyze the data only within a fraction of the repetition time.
148
+
In the \code{MIN FREQUENCY [Hz]} and \code{MAX FREQUENCY [Hz]}, you can edit the values to analyze your data within a certain frequency band such as in the case of EEG or MEG data.
149
149
In the \code{correlation rule}, you can select the type of correlation you want to run using the brain activation signals between brain areas.
150
-
Finally, in the \code{negative weights rule}, you should decide if you want to set the negative weights to zero, their absolute values or exclude them from the analysis since graph theory measures are not defined for negative weights.
150
+
Finally, in the \code{NEGATIVE WEIGHTS RULE}, you should decide if you want to set the negative weights to zero, their absolute values or exclude them from the analysis since graph theory measures are not defined for negative weights.
To configure the graph parameters, you click on the section \code{GRAPH \& MEASURE PARAMETERS} (\Figref{fig:07}). This will open a new interface for graph template settings.
166
-
In brain functional analysis, density values dictate the required connection strength between different brain regions for them to be considered “connected” in a binary undirected graph.
166
+
In brain functional analysis, density values dictate the required connection density between different brain regions for them to be considered “connected” in a binary undirected graph.
167
167
Adjusting these densities allows you to explore varying levels of brain functional connectivity, providing insights into how regions communicate at different density settings.
After configuring the parameters, you can proceed to calculate specific graph measures (\Figref{fig:06}). To do this, return to the \fn{Analyze Ensemble} interface (\Figref{fig:06}a) and scroll down to locate the \fn{Group-averaged MEASURES} panel. By clicking the 'C' button, you will see a table displaying all measures.
213
+
After configuring the parameters, you can proceed to calculate specific graph measures (\Figref{fig:09}). To do this, return to the \fn{Analyze Ensemble} interface (\Figref{fig:09}a) and scroll down to locate the \fn{Group-averaged MEASURES} panel. By clicking the 'C' button, you will see a table displaying all measures.
0 commit comments