View source: R/computeSynergy.R
computeLoewe | R Documentation |
Predict the response of a treatment combination under the Loewe additive null assumption.
computeLoewe(
treatment1dose,
HS_1,
E_inf_1,
EC50_1,
treatment2dose,
HS_2,
E_inf_2,
EC50_2,
tol = 0.1,
lower_bound = 0,
upper_bound = 1,
verbose = FALSE
)
treatment1dose |
|
HS_1 |
|
E_inf_1 |
|
EC50_1 |
|
treatment2dose |
|
HS_2 |
|
E_inf_2 |
|
EC50_2 |
|
tol |
|
lower_bound |
|
upper_bound |
|
verbose |
|
numeric
expected viability under Loewe additive null assumption.
## Not run:
tre |>
endoaggregate(
assay="combo_viability",
Loewe = computeLoewe(
treatment1dose=treatment1dose,
treatment2dose=treatment2dose,
HS_1=HS_1,
HS_2=HS_2,
E_inf_1=E_inf_1,
E_inf_2=E_inf_2,
EC50_1=EC50_1,
EC50_2=EC50_2
),
by = assayKeys(tre, "combo_viability")
) -> tre
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.