View source: R/computeSynergy.R
loeweCI | R Documentation |
Computes the Loewe additive combination index (CI) from its definition
CI = \frac{x_1}{f_1^{-1}(E)} +
\frac{x_2}{f_2^{-1}(E)}
loeweCI(
viability,
treatment1dose,
HS_1,
E_inf_1,
EC50_1,
treatment2dose,
HS_2,
E_inf_2,
EC50_2,
is_pct = FALSE
)
viability |
|
treatment1dose |
|
HS_1 |
|
E_inf_1 |
|
EC50_1 |
|
treatment2dose |
|
HS_2 |
|
E_inf_2 |
|
EC50_2 |
|
is_pct |
|
CI under Loewe additive definition
## Not run:
tre |>
endoaggregate(
assay="combo_viability",
Loewe = PharmacoGx::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.