plotNRS | R Documentation |
Plots non-redundancy scores (NRS) by feature in decreasing order of average NRS across samples.
plotNRS(x, features = NULL, color_by = "condition", assay = "exprs")
x |
a |
features |
a character vector specifying
which antigens to use for clustering; valid values are
|
color_by |
character string specifying the color coding;
valid values are |
assay |
character string specifying which assay data
to use; 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)
data(PBMC_fs, PBMC_panel, PBMC_md)
sce <- prepData(PBMC_fs, PBMC_panel, PBMC_md)
plotNRS(sce, features = NULL) # default: all markers
plotNRS(sce, features = "type") # type-markers only
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.