This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Pathway enrichment analysis of gene list

I have a list of genes generated from an expression analysis. I want to run these genes through pathway enrichment, but all of the tools I have tried seem to have incomplete databases from KEG etc. I have looked at gemini pathways as an option, but don;t have a gemini dataset.

pathway rna-seq enrichment kegg

2 answers

See the function kegg.gsets from gage package on BioConductor.

The R bioconductor package clusterProfiler works well for simple enrichment tests on KEGG pathways and KEGG modules (also GO if you've got that info). The vignette is pretty nice, too. Check it out https://www.bioconductor.org/packages/release/bioc/html/clusterProfiler.html

You're likely looking for the function enrichKEGG()

Log in to answer this question.