Skip to contents

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

Arguments

object

Object.

value

Value to assign.

...

Additional arguments.

Value

numeric(1).

Note

Updated 2022-04-27.

Examples

data(fgsea)

## FgseaList ====
object <- fgsea
nesThreshold(object) <- 0.1
nesThreshold(object)
#> [1] 0.1