PlotDoseResponse {synergyfinder} | R Documentation |
A function to visualize the drug combination dose-response data
PlotDoseResponse(data, adjusted = TRUE, save.file = FALSE, pair.index = NULL, ...)
data |
a list object generated by function |
adjusted |
a logical value. If it is |
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. |
pair.index |
a parameter to specify which drug combination if there are many drug combinations in the data. By default, it is NULL so that the visualization of all the drug combinations in the data is returned. |
... |
further graphical parameters from |
if save.file parameter is TRUE, pdf files are returned. Otherwise, the plots are only displayed.
Liye He liye.he@helsinki.fi,
Shuyu Zheng shuyu.zheng@helsinki.fi
data("mathews_screening_data") data <- ReshapeData(mathews_screening_data) PlotDoseResponse(data)