Skip to content

kastman/lyman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lyman: a Python fMRI Analysis Ecosystem

DOI

Lyman is a high-level ecosystem for analyzing neuroimaging data using open-source software. It aims to support an analysis workflow that is powerful, flexible, and reproducible, while automating as much of the processing as possible.

Documentation

Online documentation can be found here

Dependencies

Python 2.7 or 3.6

External

Python

Installation

To install the released version, just do

pip install lyman

You may instead want to use the development version from Github, by running

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

Basic Workflow

All stages of processing assume that your anatomical data have been processed in Freesurfer (recon-all)

  • run_warp.py: estimate anatomical normalization

  • anatomy_snapshots.py: generate static images summarizing the Freesurfer reconstruction.

  • run_fmri.py: perform subject-level functional preprocessing and analyses

  • make_masks.py: generate ROI masks in native EPI space from a variety of sources

  • run_group.py: perform basic whole-brain mixed-effects analyses

  • surface_snapshots.py: plot the results of the subject- and group-level models on a surface mesh

Ziegler

The processing scripts generate a variety of static images that can be used for quality control and understanding the analysis. The best way to browse these is with the ziegler app, which runs in the browser and makes it easy to visualize the data.

Development

https://github.com/mwaskom/lyman

Please submit any bugs you encounter to the Github issue tracker.

Testing

Build Status

You can exercise the unit-test suite by running nosetests in the source directory.

License

Released under a BSD (3-clause) license

About

An ecosystem for analyzing neuroimaging data in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%