The dysco_pipeline is a project for neuroimaging data analysis, focused on calculating eigenvalues and eigenvectors of neuroimaging time series data. It uses libraries such as numpy, scipy, matplotlib, and seaborn to perform analyses and visualizations.
/home/jupiter/work/dysco_pipeline/
├── dysco_pipeline/
│ ├── __init__.py
│ └── notebooks/
│ └── scripts1.ipynb
├── main.py
├── pyproject.toml
├── README.md
└── requirements.txt
- Python 3.12 or higher
- Poetry for dependency management
-
Clone the repository:
git clone <REPOSITORY_URL> cd dysco_pipeline
-
Create a virtual environment:
python3.12 -m venv .venv source .venv/bin/activate -
Install dependencies using Poetry:
poetry install
You can run the main script main.py to install the project's dependencies:
python main.pyThe project includes a Jupyter notebook (scripts1.ipynb) that demonstrates how to use the Group_dysco_analysis class to perform data analyses.
To start the Jupyter Notebook:
jupyter notebookOpen the scripts1.ipynb file and run the cells to see the analysis in action.
Contributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License. See the LICENSE file for more details.
Emilie W. - [email protected]