Description Usage Arguments Value
View source: R/fct_3_results.R
Function to generate IC50 plot from input main assay dataframe and dose-response model (DRM)
1 | plot_ic50_boxplot(assay_df, drm, plot_type = "boxplot", text_size = 12)
|
assay_df |
dataframe, main assay dataframe |
drm |
DRM object, the dose response model |
plot_type |
character, either "boxplot" (default) or "jitter" |
text_size |
integer, base text size to be used for the plot (default = 12) |
list, containing IC50 boxplot ggplot2 object and individual effective dose dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.