Welcome to cwas-rsfmri ! π
Installation via pipΒΆ
cwas-rsfmri is a python package to perform connectome wide association study (CWAS) on BIDS-formatted data.
To install this package, follow the following instructions.
We recommand that you create a virtual envrionnement to avoid dependencies version incompabilities.
- Clone the repository
git clone https://github.com/brainhack-school2025/elkhantour_project.git
- Install the package
pip install -e .
- Verify the installation
cwas-rsfmri --help
π§ DependenciesΒΆ
All the following dependencies will be installed. This package required python >= 10.0
python
mandatory packages pip
ΒΆ
Package | Version |
---|---|
numpy | <2.0 |
pandas | 2.3.0 |
plotly | 6.1.2 |
pytest | 8.4.0 |
scikit-learn | 1.6.1 |
statsmodels | 0.14.4 |
tqmd | 4.67.1 |
Congratualations you are all set ! π