You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
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 usingdevtools:
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 themethodology 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 guidevignette("analysis",package="BIGL")## Methodology overviewvignette("methodology",package="BIGL")
If you haveshiny andDT packages installed, you might be interested in trying out the demo for the type of response surfaces that the package works with.