.SolveExpDose | R Documentation |
This function will solve the fitted dose-response model and output the dose of drug at which it could achieve the % inhibition to cell growth.
.SolveExpDose(y, drug_par, drug_type)
y |
The expected effect (% inhibition) of the drug to cell line. |
drug_par |
The parameters for fitted dose-response model. |
drug_type |
The type of model was used to fit the dose-response curve. Available values are "L.4" - four-parameter logistic model; "LL.4" - four-parameter log-logistic model. |
A numeric value. It indicates the expected dose of drug.
Shuyu Zheng shuyu.zheng@helsinki.fi
Jing Tang jing.tang@helsinki.fi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.