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
An object-oriented software that provides pipelines for conventional brain connectivity analysis as well as more advanced methods, including multilayer networks and deep learning methods.
22
21
23
22
# Installation
24
23
25
-
BRAPH 2 requires at least MATLAB 2020b. BRAPH 2 requires Statistics and Machine Learning Toolbox. For deep learning analysis, Deep Learning Toolbox and Deep Learning Toolbox Converter for ONNX Model Format are also needed. We strongly recommend the Parallel Computing Toolbox to speed up BRAPH 2.
24
+
BRAPH 2 requires at least **MATLAB R2021a**. BRAPH 2 requires both **Statistics and Machine Learning Toolbox** and **Parallel Computing Toolbox**. For deep learning analysis, **Deep Learning Toolbox** and **Deep Learning Toolbox Converter for ONNX Model Format** are also needed.
26
25
27
-
To install BRAPH 2, first clone this repository or download via zip.
28
-
Once inside MATLAB go to the folder of BRAPH 2 and run braph2genesis (you may have to add it to the path). This will create a braph2 folder with the executable code, it may take a while.
29
-
This will be only needed once, or every time you add a new functionality to BRAPH 2.
26
+
To install BRAPH 2, first download BRAPH 2.
27
+
From our GitHub repository, you can find the latest stable version in the branch <ahref="https://github.com/softmatterlab/BRAPH-2-Matlab/tree/master">master</a> and the latest development version in the branch <ahref="https://github.com/softmatterlab/BRAPH-2-Matlab/tree/develop">develop</a>.
28
+
You can also download BRAPH 2 from our <ahref="http://braph.org/software/braph-2/">website</a>.
30
29
31
-
# Using-braph2
30
+
After unzipping the downloaded file into the desired directory and launching MATLAB, change the current folder to **braph2genesis** and run *braph2genesis* (you may have to add it to the path). This installation takes around 5 minutes.
31
+
The installation will be only needed once.
32
+
You can also follow the <ahref="http://braph.org/software/braph-2/">Installation</a> section from our website.
32
33
33
-
Each provided pipeline comes with an example folder where you can run the example script that mocks the analysis/comparison of the cohort data using the desired graph measures.
34
+
# BRAPH 2 usage examples
34
35
35
-
# Learning-braph-2
36
+
BRAPH 2 is a powerful tool that transforms scripts to pipelines. We provide example data in order to test the different analyses and comparisons from the provided pipelines. Please check the <ahref="http://braph.org/tutorials/">Tutorials</a> section from our website for the step-by-step instructions and more details.
36
37
37
-
BRAPH 2 is a powerful tool that transforms scripts to pipelines. Please check the tutorial section on our website <ahref="http://braph.org/tutorials/"></a>
38
-
39
-
## Cite us!
38
+
# Cite us!
40
39
If you use BRAPH 2 in your project, please cite us here:
41
40
42
41
```
@@ -52,5 +51,5 @@ See also:
52
51
```
53
52
Mite Mijalkov, Ehsan Kakaei, Joana B Pereira, Eric Westman, Giovanni Volpe
54
53
BRAPH: A graph theory software for the analysis of brain connectivity.
0 commit comments