Learn R Programming

synergyfinder (version 0.1)

PlotDoseResponse: Visualize the drug combination dose-response data

Description

A function to visualize the drug combination dose-response data

Usage

PlotDoseResponse(data, save.file = FALSE)

Arguments

data
a list object generated by function ReshapeData
save.file
a parameter to specify if the visualization results are saved as pdf files in current working directory or not. If it is FALSE, the results are returned as a list of the plots. It is FALSE by default.

Value

if save.file parameter is TRUE, pdf files are returned. Otherwise, the plots are only displayed.

Examples

Run this code
data("mathews_screening_data")
data <- ReshapeData(mathews_screening_data)
PlotDoseResponse(data)

Run the code above in your browser using DataLab