Description Usage Arguments Author(s) See Also Examples
This is an internal function to calculate enrichment scores for gene sets in the permutation data sets.
1 | calES.perm(gene.set, gene.score.perm, weighted.type = 1)
|
gene.set |
a SeqGeneSet object. |
gene.score.perm |
a matrix of gene scores on the permutation data sets. |
weighted.type |
gene score weight type. |
Xi Wang, xi.wang@newcastle.edu.au
1 2 3 4 5 6 | data(DEscore.perm, package="SeqGSEA")
data(DSscore.perm, package="SeqGSEA")
gene.score.perm <- genePermuteScore(DEscore.perm, DSscore.perm, method="linear", DEweight=0.3)
data(GS_example, package="SeqGSEA")
ES.perm <- calES.perm(GS_example, gene.score.perm)
ES.perm[1:5,1:5]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.