R/plotCountDensity.R

#' Plot count density
#'
#' Generally, we expect similar count spreads for all genes between samples
#' unless the total expressed RNA per sample is different.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotCountDensity")
setGeneric(
    name = "plotCountDensity",
    def = function(object, ...) {
        standardGeneric("plotCountDensity")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.