Description Usage Arguments Value Author(s) Examples
A function to visualize the drug combination dose-response data
1 2 |
data |
a list object generated by function |
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. |
Emin |
the minimal effect of the drug used in the 4-parameter log-logistic function to fit the dose-response curve. If it is not NA, it is fixed the value assigned by the user. Defaults to NA. |
Emax |
the maximal effect of the drug used in the 4-parameter log-logistic function to fit the dose-response curve. If it is not NA, it is fixed the value assigned by the user. Defaults to NA. |
... |
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
1 2 3 | data("mathews_screening_data")
data <- ReshapeData(mathews_screening_data)
PlotDoseResponse(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.