https://hal.archives-ouvertes.fr/hal-03370296
Raw File
Tip revision: 29a70ab8d8eadf78863a8b8bd55941b6f840158f authored by Software Heritage on 07 October 2021, 00:00:00 UTC
hal: Deposit 1807 in collection hal
Tip revision: 29a70ab
README.md
# Harissa

### Tools for mechanistic gene network inference
This is a Python package for inferring gene regulatory networks from single-cell data. Its name comes from ‘HARtree approximation for Inference along with a Stochastic Simulation Algorithm.’ It was implemented in the context of a [mechanistic approach to gene regulatory network inference from single-cell data](https://bmcsystbiol.biomedcentral.com/articles/10.1186/s12918-017-0487-0).

### Tutorial and examples
Please see the [examples](https://github.com/ulysseherbach/harissa/tree/master/examples) folder.

### Dependencies
The package depends on the following standard scientific libraries: `numpy`, `scipy`. Besides, it loads `numba` for accelerating the inference procedure (optional, activated by default).
back to top