R/plotDegStackedBar.R

#' Stacked bar plot of DEGs
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotDegStackedBar")
setGeneric(
    name = "plotDegStackedBar",
    def = function(object, ...) {
        standardGeneric("plotDegStackedBar")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.