run_fgsea | R Documentation |
Run fast GSEA implementation
run_fgsea(ranked_list, gene_sets, nperm = 1000, min_size = 10, max_size = 500)
ranked_list |
A named vector of ranking statistics |
gene_sets |
A list of pathway gene sets |
nperm |
An integer specifying the number of permutations |
min_size |
An integer specifying the minimum gene set size |
max_size |
An integer specifying the maximum gene set size |
A data frame of fgsea results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.