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