python implementation of GLMdenoise
pip install glmdenoisefrom glmdenoise import GLMdenoise
gd = GLMdenoise()
gd.fit(design, data, tr=2.0)
gd.plot_figures()glmdenoise /my/data/dirglmdenoise ///workshops/nih-2017/ds000114To run the unit tests:
python setup.py tests -q