/pyGLMdenoise

python implementation of GLMdenoise

Primary LanguagePython

pyGLMdenoise

python implementation of GLMdenoise

full documentation

Installation

pip install glmdenoise

Usage

Python
from glmdenoise import GLMdenoise
gd = GLMdenoise()
gd.fit(design, data, tr=2.0)
gd.plot_figures()
Console
glmdenoise /my/data/dir
Public dataset
glmdenoise ///workshops/nih-2017/ds000114

Unit tests

To run the unit tests:

python setup.py tests -q