View source: R/calculate_sensitivity.R
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 |
fitted parameter b from |
c |
fitted parameter c from |
x |
relative IC50 for the curve. log10(e), where e is the
fitted parameter e from |
ln(1+10^(b*(c-x)))
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.