View source: R/fit_dose_response_model.R
PredictResponse | R Documentation |
PredictResponse
uses drm
function to fit the dose
response model and generate the predict response value at the given dose.
PredictResponse(df, dose)
df |
A data frame. It contains two variable:
|
dose |
A numeric vector. 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 vector. It is the response values 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.