R/plotCountsPerCell.R

#' Plot counts per cell
#'
#' Plot the disambiguated counts per cell.
#'
#' "Counts" refer to universal molecular identifier (UMI) counts for
#' droplet-based scRNA-seq data.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @seealso [plotCountsVsFeatures()].
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotCountsPerCell")
setGeneric(
    name = "plotCountsPerCell",
    def = function(object, ...) {
        standardGeneric("plotCountsPerCell")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.