ClusterProfiler.GSEA | R Documentation |
Perform GSEA analysis by cluster profiler
ClusterProfiler.GSEA(
phenotype,
geneNames,
minGSSize = 10,
qvalue = 0.05,
GO = TRUE,
KEGG = TRUE,
MSigDb = TRUE,
Hallmark = TRUE,
exp.gene.type = "SYMBOL"
)
phenotype |
log2FC |
geneNames |
gene symbols. Must be symbol |
minGSSize |
10 |
qvalue |
0.05 |
GO |
TRUE |
KEGG |
TRUE |
MSigDb |
TRUE |
Hallmark |
TRUE |
exp.gene.type |
RNA expression ID ENSEMBL. keytypes(org.Hs.eg.db) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.