PredictResponse: Predict Response Value at Certain Drug Dose

Description Usage Arguments Details Value Author(s)

View source: R/calculate_sensitivity_score.R

Description

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

Usage

1

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 value. 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 value. It is the response value of cell line to the drug at inputted dose.

Author(s)


synergyfinder documentation built on April 4, 2021, 6 p.m.