View source: R/enrichment_analysis.r
GetLeadingEdgeGenes | R Documentation |
GetLeadingEdgeGenes get the leading edge genes from a single cell type / module combination
GetLeadingEdgeGenes(gsea.result.list, celltype.index, module.name)
gsea.result.list |
results from RunFgseaOnRank |
celltype.index |
celltype number of result list |
module.name |
name of module |
a vector of genes
## Not run:
le_mono = GetLeadingEdgeGenes(gsea.result.list = gsea1, celltype.index = 4, module.name = 'my_modulename_from_gsearesults')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.