Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maurosilber/simbio-earm


https://github.com/maurosilber/simbio-earm

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# simbio-earm

## Installation

```
pip install simbio-earm
```

## Usage

```python
from simbio.models.earm import Albeck11b
from simbio.simulator import Simulator

t = range(100)
Simulator(Albeck11b).run(t).plot()
```