plot_diff_abundances | R Documentation |
This function plots the abundance of multiple datasets. Returns a graph.
plot_diff_abundances(
multi.data = NULL,
column = "Cell.Type",
remove.unclass = FALSE,
style = "bar"
)
multi.data |
(Required) A data frame of clustering results. Expects results from load_multi_samples |
column |
Choose between plotting Cell.Type or Cell.Subtype (Default: Cell.Type) |
remove.unclass |
Option to remove unclassified cells from plot (Default: FALSE) |
style |
Choose between two styles of plots, bar or dot (Default: bar) |
plot_diff_abundances(multi.data)
plot_diff_abundances(multi.data, column = 'Cell.Subtype', style = 'dot')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.