Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 544 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 544 Bytes

compare-brain-maps

estimating map-to-map similarity under spatial autocorrelation

requirements

nilearn
matplotlib
notebook (for ./examples)
pytest (for ./tests)

installation

Clone this repository to your local machine, and install with pip in editable mode:

git clone https://github.com/griegner/compare-brain-maps.git
cd compare-brain-maps/
pip install -e .