ConPagnon is a Python module designed to facilitate the analysis of Resting State data.
It leverages, among others, the scikit-learn Python toolbox, and the nilearn Python toolbox. ConPagnon also contain numerous utilities for manipulating text data, visualizing and plotting results.
- Official source code repo: https://github.com/ConPagnon/conpagnon
- HTML documentation (stable release): https://conpagnon.github.io/conpagnon/index.html
The required dependencies to use the software are:
- Python >= 3.6,
- setuptools
- Numpy
- SciPy
- Scikit-learn
- Joblib
- Nibabel
- PyPDF2
- Webcolors
- Seaborn
- Pandas
- Statsmodels
- Psutil
- Networkx
- Patsy
- xlrd
- tabulate
First make sure you have installed all the dependencies listed above. Then you can install ConPagnon by running the following command in a command prompt:
pip install conpagnon
More detailed instructions are available at https://conpagnon.github.io/conpagnon/install.html.