Python toolbox for analyzing neuroimaging data. 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. Nltools is only compatible with Python 3.7+.
Documentation and tutorials are available at https://nltools.org
-
Method 1 (stable)
pip install nltools
-
Method 2 (bleeding edge)
pip install git+https://github.com/cosanlab/nltools
-
Method 3 (for development)
git clone https://github.com/cosanlab/nltools pip install -e nltools
Nltools has minimal routines for pre-processing data. For more complete pre-processing pipelines please see our cosanlab_preproc library built with nipype
.