counts_plot.Rd
This function generates a density plot of gene counts from mock data.
counts_plot(mock_obj)
The mock data object containing gene counts.
A ggplot2 density plot.
mock_data <- list(counts = matrix(c(1, 2, 3, 4, 5, 6, 7, 8, 9), ncol = 3)) counts_plot(mock_data)