View source: R/SingleCellRNASeq.R
Run_fGSEA_for_multiple_comparisons | R Documentation |
Run GSEA analysis for multiple comparisons
Run_fGSEA_for_multiple_comparisons(
GSEAPrerankedGenes_list,
gmt.file = "",
minSize = 5,
maxSize = 2500,
eps = 0,
nPermSimple = 1000,
n.seed = 1
)
GSEAPrerankedGenes_list |
The list of preranked genes. |
gmt.file |
The GMT file name. |
minSize |
The cutoff minimum number of genes in each gene set. Gene set that contains the number of genes lower than this number will be excluded. Default 5 |
maxSize |
The cutoff maxiumum number of genes in each gene set. Gene set that contains the number of genes higher than this number will be excluded. Default 2500 |
eps |
The eps paramenter for fgsea, this parameter sets the boundary for calculating the p value. Default 0 |
nPermSimple |
The number of permutations in the simple fgsea implementation for preliminary estimation of P-values. |
n.seed |
The set seed number. |
object |
The SingCellaR object. |
a dataframe of GSEA analysis results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.