View source: R/calculate_sensitivity.R
scoreCurve.L4 | R Documentation |
This function is 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.
scoreCurve.L4(b, c, d, e, c1, c2, t)
b |
numeric, fitted parameter b from |
c |
numeric, fitted parameter c from |
d |
numeric, fitted parameter d from |
e |
numeric, 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.