DiedrichsenLab / Functional_Fusion

Fusion framework for management of functional imaging datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional_Fusion

This repository provides the data structures and code to efficiently implement multi-data set project. It is written and maintained by the Diedrichsen Lab, Western University.

Installation and dependencies

This project depends on several third party libraries, including:

numpy (version>=1.22.2)

nibabel

nilearn (version>=0.9.0), ...

nitools

pip install numpy nibabel nilearn neuroimagingtools

Or you can install the package manually from the original binary source as above links.

Once you clone the functional fusion repository, you may want to it to your PYTHONPATH, so you can import the functionality. Add these lines to your .bash_profile, .bash_rc .zsh_profile file...

export PYTHONPATH=<abspath_of_repo_maindir>:$PYTHONPATH

Documentation

For detailed documentation see: https://functional-fusion.readthedocs.io/en/latest/.

Source files for the online documentation can be found in the docs folder.

About

Fusion framework for management of functional imaging datasets


Languages

Language:Jupyter Notebook 97.6%Language:Python 1.6%Language:MATLAB 0.8%Language:Shell 0.1%