This is a test version of Biostars. For the public version, visit https://www.biostars.org.
GO enrichment analysis on Non-model Organism

Hi,

I am working on non-model organism for which there is no proper genome or transcriptome available. So to find the GO, everytime we have to depend on BLASTx analysis hits.

So for these kind non-model organism, is it possible to GO enrichment analysis?

enrichment-analysis gene-ontology

Sure, once you've mapped predicted GO terms via BLAST, you can do your enrichment as normal. You might want to consider doing best reciprocal blast hits to cut down on false assignments due to paralogs.

1 answer

The standard approach is to transfer GO annotations by orthology. If you're dealing with an animal, you can use TreeFam to insert a protein into a gene tree and infer its orthologs, either via the web site or using the API.

Log in to answer this question.