.ExtractMultiDrugPlotData | R Documentation |
This function extracts the information for Multi-drug plotting from input
list data
. It is an auxiliary function for PlotMultiDrugSurface
and PlotMultiDrugBar.
.ExtractMultiDrugPlotData( data, plot_block = 1, plot_value = "response", summary_statistic = NULL, statistic = NULL, titles = TRUE )
data |
A list object generated by function |
plot_block |
A character/integer. It indicates the block ID for the block to visualize. |
plot_value |
A vector of characters. It contains the name of one or more
metrics to be visualized. If the
If the
|
summary_statistic |
A vector of characters or NULL. It indicates the
summary statistics for all the
If it is |
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 |
titles |
A logical value. If it is |
A list. It contains the elements:
plot_table A data frame contains concentrations for all
drugs, the values for plot_value
.
drug_pair A data frame contains the drug names and concentration unites, whither the block is replicate or not.
plot_subtitle A string for plot subtitle.
plot_title A string for plot title.
z_axis_subtitle A string for plot z-axis title.
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.