R/nesThreshold.R

#' Normalized enrichment score (NES) threshold
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `numeric(1)`.
#'
#' @examples
#' showMethods("nesThreshold")
setGeneric(
    name = "nesThreshold",
    def = function(object, ...) {
        standardGeneric("nesThreshold")
    }
)



#' @rdname nesThreshold
#' @export
setGeneric(
    name = "nesThreshold<-",
    def = function(object, ..., value) {
        standardGeneric("nesThreshold<-")
    }
)
steinbaugh/bioverbs documentation built on April 10, 2024, 7:21 a.m.