nesThreshold: Normalized enrichment score (NES) threshold

nesThresholdR Documentation

Normalized enrichment score (NES) threshold

Description

Normalized enrichment score (NES) threshold

Usage

nesThreshold(object, ...)
nesThreshold(object, ...) <- value

## S4 method for signature 'FgseaList'
nesThreshold(object)

## S4 replacement method for signature '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)

acidgenomics/r-acidgsea documentation built on Oct. 15, 2023, 2:02 a.m.