plotCounts {CATALYST} | R Documentation |
Barplot of the number of cells measured for each sample.
plotCounts(x, color_by = "condition", anno = TRUE)
x |
|
color_by |
character string specifying
a |
anno |
logical. Whether to annotate cell numbers as text above bars. |
a ggplot
object.
Helena Lucia Crowell
Nowicka M, Krieg C, Weber LM et al. CyTOF workflow: Differential discovery in high-throughput high-dimensional cytometry datasets. F1000Research 2017, 6:748 (doi: 10.12688/f1000research.11622.1)
data(PBMC_fs, PBMC_panel, PBMC_md) sce <- prepData(PBMC_fs, PBMC_panel, PBMC_md) plotCounts(sce)