I have a list of differentially expressed genes in Xenopus laevis that I'm looking to functionally annotate with GO-terms. As X.laevis is not listed in DAVID it seems I have 2 options:
- BLAST my DE genes against a database with GO terms (human/mouse) to look for orthologs
- Use a program that assigns GO from BLAST results, such as Blast2GO
I've been trying with Blast2GO recently, but find if very slow and generally lacking - does anyone have any experience doing GO in Xenopus or other non-model organisms?
That's roughly what I was thinking - do you know the best GO annotated databases to blast against?
I went straight to the source: http://www.geneontology.org/. Downloaded annotations for the species that I was interested in. In those files it has Uniprot IDs and GO annotations. Each line represents a single annotation for a single protein. So if a protein has multiple annotations there will be multiple rows.
From there I just built my list of orthologs using a local blast set up. NCBI and Ensembl have readily downloadable lists of spequences for a given species, I used these to build the blast databases. Once you have your ortho list you can just look up annotations in the stuff from the GO annotation files.
So: model organism protein <-{reciprocal BLAST}-> GO organism protein -> GO annotation set for that protein
In the end this gives you: model organism protein -> GO annotation set