#' Plot read counts per cell
#'
#' Plot the distribution of read counts for all unfiltered cellular barcodes.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotReadsPerCell")
setGeneric(
name = "plotReadsPerCell",
def = function(object, ...) {
standardGeneric("plotReadsPerCell")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.