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

Hello, Can I use clusterprofile enrichment functions like enrichGO() in case I have ensemblId and symbol(gene name) from old version GTF file (as they will not mapped or join with org.Hs.eg.db ). and which database can be passed for OrgDb param in enrich GO other that org.Hs.eg.db

Thanks

enrichment analysis clusterprofile

1 answer

If you have your own GTF file of gene sets, the function to use is enricher()

EDIT Sorry I didn't read your question properly the first time. Easiest solution for you is to convert the Ensembl IDs to entrez IDs. There is code for this here: Ensembl ID to ENTREZ best converter

Log in to answer this question.