Description Usage Arguments Value Author(s)
Extract Data for 2 Drug Combination Plots
1 2 3 4 5 6 7 | .Extract2DrugPlotData(
data,
plot_block = 1,
drugs = c(1, 2),
plot_value = "response",
statistic = NULL
)
|
data |
A list object generated by function |
plot_block |
A character/integer. It indicates the block ID for the block to visualize. |
drugs |
A vector of characters or integers with length of 2. It contains
the index for two drugs to plot. For example, |
plot_value |
A character value. It indicates the value to be visualized.
If the
If the
|
statistic |
A character or NULL. It indicates the statistics printed in the plot while there are replicates in input data. Available values are:
If it is |
A data frame. It contains the concentrations for selected drugs, the selected values for plotting, and the text for printing on the heatmap.
Shuyu Zheng shuyu.zheng@helsinki.fi
Jing Tang jing.tang@helsinki.fi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.