View source: R/functional_functions.R
FGSEA_GSEA | R Documentation |
Creates a gene set enrichment analysis using fgsea a given table by the given column name. It requires a GENE_SYMBOL column to include gene IDs.
FGSEA_GSEA(
gene_list_provided,
myGeneSet,
title_given = "example",
nproc_given = 2,
minSize = 10,
maxSize = 600,
nPermSimple = 10000,
padj.thres = 0.25
)
gene_list_provided |
Named list ranked by either pvalue, logFC, padj |
myGeneSet |
Gene set data as a list of lists |
title_given |
Title to include in the ggplot generated |
nproc_given |
Number of threads to use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.