An open API service indexing awesome lists of open source software.

https://github.com/theislab/batchglm

Fit generalized linear models in python.
https://github.com/theislab/batchglm

differential-expression generalized-linear-models tensorflow

Last synced: 8 months ago
JSON representation

Fit generalized linear models in python.

Awesome Lists containing this project

README

          

# Fast and scalable fitting of over-determined generalized-linear models (GLMs)

batchglm was developed in the context of [diffxpy](https://github.com/theislab/diffxpy) to allow fast model fitting for differential expression analysis for single-cell RNA-seq data. However, one can use batchglm or its concepts in other scenarios where over-determined GLMs are encountered.

```
pip install -r requirements.txt
```

To run unit tests:

```
pip install -e .
python -m unittest
```