Skip to contents

This function generates a density plot of gene counts from mock data.

Usage

counts_plot(mock_obj)

Arguments

mock_obj

The mock data object containing gene counts.

Value

A ggplot2 density plot.

Examples

mock_data <- list(counts = matrix(c(1, 2, 3, 4, 5, 6, 7, 8, 9), ncol = 3))
counts_plot(mock_data)