Description Usage Arguments Details Value Author(s)
View source: R/calculate_sensitivity_score.R
PredictResponse
uses drm
function to fit the dose
response model and generate the predict response value at the given dose.
1 | PredictResponse(df, dose)
|
df |
A data frame. It contains two variable:
|
dose |
A numeric value. It specifies the dose at which user want to predict the response of cell line to the drug. |
Note: Random number generator used in AddNoise
with
method = "random"
. If the analysis requires for reproductiblity,
plesase set the random seed before calling this function.
A numeric value. It is the response value of cell line to the drug at inputted dose.
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.