View source: R/All-functions.R
GSEA_ESpermutations | R Documentation |
Function to calculate enrichment scores over a randomly ordered gene list.
GSEA_ESpermutations(
gene.list,
gene.set,
weighted.score.type = 0,
correl.vector = NULL,
perms = 1000
)
gene.list |
Vector of gene Entrez IDs. |
gene.set |
A gene set, e.g. gene IDs corresponding to a ChIP-Seq experiment's peaks. |
weighted.score.type |
Type of score: weight: 0 (unweighted = Kolmogorov-Smirnov), 1 (weighted), and 2 (over-weighted) |
correl.vector |
A vector with the coorelations (such as signal to noise scores) corresponding to the genes in the gene list |
perms |
Number of permutations |
Vector of Enrichment Scores for a permutation test. gene.set=c('2034','112399','405'), perms=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.