View source: R/computeSynergy.R
hillCurve | R Documentation |
Sigmoidal function which fits well to many stimuli-response associations observed in biology and pharmacology. In the context of PharmacoGx we are using it to model treatment-response assocations in cancer cell lines.
hillCurve(dose, HS, EC50, E_inf, E_ninf)
dose |
|
HS |
|
EC50 |
|
E_inf |
|
E_ninf |
|
numeric()
Vector of predicted viabilities for the Hill curve defined
by EC50
, E_inf
, E_ninf
and HS
for each supplied value of dose
.
Feifei Li Petr Smirnov Christopher Eeles
Gesztelyi, R., Zsuga, J., Kemeny-Beke, A., Varga, B., Juhasz, B., & Tosaki, A. (2012). The Hill equation and the origin of quantitative pharmacology. Archive for History of Exact Sciences, 66(4), 427–438. https://doi.org/10.1007/s00407-012-0098-5
Motulsky, H., & Christopoulos, A. (2004). Fitting models to biological data using linear and nonlinear regression: A practical guide to curve fitting. Oxford University Press. See Chapter 41.
(viability <- hillCurve(
dose=c(0.1, 0.01, 0.001),
HS=1.1,
EC50=0.01,
E_ninf=1,
E_inf=0
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.