R/plotGeneSet.R

#' Plot gene set enrichment
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotGeneSet")
setGeneric(
    name = "plotGeneSet",
    def = function(object, ...) {
        standardGeneric("plotGeneSet")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.