View source: R/Plotting_functions.R
plot_QC | R Documentation |
Quality check plots for preprocessed AP-MS data
plot_QC( data, theme_name = "theme_bw", bait_name = NULL, na.imputed = TRUE, n_labels_skip = 0, minor_ticks = 2:9 )
data |
an |
theme_name |
name of the ggplot2 theme function to use ('theme_gray' by default) |
bait_name |
name of the bait |
na.imputed |
logical. Use data with imputed missing values? |
n_labels_skip |
Number of labels skipped between two displayed labels on y axis. |
minor_ticks |
set of multiplicative factors used to generate minor ticks (set to 2:9 by default). Ignored if NULL. |
Several QC plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.