R/plotBaseMean.R

#' Plot base mean distribution
#'
#' The base mean is the mean of normalized counts of all samples, normalizing
#' for sequencing depth.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotBaseMean")
setGeneric(
    name = "plotBaseMean",
    def = function(object, ...) {
        standardGeneric("plotBaseMean")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.