Skip to content

openanalytics/BIGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN_Status_Badge

Biochemically Intuitive Generalized Loewe Model

BIGL package for R can be used in studying synergistic effects between two drugs or compounds. It uses response surface approach to study deviations of the observed effects from a predicted response surface.

To install the package from CRAN, run:

install.packages("BIGL")

To install the latest development version from Github, we suggest using devtools:

devtools::install_github("OpenAnalytics/BIGL", build_vignettes = TRUE)

BIGL methodology currently allows generalized Loewe, classical Loewe and Highest Single Agent models for predicted response surface generation. Generalized Loewe approach allows in particular to treat compounds with differing maximal response and is detailed in the accompanying BIGL paper (pending submission).

Scientific workflow is briefly explained in the methodology vignette provided with the package. analysis vignette will guide the user through the main functionality of the package. If you have built the vignettes for the package during the installation, these can be accessed by

## User guide
vignette("analysis", package = "BIGL")

## Methodology overview
vignette("methodology", package = "BIGL")

If you have shiny and DT packages installed, you might be interested in trying out the demo for the type of response surfaces that the package works with.

library(BIGL)
runBIGL()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages