Hi,
I have RNA-Seq transcripts peptide sequences, I performed blast annotation against NR and Swissprot database using standalone blast in linux. I got nr and Swissprot databases from NCBI.
Now I need to perform blast annotation against Gene Ontology (GO), KEGG, and EuKaryotic Orthologous Group (KOG) databases. Where can I get fasta files to build blast databases for Gene Ontology (GO), KEGG, and EuKaryotic Orthologous Group (KOG) in order to annotate genes against aforementioned databases using standalone blast.
Thanks a lot!
Thank you so much! I will use rpsblast. And what do you you suggest about diamond blast? Also which approach do you think should be used instead of blast annotation.
DIAMOND is faster than BLAST and a little less sensitive, so all the issues I outlined for BLAST apply.
I already gave you two different approaches to use instead of BLAST annotations, and even described their pros and cons. Searches against HMM databases will be more sensitive, but
rpsblast
may be easier to implement since you must already have a program if you were running BLASTp searches.