compare_GSE.HTSAnalyzer | R Documentation |
Perform GSEA across multiple groups (1 vs other)
compare_GSE.HTSAnalyzer(
rna.df.log,
group,
prefix = "Group",
customGS = NULL,
exp.gene.type = "ENSEMBL",
cutoff.log10 = 3,
cal.auc = FALSE,
permutation = 1000
)
prefix |
Default "Group" |
customGS |
User customed gene set. qusage::read.gmt. Should be converted to ENTREZID |
exp.gene.type |
RNA expression ID ENSEMBL. keytypes(org.Hs.eg.db) |
cutoff.log10 |
Default 3. Minimux or maximum log10 value. Useful when meet inf or draw heatmap |
cal.auc |
If calcuate AUC value |
permutation |
Number of permutation |
This function will perform GSEA analysis. Default geneset: GOBP, C2, C5, KEGG, HALLMARK
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.