/lyman

Data pipelines and analysis library for functional MRI

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

lyman: neuroimaging analysis in Python

PyPI Version License DOI Build Status Code Coverage

Lyman is a platform for analyzing neuroimaging (primarily MRI) data using Python. It comprises an interface to Nipype data processing workflows and a library of classes and functions for signal processing, model fitting, visualization, and other tasks.

Documentation

Online documentation can be found here.

Dependencies

Lyman supports Python 3.7+ and does not support Python 2.

Lyman preprocessing requires FSL and Freesurfer. Information about Python library dependency information is available in the online documentation.

Installation

Stable versions can be installed from PyPI:

pip install lyman

It is also possible to install development code from Github:

pip install git+https://github.com/mwaskom/lyman.git

License

Lyman is freely available under the BSD (3-clause) license.

Support

Lyman is publicly released with some hope that it might be useful but no promise of support. With that said, reproducible bugs may be reported to the Github issue tracker.