Description Usage Arguments Value Examples
Get Matrix from Enrichment Results
1 | GetGSEAMatrix(X, metric = "ES")
|
X |
an enrichment results obtained by RunGroupGSEA or RunCellGSEA |
metric |
a character indicating which metric to use as value of matrix (ES, NES, padj, pval) |
A matrix of geneset enrichment metric with cell/group at columns and pathways/genesets at rows
1 2 3 | seuratPbmc <- RunMCA(seuratPbmc, nmcs = 5)
GSEAResults <- RunGroupGSEA(seuratPbmc, Hallmark, group.by = "seurat_clusters", dims = 1:5)
GSEAMatrix <- GetGSEAMatrix(GSEAResults)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.