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 class 'FgseaList'
nesThreshold(object)
# S4 method for class 'FgseaList,numeric'
nesThreshold(object) <- value
Examples
data(fgsea)
## FgseaList ====
object <- fgsea
nesThreshold(object) <- 0.1
nesThreshold(object)
#> [1] 0.1