jbpoline / NiMARE

Coordinate- and Image-based meta-analysis in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NiMARE: Neuroimaging Meta-Analysis Research Environment

A Python library for coordinate- and image-based meta-analysis.

Latest Version PyPI - Python Version DOI License CircleCI Documentation Status Codecov Code style: black Join the chat at https://mattermost.brainhack.org/brainhack/channels/nimare RRID:SCR_017398

Currently, NiMARE implements a range of image- and coordinate-based meta-analytic algorithms, as well as several methods for advanced meta-analytic methods, like automated annotation and functional decoding.

Installation

Please see our installation instructions for information on how to install NiMARE.

Installation with pip

pip install nimare

Local installation (development version)

pip install git+https://github.com/neurostuff/NiMARE.git#egg=nimare[peaks2maps-cpu]

If you have TensorFlow configured to take advantage of your local GPU use

pip install git+https://github.com/neurostuff/NiMARE.git#egg=nimare[peaks2maps-gpu]

Contributing

Please see our contributing guidelines for more information on contributing to NiMARE.

We ask that all contributions to NiMARE respect our code of conduct.

About

Coordinate- and Image-based meta-analysis in Python

License:MIT License


Languages

Language:Python 99.0%Language:Dockerfile 1.0%