plotNRS {CATALYST} | R Documentation |
Plots non-redundancy scores (NRS) by markers in decreasing order.
plotNRS(x, ...) ## S4 method for signature 'daFrame' plotNRS(x, color_by = "condition")
x |
a |
... |
optional arguments. |
color_by |
character string. Has to appeara as a column name of |
a ggplot
object.
Helena Lucia Crowell crowellh@student.ethz.ch
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) re <- daFrame(PBMC_fs, PBMC_panel, PBMC_md) plotNRS(re)