PredictResponse {synergyfinder} | 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 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