Search COGs from the EggNOG collection
1
1
Entering edit mode
7.3 years ago
Penny Liu ▴ 30

I want to classified predicted genes using the COGs (Clusters of Orthologous Groups of proteins) and KEGG (Kyoto Encyclopedia of Genes and Genomes) databases.

The function annotation of COGs like the publication posted below. enter image description here

For performance reasons, the online sequence mapper of EggNOG v4.5 is currently limitted to one protein sequence at a time. Multi sequence FASTA files are not allowed.

Therefore, I performed local HMMER searches.

Download all HMM models and build a HMMER database using hmmpress. Finally, use hmmscan to query protein sequences against the database.

The following is my full code:

cat bactNOG_hmm/*.hmm > bactDB.hmmer
hmmpress bactDB.hmmer
hmmscan bactDB.hmmer MyQueryFasta.fa

However, I did not get any function annotation of COGs from the output file format. Can anyone please help me out.

EggNOG function annotation alignment • 3.9k views
ADD COMMENT
3
Entering edit mode
7.3 years ago

The easiest solution would be to use the new eggNOG-mapper, which allows you to upload a multi-fasta file:

http://eggnog-mapper.embl.de

ADD COMMENT

Login before adding your answer.

Traffic: 2901 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6