Metadata-Version: 2.1
Name: nigsp
Version: 0.7.0
Summary: A python library (and toolbox!) to run Graph Signal Processing on multimodal MRI data.
Home-page: https://github.com/MIPLabCH/nigsp
Author: Stefano Moia
Maintainer: Stefano Moia
Maintainer-email: s.moia.research@gmail.com
License: Apache-2.0
Download-URL: https://github.com/MIPLabCH/nigsp
Platform: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides: nigsp
Requires-Python: >=3.6
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: numpy (>=1.17)
Provides-Extra: all
Requires-Dist: nibabel ; extra == 'all'
Requires-Dist: pymatreader ; extra == 'all'
Requires-Dist: scipy ; extra == 'all'
Requires-Dist: matplotlib (>=3.1.1) ; extra == 'all'
Requires-Dist: nilearn (>=0.7.0) ; extra == 'all'
Provides-Extra: dev
Requires-Dist: sphinx (>=2.0) ; extra == 'dev'
Requires-Dist: sphinx-argparse ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: myst-parser ; extra == 'dev'
Requires-Dist: nibabel ; extra == 'dev'
Requires-Dist: pymatreader ; extra == 'dev'
Requires-Dist: scipy ; extra == 'dev'
Requires-Dist: matplotlib (>=3.1.1) ; extra == 'dev'
Requires-Dist: nilearn (>=0.7.0) ; extra == 'dev'
Requires-Dist: flake8 (>=3.7) ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: sphinx (>=2.0) ; extra == 'doc'
Requires-Dist: sphinx-argparse ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Requires-Dist: myst-parser ; extra == 'doc'
Provides-Extra: mat
Requires-Dist: pymatreader ; extra == 'mat'
Requires-Dist: scipy ; extra == 'mat'
Provides-Extra: nifti
Requires-Dist: nibabel ; extra == 'nifti'
Provides-Extra: style
Requires-Dist: flake8 (>=3.7) ; extra == 'style'
Provides-Extra: test
Requires-Dist: nibabel ; extra == 'test'
Requires-Dist: pymatreader ; extra == 'test'
Requires-Dist: scipy ; extra == 'test'
Requires-Dist: matplotlib (>=3.1.1) ; extra == 'test'
Requires-Dist: nilearn (>=0.7.0) ; extra == 'test'
Requires-Dist: flake8 (>=3.7) ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Provides-Extra: viz
Requires-Dist: matplotlib (>=3.1.1) ; extra == 'viz'
Requires-Dist: nilearn (>=0.7.0) ; extra == 'viz'

NiGSP
=====

[![Latest version](https://img.shields.io/pypi/v/nigsp?style=flat&logo=pypi)](https://pypi.org/project/nigsp/)
[![Latest DOI](https://zenodo.org/badge/446805866.svg?style=flat&logo=zenodo&label=Latest_DOI)](https://zenodo.org/badge/latestdoi/446805866)
[![Documentation Status](https://readthedocs.org/projects/nigsp/badge/?version=latest)](https://nigsp.readthedocs.io/en/latest/?badge=latest)
[![Licensed Apache 2.0](https://img.shields.io/github/license/MIPLabCH/nigsp?style=flat)](https://github.com/MIPLabCH/nigsp/blob/master/LICENSE)

[![Codecov](https://codecov.io/gh/MIPLabCH/nigsp/branch/master/graph/badge.svg?style=flat&logo=codecov)](https://codecov.io/gh/MIPLabCH/nigsp)
[![Build Status](https://circleci.com/gh/MIPLabCH/nigsp.svg?style=shield&logo=circleci)](https://circleci.com/gh/MIPLabCH/nigsp)
<!--[![See the documentation at: https://nigsp.readthedocs.io](https://readthedocs.org/projects/nigsp/badge/?version=latest)](https://nigsp.readthedocs.io/en/latest/?badge=latest) -->

[![Auto Release](https://img.shields.io/badge/release-auto.svg?colorA=888888&colorB=9B065A&label=auto)](https://github.com/intuit/auto)
[![Supports python version](https://img.shields.io/pypi/pyversions/nigsp?style=shield&logo=python)](https://pypi.org/project/nigsp/)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->


A python library (and toolbox!) to run Graph Signal Processing on multimodal MRI data.
Full documentation [on ReadTheDocs](https://nigsp.readthedocs.io/en/latest)

**The project is currently under development stage alpha**.
Any suggestion/bug report is welcome! Feel free to open an issue.

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

Cite
====

If you use `nigsp` in your work, **please cite either the all-time Zenodo DOI** [![general Zenodo DOI](https://zenodo.org/badge/110845855.svg)](https://zenodo.org/badge/latestdoi/110845855) **or the Zenodo DOI related to the version you are using**.
Please cite the following paper(s) too:
> Preti, M.G., Van De Ville, D. _Decoupling of brain function from structure reveals regional behavioral specialization in humans_. Nat Commun 10, 4747 (2019). https://doi.org/10.1038/s41467-019-12765-7.

If you are using the Couple/Decoupled Functional Connectivity, please cite also:
> Griffa, A., et al. _Brain structure-function coupling provides signatures for task decoding and individual fingerprinting_. NeuroImage 250, 118970 (2022). https://doi.org/10.1016/j.neuroimage.2022.118970.

<!-- ## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): -->

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->


<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->


License
-------

Copyright 2022, Stefano Moia, EPFL.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.



