Accessory functions in R to support DBSolveOptimum
The package provides the extended facilities for DBSolveOptimum users. It has two main purposes: (1) the creation and analysis of DBsolveOptimum inputs and outputs for multiple simulations and statistical analysis, (2) the import/export DBSolveOptimum model and data files from/to different formats.
DBSolveOptimum is a tool for construction and analysis of mathematical models of biological systems http://insysbio.com/en/software/db-solve-optimum
Download binaries from https://github.com/insysbio/dbs-package/raw/master/dist/dbs_0.9.1.zip
# install from file
install.packages("dbs_0.9.1.zip", repos = NULL)
# install devtools to simplify installation from Github
install.packages("devtools")
# install from github
devtools::install_github("insysbio/dbs-package")
if something goes wrong try to run
options(download.file.method = "wininet")
and then devtools::install_github("insysbio/dbs-package")
.
See more here: https://support.rstudio.com/hc/en-us/articles/206827897-Secure-Package-Downloads-for-R
MIT
- Evgeny Metelkin
- Aleksey Alekseev
- Aleksey Kalinkin
Copyright: InSysBio, LLC