Skip to content

bjsmith/nltools

 
 

Repository files navigation

PyPI version Build Status Coverage Status Documentation Status

NLTools

Python toolbox for analyzing neuroimaging data. Compatible with both Python 2.7 and Python 3.6. It is particularly useful for conducting multivariate analyses. It is originally based on Tor Wager's object oriented matlab canlab core tools and relies heavily on nilearn and scikit learn

Installation

  1. Method 1

    pip install nltools
    
  2. Method 2 (Recommended)

    pip install git+https://github.com/ljchang/neurolearn
    
  3. Method 3

    git clone https://github.com/ljchang/neurolearn
    python setup.py install
    

Dependencies

nltools requires several dependencies. All are available in pypi. Can use pip install 'package'

  • nibabel>=2.0.1
  • scikit-learn>=0.17
  • nilearn>=0.2
  • pandas>=0.16
  • numpy>=1.9
  • seaborn>=0.7.0
  • matplotlib
  • scipy
  • six
  • pynv

Optional Dependencies

  • mne
  • requests

Documentation

Current Documentation can be found at readthedocs.

Please see our tutorials, which provide numerous examples for how to use the toolbox.

Preprocessing

Please see our cosanlab_preproc library for nipype pipelines to perform preprocessing on neuroimaging data.

About

Python toolbox for analyzing imaging data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 94.3%
  • Python 5.7%