plotAUCConsistency: Function to plot the AUC consistency between the different...

Description Usage Arguments Value Examples

View source: R/pharmacoCode.R

Description

plotAUCConsistency uses ggplot2 functions to plot a scatterplot of AUC measurements in the CCLE project as a function of the AUC measurements of the GDSC project. Based on this scatterplot, one can evaluate the consistency of these measurements. If the data points are close to the f(x) = x line, it would mean that the measurements are consistent between the different projects.

Usage

1

Arguments

data

A data frame of summarized pharmacogenomic data with column names "cellLine", "drug", "ic50_CCLE", "auc_CCLE","ic50_GDSC", "auc_GDSC".

drugName

A character vector containing the name of the drug to evaluate. This value has to be contain in the "drug" column from the "data" data frame.

Value

A ggplot2 object

Examples

1
2
3
library(PharmPlotter)
data("summarizedData", package="PharmPlotter")
pl <- plotAUCConsistency( summarizedData, "AZD0530" )

areyesq89/PharmPlotter documentation built on May 29, 2019, 4:50 p.m.