ClusterProfiler.GSEA.Compare | R Documentation |
Perform GSE analysis across multiple group by cluster profiler
ClusterProfiler.GSEA.Compare(
gene,
minGSSize = 10,
qvalue = 0.05,
exp.gene.type = "ENSEMBL",
GO = FALSE,
KEGG = FALSE,
MSigDb = TRUE,
Hallmark = TRUE
)
gene |
A list including multiple group. Vector names are gene.key and vector value are log fold chage |
minGSSize |
10 |
qvalue |
0.05 |
exp.gene.type |
key types of input phenotype. Default ENSEMBL, can by keytypes(org.Hs.eg.db) |
GO |
TRUE |
KEGG |
TRUE |
MSigDb |
TRUE |
Hallmark |
TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.