.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 |
A numeric value, fitted parameter b from |
c |
A numeric value, fitted parameter c from |
d |
A numeric value, fitted parameter d from |
e |
A numeric value, fitted parameter e from |
c1 |
A numeric value, log10(min conc) (this is the minimal nonzero concentration). |
c2 |
A numeric value, log10(max conc) (this is the maximal concentration). |
t |
A numeric value, threshold (usually set to zero). |
A numeric value, RI or CSS scores.
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.