View source: R/calculate_sensitivity.R
scoreCurve | R Documentation |
New function used to score sensitivities given either a single-agent or a
fixed conc (combination) columns. The function calculates the AUC of the
log10-scaled dose-response curve. IMPORTANT: note that with
LL.4()
calls, this value is already logged since the
input concentrations are logged.
scoreCurve(b, c, d, m, c1, c2, t)
b |
numeric, fitted parameter b from |
c |
numeric, fitted parameter c from |
d |
numeric, fitted parameter d from |
m |
numeric, relative IC50 for the curve. log10(e), where e is the
fitted parameter e from |
c1 |
numeric, log10(min conc) (this is the minimal nonzero concentration) |
c2 |
numeric, log10(max conc) (this is the maximal concentration) |
t |
numeric, threshold (usually set to zero) |
numeric, RI or CSS scores
Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.