.SolveExpDoesLL4 {synergyfinder}R Documentation

Solve the Expected Dose of Drug to Achieve Given Effect from LL.4 Model

Description

This function will solve the fitted four-parameter log-logistic dose-response model and output the dose of drug at which it could achieve the % inhibition to cell growth.

Usage

.SolveExpDoesLL4(y, drug_par)

Arguments

y

The expected effect (% inhibition) of the drug to cell line

drug_par

The parameters ("b_Hill", "c_Emin", "d_Emax", "e_EC50") for fitted dose-response model.

Value

A numeric value. It indicates the expected dose of drug.

Author(s)


[Package synergyfinder version 3.2.8 Index]