R/plotNes.R

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