#' 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")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.