| leadingEdge | R Documentation | 
Leading edge genes
leadingEdge(object, ...)
## S4 method for signature 'FgseaList'
leadingEdge(object, contrast, collection, set)
| object | Object. | 
| contrast | 
 | 
| collection | 
 | 
| set | 
 | 
| ... | Additional arguments. | 
character.
Elements of gene set that correspond to leading edge.
Updated 2022-04-27.
data(fgsea)
## FgseaList ====
object <- fgsea
contrast <- contrastNames(object)[[1L]]
collection <- collectionNames(object)[[1L]]
set <- geneSetNames(object = object, collection = collection)[[1L]]
leadingEdge(
    object = object,
    contrast = contrast,
    collection = collection,
    set = set
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.