plot_bulks | R Documentation |
Plot a group of pseudobulk HMM profiles
plot_bulks(bulks, ..., ncol = 1, title = TRUE, title_size = 8)
bulks |
dataframe Pseudobulk profiles annotated with "sample" column |
... |
additional parameters passed to plot_psbulk() |
ncol |
integer Number of columns |
title |
logical Whether to add titles to individual plots |
title_size |
numeric Size of titles |
a ggplot object
p = plot_bulks(bulk_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.