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
- Host: GitHub
- URL: https://github.com/ocbe-uio/synergysplines
- Owner: ocbe-uio
- Created: 2020-10-14T20:32:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-29T09:33:58.000Z (over 4 years ago)
- Last Synced: 2025-01-22T09:36:45.546Z (4 months ago)
- Topics: bayesian-models, drug-combination, r-package, semiparametric-models
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"))
```