View source: R/pathwayAnalisys.R
runGSEA | R Documentation |
Compute GSEA for each cluster across a set of input pathways.
runGSEA( data, gmt.file, nsim = 1000, convertToEns = T, convertHu2Mm = F, nt = 2, minSize = 15, maxSize = Inf, verbose = TRUE, seed = 180582, method = "GSEA" )
data |
list; GFICF object |
gmt.file |
characters; Path to gmt file from MSigDB |
nsim |
integer; number of simulation used to compute ES significance. |
convertToEns |
boolean: Convert gene sets from gene symbols to Ensable id. |
convertHu2Mm |
boolean: Convert gene sets from human symbols to Mouse Ensable id. |
nt |
numeric; Number of cpu to use for the GSEA |
minSize |
numeric; Minimal size of a gene set to test (default 15). All pathways below the threshold are excluded. |
maxSize |
numeric; Maximal size of a gene set to test (default Inf). All pathways above the threshold are excluded. |
verbose |
boolean; Show the progress bar. |
seed |
integer; Seed to use for random number generation. |
method |
string; Method to use GSEA or GSVA. Default is GSEA. |
The updated gficf object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.