View source: R/plot_functions.R
summary_plot_pq | R Documentation |
phyloseq-class
object using a plot.Graphical representation of a phyloseq object.
summary_plot_pq(
physeq,
add_info = TRUE,
min_seq_samples = 500,
clean_pq = TRUE
)
physeq |
(required): a |
add_info |
Does the bottom down corner contain extra informations? |
min_seq_samples |
(int): Used only when add_info is set to true to print the number of samples with less sequences than this number. |
clean_pq |
(logical): Does the phyloseq
object is cleaned using the |
A ggplot2 object
summary_plot_pq(data_fungi)
summary_plot_pq(data_fungi, add_info = FALSE) + scale_fill_viridis_d()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.