brungio / pyGLMdenoise

python implementation of GLMdenoise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

python implementation of GLMdenoise


Languages

Language:Python 100.0%