mp_plot_venn | R Documentation |
Plotting the different number of OTU between groups with Venn Diagram.
mp_plot_venn(.data, .group, .venn = NULL, ...)
## S4 method for signature 'MPSE'
mp_plot_venn(.data, .group, .venn = NULL, ...)
## S4 method for signature 'tbl_mpse'
mp_plot_venn(.data, .group, .venn = NULL, ...)
## S4 method for signature 'grouped_df_mpse'
mp_plot_venn(.data, .group, .venn = NULL, ...)
.data |
MPSE object or tbl_mpse object |
.group |
the column names of group to be visualized |
.venn |
the column names of result after run |
... |
additional parameters, such as 'size', 'label_size', 'edge_size' etc, see also 'ggVennDiagram'. |
Shuangbin Xu
## Not run:
data(mouse.time.mpse)
mpse <- mouse.time.mpse %>%
mp_rrarefy() %>%
mp_cal_venn(.abundance=RareAbundance, .group=time, action="add")
mpse
p <- mpse %>% mp_plot_venn(.group=time, .venn=vennOftime)
p
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.