R/plotCellCounts.R

#' Plot cell counts
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotCellCounts")
setGeneric(
    name = "plotCellCounts",
    def = function(object, ...) {
        standardGeneric("plotCellCounts")
    }
)
acidgenomics/bioverbs documentation built on April 7, 2024, 7:14 a.m.