Normalized enrichment score (NES) threshold
Source:R/AllGenerics.R
, R/nesThreshold-methods.R
nesThreshold.Rd
Normalized enrichment score (NES) threshold
Usage
nesThreshold(object, ...)
nesThreshold(object, ...) <- value
# S4 method for FgseaList
nesThreshold(object)
# S4 method for FgseaList,numeric
nesThreshold(object) <- value
Examples
data(fgsea)
## FgseaList ====
object <- fgsea
nesThreshold(object) <- 0.1
nesThreshold(object)
#> [1] 0.1