scoreCurve.L4: CSS facilitate function - scoreCurve for curves fitted by L.4

View source: R/calculate_sensitivity.R

scoreCurve.L4R Documentation

CSS facilitate function - scoreCurve for curves fitted by L.4

Description

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.

Usage

scoreCurve.L4(b, c, d, e, c1, c2, t)

Arguments

b

numeric, fitted parameter b from L.4() model

c

numeric, fitted parameter c from L.4() model

d

numeric, fitted parameter d from L.4() model

e

numeric, fitted parameter e from L.4() model

c1

numeric, log10(min conc) (this is the minimal nonzero concentration)

c2

numeric, log10(max conc) (this is the maximal concentration)

t

numeric, threshold (usually set to zero)

Value

numeric, RI or CSS scores

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.