updateObject | R Documentation |
Update object
updateObject(object, ..., verbose = FALSE)
## S4 method for signature 'FgseaList'
updateObject(object, deseq = NULL, alphaThreshold = NULL, ..., verbose = FALSE)
object |
Object. |
deseq |
|
alphaThreshold |
|
... |
Additional arguments. |
verbose |
|
Modified object.
Updated 2022-04-27.
Michael Steinbaugh
data(fgsea)
## FgseaList ====
object <- fgsea
object <- updateObject(object)
print(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.