fgsea_all: Run fgsea on all DESeq2 result tables

View source: R/fgsea_all.R

fgsea_allR Documentation

Run fgsea on all DESeq2 result tables

Description

A wrapper for fgsea to convert ouput into tibbles

Usage

fgsea_all(res, gsets, FDR = 0.1, nperm = 10000, ...)

Arguments

res

A list of DESeq results

gsets

Gene sets

FDR

FDR cutoff, default 0.1

nperm

Number of permutations, default 10000

...

Additional options passed to fgsea

Value

A list of tibbles

Author(s)

Chris Stubben

Examples

## Not run: 
library(hciRdata)
fc <- write_gsea_rnk(res, write=FALSE)
x <- fgsea_all(fc, gsets=msig_pathways$KEGG)

## End(Not run)

HuntsmanCancerInstitute/hciR documentation built on March 26, 2024, 3:09 a.m.