ClusterProfiler.GSEA.ORA.customGS | R Documentation |
Perform analysis using user custom gene sets
ClusterProfiler.GSEA.ORA.customGS(
g,
CustomGS = NULL,
gse = FALSE,
ova = FALSE,
minGSSize = 10,
qvalue = 0.05
)
g |
GSE: values with genes symbols, OVA: symbols |
CustomGS |
ClusterProfiler::read.gmt() term to symbols |
gse |
Default FALSE, gene set enrichment analysis |
ova |
Default FALSE, overrepresentation test |
minGSSize |
10 |
qvalue |
0.05 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.