Semantic and computational comparison methods for brain imaging data, and visualization of outputs.
git clone https://github.com/vsoch/pybraincompare
cd pybraincompare
sudo python setup.py install
pip install pybraincompare
The current version is for Python 3, the first of which is released on pip as 0.1.19
. If you want Python 2 only, use 0.1.18
:
# Python 2
pip install pybraincompare==0.1.18
# Python 3
pip install pybraincompare==0.1.19
For examples and demos, please see the documentation. Submit bugs and feature requests as issues.