R/plotReadCountsPerCell.R

#' 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")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.