CalculateIC50: Calculate Relative IC50 from Fitted Model

Description Usage Arguments Value Author(s)

View source: R/calculate_sensitivity_score.R

Description

This function will calculate the relative IC50 from fitted 4-parameter log-logistic dose response model.

Usage

1
CalculateIC50(coef, type, max.conc)

Arguments

coef

A numeric vector. It contains the fitted coefficients for 4-parameter log-logistic dose response model.

type

A character value. It indicates the type of model was used for fitting the dose-response curve. Available values are "L.4" and "LL.4".

max.conc

A numeric value. It indicates the maximum concentration in the dose-response data

Value

A numeric value. It is the relative IC50.

Author(s)


synergyfinder documentation built on April 4, 2021, 6 p.m.