nesThreshold | R Documentation |
Normalized enrichment score (NES) threshold
nesThreshold(object, ...)
nesThreshold(object, ...) <- value
## S4 method for signature 'FgseaList'
nesThreshold(object)
## S4 replacement method for signature 'FgseaList,numeric'
nesThreshold(object) <- value
object |
Object. |
value |
Value to assign. |
... |
Additional arguments. |
numeric(1)
.
Updated 2022-04-27.
data(fgsea)
## FgseaList ====
object <- fgsea
nesThreshold(object) <- 0.1
nesThreshold(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.