Description Usage Arguments Value Author(s) References Examples
View source: R/plotClusterExprs.R
Plots smoothed densities of marker intensities by cluster.
1 | plotClusterExprs(x, k = "meta20", features = "type")
|
x |
a |
k |
character string specifying which clustering to use;
valid values are |
features |
a character vector specifying
which antigens to include; valid values are
|
a ggplot
object.
Helena L Crowell helena.crowell@uzh.ch
Nowicka M, Krieg C, Crowell HL, 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)
1 2 3 4 5 6 | # construct SCE & run clustering
data(PBMC_fs, PBMC_panel, PBMC_md)
sce <- prepData(PBMC_fs, PBMC_panel, PBMC_md)
sce <- cluster(sce)
plotClusterExprs(sce, k = "meta8")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.