View source: R/functional_functions.R
FGSEA_GSEA_loop | R Documentation |
Plots GSEA results using ggplot and enrichment score provided
FGSEA_GSEA_loop(
table_annot,
folder_out,
name_given,
nproc_given,
dataSet.list,
GENE_SYMBOL.col = "GENE_SYMBOL",
ranker.list = c("log2FoldChange", "signed.logPval"),
padj.thres = 0.25,
create.signed.logPval = FALSE
)
table_annot |
table to get results |
folder_out |
folder to store results |
name_given |
name for the comparison |
nproc_given |
threads to use |
dataSet.list |
list of GSEA datasets |
GENE_SYMBOL.col |
name of the hgnc column |
ranker.list |
columns to use for ranking |
padj.thres |
Pvalue adjusted threshold |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.