BiDRA is a user-friendly web interface for dose-response curves analysis.
The interface is available through this URL: https://bidra.bioinfo.iric.ca/
We describe our Bayesian approach in this paper: https://academic.oup.com/bioinformatics/article/35/14/i464/5529233
The code for BiDRA as presented at ISMB 2019 can be found in the ismb_2019
branch. Current developments are added to the master
branch.
April 2020 : Inference of efficacy metrics given priors that are not exclusively gaussian (new models for activity and inhibition data)
- Python3
- PyStan (and Stan)
- Flask
- Matplotlib
- Pickle
- Clone this repo
- Create a
tmp
directory to store data and figures - Within the
stan
repo, runcompileStan.py
to generate the compiled inference models - Launch the interface locally by running
run.py