run_fgsea: Run fast GSEA implementation
Description
Run fast GSEA implementation
Usage
run_fgsea(ranked_list, gene_sets, nperm = 1000, min_size = 10, max_size = 500)
Value
A data frame of fgsea results
Arguments
- 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