| results | R Documentation | 
Results
results(object, ...)
## S4 method for signature 'FgseaList'
results(object, contrast, collection)
object | 
 Object.  | 
contrast | 
 
  | 
collection | 
 
  | 
... | 
 Additional arguments.  | 
Varies, depending on the method.
Updated 2022-04-27.
data(fgsea)
## FgseaList ====
object <- fgsea
contrast <- contrastNames(object)[[1L]]
collection <- collectionNames(object)[[1L]]
results(
    object = fgsea,
    contrast = contrast,
    collection = collection
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.