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

https://github.com/ocbe-uio/synergysplines

An R package for Bayesian semi-parametric modelling of in-vitro drug combination experiments
https://github.com/ocbe-uio/synergysplines

bayesian-models drug-combination r-package semiparametric-models

Last synced: 2 months ago
JSON representation

An R package for Bayesian semi-parametric modelling of in-vitro drug combination experiments

Awesome Lists containing this project

README

        

An R package for Bayesian semi-parametric modelling of in-vitro drug combination experiments as described in Cremaschi et. al (2019, https://arxiv.org/abs/1904.04901)

## Installation

```r
install.packages('devtools')
library(devtools)
install_github('ocbe-uio/synergysplines',build_opts = c("--no-resave-data", "--no-manual"))
```