PredictResponse: Predict Response Value at Certain Drug Dose

View source: R/fit_dose_response_model.R

PredictResponseR Documentation

Predict Response Value at Certain Drug Dose

Description

PredictResponse uses drm function to fit the dose response model and generate the predict response value at the given dose.

Usage

PredictResponse(df, dose)

Arguments

df

A data frame. It contains two variable:

  • dose a serial of concentration of drug;

  • response the cell line response to each concentration of drug. It should be the inhibition rate according to negative control.

dose

A numeric vector. It specifies the dose at which user want to predict the response of cell line to the drug.

Details

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.

Value

A numeric vector. It is the response values of cell line to the drug at inputted dose.

Author(s)


shuyuzheng/synergyfinder documentation built on Feb. 20, 2023, 11:33 p.m.