plotClusterExprs {CATALYST}R Documentation

Plot expression distributions by cluster

Description

Plots smoothed densities of arcsinh-transformed marker intensities by cluster.

Usage

plotClusterExprs(x, ...)

## S4 method for signature 'daFrame'
plotClusterExprs(x, k = "meta20", markers = NULL)

Arguments

x

a daFrame.

...

optional arguments.

k

character string. Specifies the clustering to use.

markers

character string specifying which markers to include. Defaults to NULL (= all markers). Alternatively, if the colData(x)$marker_class column is specified, can be one of "type", "state", or "none".

Value

a ggplot object.

Author(s)

Helena Lucia Crowell helena.crowell@uzh.ch

References

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)

Examples

data(PBMC_fs, PBMC_panel, PBMC_md)
re <- daFrame(PBMC_fs, PBMC_panel, PBMC_md)
re <- cluster(re)
plotClusterExprs(re)


[Package CATALYST version 1.8.0 Index]