plotResponse: plotResponse

plotResponseR Documentation

plotResponse

Description

Plot dose reponse curve.

Usage

plotResponse(model_stats, cell_line, drug_identifier)

Arguments

model_stats

dataframe of fitted values as produced by calcNlmeStats

cell_line

as identified from the CL column of the model stats data frame.

drug_identifier

character string as identified by the drug column of the model stats data frame.

Value

ggplot of dose response curve.

Examples

## Not run: 
nlme_model <- fitModelNlmeData(nlme_data, isLargeData = F)
nlme_stats <- calcNlmeStats(nlme_model, nlme_data)
plotResponse(model_stats = nlme_stats, 
             cell_line = 1503364,
             drug_identifier = "1032")

## End(Not run)

CancerRxGene/gdscIC50 documentation built on Oct. 6, 2022, 2:40 a.m.