BIGsea | R Documentation |
Run GSEA on multiple list using fgsea. More information about GSEA and geneset databases check https://www.gsea-msigdb.org/gsea/msigdb
BIGsea( gene_list, gmt_ls = NULL, nperm = 1000, group = NULL, subgroup = NULL, S = "human" )
gene_list |
named list object with named numeric vectors of gene symbols and logFC | |||||||||||||||||||||||||||||||||
gmt_ls |
list object with gene ontology data | |||||||||||||||||||||||||||||||||
nperm |
number of permutations for P-value calculations. Default is 1000 | |||||||||||||||||||||||||||||||||
group |
Which Geneset database you want to run GSEA on | |||||||||||||||||||||||||||||||||
subgroup |
Specify subgroup of Geneset database you want to run GSEA on. Below is the list of commonly used Genesets
| |||||||||||||||||||||||||||||||||
S |
Specify specie for Geneset database default is human |
Output of a list of list with GSEA results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.