.Own_log | R Documentation |
#' This function calculates ln(1+10^(b*(c-x))) to be used in
.ScoreCurve
function
.Own_log(b, c, x)
b |
A numeric value. It is the fitted parameter b from
|
c |
A numeric value. It is the fitted parameter c from
|
x |
A numeric value. It is the relative IC50 for the curve. log10(e),
where e is the fitted parameter e from |
ln(1+10^(b*(c-x)))
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.