... | ... | @@ -17,6 +17,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)
|
... | ... | @@ -157,7 +158,7 @@ In case of error, using a docker container can be a solution. In this case follo |
|
|
|
|
|
To remove the root files once done (here with an alpine docker image):
|
|
|
```
|
|
|
docker run -it --rm -v InterProScan:/mnt:z alpine /bin/sh
|
|
|
docker run -it --rm -v $PWD/InterProScan:/mnt alpine /bin/sh
|
|
|
cd /mnt/
|
|
|
rm -r interproscan-5.*
|
|
|
```
|
... | ... | |