own_log: CSS facilitate function - log calculation (nature based) LL.4...

View source: R/calculate_sensitivity.R

own_logR Documentation

CSS facilitate function - log calculation (nature based) LL.4 version

Description

#' This function calculates ln(1+10^(b*(c-x))) to be used in scoreCurve function

Usage

own_log(b, c, x)

Arguments

b

fitted parameter b from L.4() model

c

fitted parameter c from L.4() model

x

relative IC50 for the curve. log10(e), where e is the fitted parameter e from L.4() model

Value

ln(1+10^(b*(c-x)))

Author(s)

Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi


DrugComb/TidyComb documentation built on June 22, 2022, 2:49 a.m.