Hi!
I'm trying to use the enrichGO function in the clusterProfiler package to get significant GO categories for a list of genes from my fungi species. One of the things the function needs is an "OrgDb". When I go to the list of OrgDbs here, I cannot find anything for fungi. Anyone know what I can use for this?
thank you.
Hi, thanks for your suggestion. I don’t currently have GO annotations though, just a list of genes. Is there a way to directly run gene set enrichment analysis on non supported organisms?
If you organism isn't in the list of supported organisms, you can't directly use just a gene list. The program would normally internally map gene IDs to GO annotations based on annotation databases for supported organisms, but this can't be done in your case. You'll need to somehow get some form of GO annotations by homology comparisons with as closely related organisms as possible. Consider using something like Trinotate: https://github.com/Trinotate/Trinotate.github.io/wiki
Got it. I will check Trinotate out, thanks for the suggestion!