View source: R/CV_calculation.R
plot_CV_distr.df | R Documentation |
Plot the distribution (boxplots) of per-batch per-step CV of features
plot_CV_distr.df(CV_df, plot_title = NULL, filename = NULL,
theme = "classic", log_y_scale = TRUE)
CV_df |
data frame with Total CV for each feature & (optionally) per-batch CV |
plot_title |
title of the plot (e.g., processing step + representation level (fragments, transitions, proteins) + purpose (meanplot/corrplot etc)) |
filename |
path where the results are saved. If null the object is returned to the active window; otherwise, the object is save into the file. Currently only pdf and png format is supported |
theme |
ggplot theme, by default |
log_y_scale |
(logical) whether to display the CV on log-scale |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.