Skip to contents

Plot number of cells per image

Usage

plotCellsPerImage(sce, bins = 100)

Arguments

sce

SingleCellExperiment object

bins

Number of histogram bins

Value

ggplot2 object

Examples

set.seed(23)
cell_file <- generate_data()
sce <- loadData(cell_file)
plotCellsPerImage(sce)