View source: R/qc_visualizations.R
plot_quality | R Documentation |
Plots distribution of each quality metric, and a distribution of the flags.
plot_quality(object, all_features = FALSE, plot_flags = TRUE)
object |
a MetaboSet object |
all_features |
logical, should all features be used? If FALSE (the default), flagged features are removed before visualization. |
plot_flags |
logical, should the distribution of flags be added as a barplot? |
a ggplot object
plot_quality(example_set)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.