CalculateIC50: Calculate Relative IC50 from Fitted Model

View source: R/calculate_sensitivity_score.R

CalculateIC50R Documentation

Calculate Relative IC50 from Fitted Model

Description

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

Usage

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)


shuyuzheng/synergyfinder documentation built on Feb. 20, 2023, 11:33 p.m.