View source: R/seurat_related.R
| table2barplot | R Documentation |
v2.1 v2.2 第一参数的空值跳过
table2barplot( tbl1, colors = NULL, levels = NULL, scale = T, title = "", omit = NULL, xlab = "", ylab = "", legendTitle = NULL )
tbl1 |
data.frame, draw by each column |
colors |
colors of each row(default NULL, auto-color) |
scale |
whether scale to 1 or not(default T) |
title |
the main title of the figure,(is main in the function) |
omit |
whether to omit some columns |
legendY |
the position y of legend, adjust as needed, default -0.25 |
... |
table2barplot(table(sce$seurat_clusters, sce$sample) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.