Skip to content

takhs91/nistats

 
 

Repository files navigation

nistats

Nistats is a Python module for fast and easy modeling and statistical analysis of functional Magnetic Resonance Imaging data.

It leverages the nilearn Python toolbox for neuroimaging data manipulation (data downloading, visualization, masking).

This work is made available by a community of people, amongst which the INRIA Parietal Project Team and D'esposito lab at Berkeley, in particular G. Varoquaux, B. Thirion, J.B. Poline and M. Brett.

It is based on developments initiated in the nipy nipy project.

Important links

Dependencies

The required dependencies to use the software are:

  • Python >= 2.6
  • setuptools
  • Numpy >= 1.7.1
  • SciPy >= 0.11.0
  • Nibabel >= 1.1.0
  • Nilearn >= 0.2.0
  • Pandas >= 0.13
  • Sklearn >= 0.14.1
  • Patsy >= 0.2.0

If you are using nilearn plotting functionalities or running the examples, matplotlib >= 1.1.1 is required.

If you want to run the tests, you need nose >= 1.2.1 and coverage >= 3.6.

Install

In order to perform the installation, run the following command from the nistats directory:

python setup.py install --user

Development

Code

GIT

You can check the latest sources with the command:

git clone git://github.com/nistats/nistats

or if you have write privileges:

git clone git@github.com:nistats/nistats

About

Modeling and statistical inference on fMRI data in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.1%
  • Shell 2.3%
  • Makefile 0.6%