Skip to article frontmatterSkip to article content

🧰 Installation

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.

  1. Clone the repository
git clone https://github.com/brainhack-school2025/elkhantour_project.git
  1. Install the package
pip install -e .
  1. Verify the installation
cwas-rsfmri --help

πŸ”§ DependenciesΒΆ

All the following dependencies will be installed. This package required python >= 10.0

python mandatory packages pipΒΆ

PackageVersion
numpy<2.0
pandas2.3.0
plotly6.1.2
pytest8.4.0
scikit-learn1.6.1
statsmodels0.14.4
tqmd4.67.1

Congratualations you are all set ! πŸŽ‰