NicolasGensollen / EBRAINS-Connectivity-Analysis

Connectivity analysis pipeline using EBRAINS and Nilearn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EBRAINS Connectivity Analysis

This repository holds code to demo how to run a connectivity analysis pipeline using EBRAINS and Nilearn.

Requirements

  • Python >= 3.6
  • Nilearn >= 0.8.0
  • Siibra >= 0.2a51

Nilearn

Nilearn is a Python package providing statistical and machine-learning tools to enable analyses of brain volumes.

Install Nilearn from Pypi:

$ pip install nilearn

The documentation is available here.

The sources are available on GitHub here.

Siibra

Siibra is a Python client for interacting with “multilevel” brain atlases, which combine multiple brain parcellations, reference coordinate spaces and modalities.

Install siibra from Pypi:

$ pip install siibra

The documentation is available here.

The sources are available on Github here.

Quick start

Make sure you have the requirements installed and run the following notebook.

Contacts

For any question you can contact Nicolas Gensollen at nicolas.gensollen@inria.fr.

About

Connectivity analysis pipeline using EBRAINS and Nilearn.


Languages

Language:Jupyter Notebook 100.0%