View source: R/computeSynergy.R
estimateProjParams | R Documentation |
Estimate the projected shape parameter HS, efficacy E_inf
and potency EC50
in the new dose-response curve of a drug after adding another drug to it
by fitting a 2-parameter dose-response curve.
estimateProjParams(
dose_to,
combo_viability,
dose_add,
EC50_add,
HS_add,
E_inf_add = 0,
residual = c("logcosh", "normal", "Cauchy"),
show_Rsqr = TRUE,
conc_as_log = FALSE,
optim_only = FALSE,
loss_args = list()
)
dose_to |
|
combo_viability |
|
dose_add |
|
EC50_add |
|
HS_add |
|
E_inf_add |
|
residual |
|
show_Rsqr |
|
conc_as_log |
|
optim_only |
|
loss_args |
|
list
* HS_proj
: Projected Hill coefficient after adding a drug
* E_inf_proj
: Projected efficacy after adding a drug
* EC50_proj
: Projected potency after adding a drug
* E_ninf_proj
: Projected baseline viability by the added drug
* Rsqr
: if show_Rsqr
is TRUE
, it will include the R squared value indicating the quality of the fit in the result.
Motulsky, H., & Christopoulos, A. (2004). Fitting dose-response curves. In Fitting models to biological data using linear and nonlinear regression: A practical guide to curve fitting. Oxford University Press.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.