Hi all,
I conducted a de novo transcriptome assembly followed by doing blastx against nr database for a non-model plant. I imported the blastx results (xml format) into blast2go software for GO annotation, but it was very slow. I searched a lot on the net for alternative tools, but confused with many options. Please introduce me a suitable tool for this purpose, having your valuable experience with this task would be highly appreciated.
Thank you in advance
1 answer
Hi,
I am not sure if this would be the fastest method or most comprehensive, but I tried this strategy and here are the details. Both the tools involved can be run using multiple threads, so the time taken was reasonable -
- First I did six frame translation of the de novo assembled contig sequences.
- Then on a local nr blast database, I did blastp with the threshold of E-val <=10^-3
- All contigs which showed hit at that level were selected
- Then using a local installation of InterProScan, I scan the selected contigs for domain information.
- Though local IPrScan didn't output GO mappings directly, but using this InterPro2GO ID mappings, I could obtain GO annotation
Probably there is a more elegant way of doing this but I thought this is a good start.
Log in to answer this question.