GSEA_permut_R | R Documentation |
The function uses the original GSEA enrichment score calculation but using the new permutation method. Here, the gene symbols/names are permutated without changing the ranking vector (stats_vector).
GSEA_permut_R(sim_all, gs, stats_vector)
sim_all |
a matrix of permutated gene lists |
gs |
a vector of genes in the gene set |
stats_vector |
a vector of DEG statistics for every gene in gene_list (rank_vector in the DEG results) Absolute values of the t-statistics are required for the desired performance. |
tmp_sim_sgeas: a vector of ES values for all permutated gene lists
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.