View source: R/enrichment_analysis.r
LeadingEdgeIndexed | R Documentation |
LeadingEdgeIndexed - extract leading edge genes from FgseaList results, return a new embedded list of named modules, indexed by celltype
LeadingEdgeIndexed(gsea.result.list, padj.threshold = 0.05, p.threshold = NULL)
gsea.result.list |
results from FgseaList or RunFgseaOnRankList |
padj.threshold |
within each cell type return list of leading edge genes with padj less than this parameter value. |
embedded list - each list level 1 indexed by cell type, contains a new list level 2, the leading edge genes from the gsea results filtered by padj.
## Not run:
t1hvl_rank = GetRankResultsRaw(limma.fit.object.list = ebf,
coefficient.number = 1,
contrast.name = "time_1_highvslow")
gsea = FgseaList(rank.list.celltype = t1hvl_rank)
celltype.indexed.modules.leadingedge = LeadingEdgeIndexed(gsea, 0.05)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.