View source: R/proteomics_plots.R
prot.plot_imputation | R Documentation |
Plot the results of imputation as a density plot. It is recommended to log-transform the data before using this function.
prot.plot_imputation(se, ..., plot = TRUE, basesize = 12, export = TRUE)
se |
SummarizedExperiment object |
... |
Additional SummarizedExperiment objects. Can be input as named argument, for example: |
plot |
logical, whether to plot the results or not (default: TRUE) |
basesize |
numeric, base font size (default: 12) |
export |
logical, whether to export the results as PNG and PDF or not (default: TRUE) |
(invisible) a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.