View source: R/computeSynergy.R
fitTwowayZIP | R Documentation |
Fit projected dose-response curves with E_min
as the viability
of the treatment being added to the other treament at a fixed dose.
fitTwowayZIP(
combo_profiles,
residual = "logcosh",
show_Rsqr = TRUE,
nthread = 1L,
optim_only = TRUE,
loss_args = list()
)
combo_profiles |
data.table contains three parameters of dose-response curves for each single agent in a drug comnbination, and the observed viability of two treatments combined. |
residual |
|
show_Rsqr |
|
nthread |
|
optim_only |
|
loss_args |
|
data.table contains parameters of projected dose-response curves for adding one treatment to the other.
Yadav, B., Wennerberg, K., Aittokallio, T., & Tang, J. (2015). Searching for Drug Synergy in Complex Dose–Response Landscapes Using an Interaction Potency Model. Computational and Structural Biotechnology Journal, 13, 504–513. https://doi.org/10.1016/j.csbj.2015.09.001
## Not run:
combo_profiles <- CoreGx::buildComboProfiles(tre, c("HS", "EC50", "E_inf", "viability"))
combo_twowayFit <- fitTwowayZIP(combo_profiles)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.