plotStateSize {CellTrails}R Documentation

Visualize the number of samples per state

Description

Shows barplot of state size distribution

Usage

plotStateSize(sce)

Arguments

sce

A SingleCellExperiment object

Details

Barplot showing the absolute number of samples per state.

Value

A ggplot object

Author(s)

Daniel C. Ellwanger

See Also

ggplot states

Examples

# Example data
data(exSCE)

plotStateSize(exSCE)

[Package CellTrails version 1.12.0 Index]