TransWikia.com

Alternative to enrichR for enrichment analysis?

Bioinformatics Asked by Nova on May 30, 2021

I have been using EdgeR from the Bioconductor package to perform differential expression analysis on bulk RNASeq data sets.

This analysis gives me an output dataframe that has a list of all the genes, ranked by the their adjP values. This dataframe also contains the t-statistic and lfc values for each gene as well.

I have recently been using enrichR to perform gene set enrichment analysis on all the differentially expressed genes to determine what biological, molecular, transcriptional, etc pathways these genes are involved in. I really like the enrichR package for a few key reasons:

1.) It has access to many different databases that I can call on with a simple vector of their names. Most of my data is murine RNASEq, so for those analyses, I can simply select the murine databases:

enrichR_dbs <- c("WikiPathways_2019_Mouse", "KEGG_2019_Mouse", "GO_Biological_Process_2018", "GO_Cellular_Component_2018", "GO_Molecular_Function_2018", "GWAS_Catalog_2019", "TRRUST_Transcription_Factors_2019")

2.) It uses a single function, enrichR, to perform the enrichment. The arguments for that function are the list of gene symbols and the list of databases.

enrichr(as.character(Gene_Dataframe$SYMBOL[1:500]), enrichR_dbs)

Anyway, I am looking for another enrichment analysis because I want to be able to see if I get similar pathways for my genes when using another method/algorithm.

Unfortunately, I can’t seem to find another enrichment analysis( competitive or self-contained) that is both as user-friendly and that gives me easy access to murine databases (without requiring to convert my genes through changes in capitalization, like you need to with GSEA) as enrichR.

Does anyone have recommendations about enrichment analysis R packages that don’t require too many more inputs than the dataframe I generated through my EdgeR analysis?

P.S. I’m ok with downloading databases if I need to. Though inclusion of a PDF with a tutorial would be fantastic, if possible.

2 Answers

A couple of years ago I wrote a blog post about GSEA methods in Bioconductor, in addition to these I would recommend clusterProfiler or ReactomePA. In most of them you need to provide the gene set/pathway database.
If you want to do gene ontology enrichment then I recomment the topGO package. In most, if not all, of these methods you just need an ordered list and a gene set source.

Answered by llrs on May 30, 2021

Try gProfileR. It is very intuitive and easy to use in R.

Answered by plat on May 30, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP