Hello everyone, I was looking to other posts but could not find a proper answer. I have a list of significantly changed genes and I want to do enrichment analysis with them. Is there a R/Bioconductor package that does this analysis with only GeneSymbols. Most of the packages require other informations or transcription data. I used EnrichR but since it does not have an option for organism, I have some human pathways as answer for mouse genes. I just want to do a hypergeometric test to identify enriched terms like in the http://geneontology.org
Thank you in advance.
Hamza,
You could try the following code.
For mouse, you need to change library(org.Hs.eg.db) to library(org.Mm.eg.db) and replace orgAnn = " org.Hs.eg.db".
Best regards,
Julie