Description Usage Arguments Value Author(s)
View source: R/calculate_sensitivity_score.R
This function will calculate the relative IC50 from fitted 4-parameter log-logistic dose response model.
1 | CalculateIC50(coef, type, max.conc)
|
coef |
A numeric vector. It contains the fitted coefficients for 4-parameter log-logistic dose response model. |
type |
A character value. It indicates the type of model was used for fitting the dose-response curve. Available values are "L.4" and "LL.4". |
max.conc |
A numeric value. It indicates the maximum concentration in the dose-response data |
A numeric value. It is the relative IC50.
Shuyu Zheng shuyu.zheng@helsinki.fi
Jing Tang jing.tang@helsinki.fi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.