#' 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<-")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.