... | ... | @@ -11,6 +11,7 @@ title: Functional annotations |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Functional annotation helps bringing biological meaning to genetic sequences. Functional annotation is usually obtained through protein sequence similarity. Indeed, across two organisms, if two sequences are very similar, one can infer that they can encode for the same biological function.
|
|
|
There are several main parameters that will impact the process of functional annotation:
|
|
|
- how distant is the species which was actually annotated with experimental data (the reference)
|
... | ... | @@ -24,7 +25,7 @@ In Ortho_KB, we integrate functional annotation from EggNOG, MapMan, InterPro an |
|
|
|
|
|
## EggNOG
|
|
|
|
|
|
The annotation tool EggNOG-mapper (https://github.com/eggnogdb/eggnog-mapper) relies on EggNOG databases to annotate genes with knowledge from orthologs on other genomes.
|
|
|
The annotation tool EggNOG-mapper (https://github.com/eggnogdb/eggnog-mapper) relies on EggNOG databases to annotate genes with knowledge from orthologs on other genomes. It uses a **FASTA of proteins**.
|
|
|
|
|
|
### Install
|
|
|
First, install emapper, which can be done for example with conda:
|
... | ... | |