.Own_log {synergyfinder}R Documentation

CSS Facilitate Function - Log Calculation (nature based) LL.4 Model

Description

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

Usage

.Own_log(b, c, x)

Arguments

b

A numeric value. It is the fitted parameter b from L.4 model.

c

A numeric value. It is the fitted parameter c from L.4 model.

x

A numeric value. It is the 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)


[Package synergyfinder version 3.2.4 Index]