https://github.com/mwaskom/lyman
Data pipelines and analysis library for functional MRI
https://github.com/mwaskom/lyman
Last synced: 10 months ago
JSON representation
Data pipelines and analysis library for functional MRI
- Host: GitHub
- URL: https://github.com/mwaskom/lyman
- Owner: mwaskom
- License: bsd-3-clause
- Created: 2011-10-14T01:28:40.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T23:04:13.000Z (almost 5 years ago)
- Last Synced: 2025-02-27T21:21:05.975Z (11 months ago)
- Language: Python
- Homepage: http://www.cns.nyu.edu/~mwaskom/software/lyman
- Size: 29.6 MB
- Stars: 56
- Watchers: 4
- Forks: 22
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
lyman: neuroimaging analysis in Python
======================================
[](https://pypi.org/project/lyman/)
[](https://github.com/mwaskom/lyman/blob/master/LICENSE)
[](https://doi.org/10.5281/zenodo.824307)
[](https://travis-ci.org/mwaskom/lyman)
[](https://codecov.io/gh/mwaskom/lyman)
Lyman is a platform for analyzing neuroimaging (primarily MRI) data using Python. It comprises an interface to [Nipype](http://nipype.readthedocs.io/) 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](http://www.cns.nyu.edu/~mwaskom/software/lyman).
Dependencies
------------
Lyman supports Python 3.7+ and does not support Python 2.
Lyman preprocessing requires [FSL](http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/) and [Freesurfer](https://surfer.nmr.mgh.harvard.edu/). Information about Python library dependency information is available in the [online documentation](http://www.cns.nyu.edu/~mwaskom/software/lyman/installing.html#dependencies).
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](https://github.com/mwaskom/lyman/issues).