Metadata-Version: 2.4
Name: brainstat
Version: 0.6.0
Summary: A toolbox for statistical analysis of neuroimaging data
Home-page: https://github.com/MICA-LAB/BrainStat
Author: MNI-MICA Lab and MPI-CNG Lab
Author-email: saratheriver@gmail.com, sheymaba@gmail.com
License: BSD 3-Clause License
Project-URL: Documentation, https://brainstat.readthedocs.io
Project-URL: Bug Reports, https://github.com/MICA-LAB/BrainStat/issues
Project-URL: Source, https://github.com/MICA-LAB/BrainStat/
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: abagen>=0.1
Requires-Dist: brainspace>=0.1.2
Requires-Dist: h5py
Requires-Dist: matplotlib>=3.4
Requires-Dist: netneurotools<0.3.0
Requires-Dist: neurosynth
Requires-Dist: nibabel
Requires-Dist: nilearn>=0.7.0
Requires-Dist: nimare
Requires-Dist: numpy<2,>=1.21
Requires-Dist: pandas<2.1,>=1.3
Requires-Dist: scikit_learn>=1.0
Requires-Dist: scipy>=1.7
Requires-Dist: templateflow
Requires-Dist: trimesh
Provides-Extra: dev
Requires-Dist: gitpython; extra == "dev"
Requires-Dist: hcp-utils; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: plotly; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

BrainStat : A toolbox for statistical analysis of neuroimaging data
===================================================================

.. image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
    :target: https://opensource.org/licenses/BSD-3-Clause
.. image:: https://github.com/MICA-MNI/BrainStat/actions/workflows/python_unittests.yml/badge.svg
    :target: https://github.com/MICA-MNI/BrainStat/actions/workflows/python_unittests.yml
.. image:: https://github.com/MICA-MNI/BrainStat/actions/workflows/MATLAB_unittests.yml/badge.svg
    :target: https://github.com/MICA-MNI/BrainStat/actions/workflows/MATLAB_unittests.yml 
.. image:: https://readthedocs.org/projects/brainstat/badge/?version=master&style=plastic
    :target: https://brainstat.readthedocs.io/en/latest/
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
.. image:: https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg
    :target: https://www.mathworks.com/matlabcentral/fileexchange/89827-brainstat

Welcome to BrainStat's documentation!

BrainStat is a toolbox for the statistical analysis and context decoding of
neuroimaging data. It implements both univariate and multivariate linear models
and interfaces with the BigBrain Atlas, Allen Human Brain Atlas and Nimare
databases. BrainStat flexibly handles common surface, volume, and parcel level
data formats, and provides a series of interactive visualization functions. The
toolbox has been implemented in both Python and MATLAB, the two most widely
adopted programming languages in the neuroimaging and neuroinformatics
communities. It is openly available, and documented `here
<https://brainstat.readthedocs.io/>`_. 

.. image:: https://github.com/MICA-LAB/BrainStat/blob/master/docs/figures/brainstat_logo_bw.png?raw=true

..
    For some reason referencing the BrainStat image locally doesn't work, so
    just linking to the image on Github instead. 

Developers
----------
.. |seyma_s|   unicode:: U+015E .. CEDILLA S

- Sara Lariviere - MICA Lab, Montreal Neurological Institute
- |seyma_s|\ eyma Bayrak - Max Planck Institute for Human Cognitive and Brain Sciences 
- Reinder Vos de Wael - MICA Lab, Montreal Neurological Institute
- Oualid Benkarim - MICA Lab, Montreal Neurological Institute
- Raul Cruces - MICA Lab, Montreal Neurological Institute
- Jessica Royer - MICA Lab, Montreal Neurological Institute
- Peer Herholz - Montreal Neurological Institute 
- Seok-Jun Hong - Sungkyunkwan University
- Sofie Valk - Max Planck Institute for Human Cognitive and Brain Sciences
- Boris Bernhardt - Montreal Neurological Institute 


License
-------

The BrainStat source code is available under the `BSD (3-Clause) license
<https://github.com/MICA-LAB/BrainStat/blob/master/LICENSE>`_.


Support
-------

If you have problems installing the software or questions about usage and
documentation, or something else related to BrainStat, you can post to the
`Issues <https://github.com/MICA-MNI/BrainStat/issues>`_ section of our repository.
