Skip to content

cosanlab/nltools

Folders and files

NameName
Last commit message
Last commit date
Mar 27, 2024
May 8, 2023
Mar 27, 2024
May 8, 2023
Aug 1, 2024
Oct 31, 2023
Dec 24, 2017
Aug 16, 2018
May 10, 2021
Oct 31, 2023
Aug 23, 2016
Mar 27, 2024
Mar 27, 2024
Dec 12, 2018
Oct 31, 2023

Repository files navigation

Package versioning (Auto-On-Push/PR) Formatting, Tests, and Coverage codecov Codacy Badge DOI Python Versions Platforms

NLTools

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

Documentation and tutorials are available at https://nltools.org

Installation

  1. Method 1 (stable)

    pip install nltools
    
  2. Method 2 (bleeding edge)

    pip install git+https://github.com/cosanlab/nltools
    
  3. Method 3 (for development)

    git clone https://github.com/cosanlab/nltools
    pip install -e nltools
    

Preprocessing

Nltools has minimal routines for pre-processing data. For more complete pre-processing pipelines please see our cosanlab_preproc library built with nipype.