Skip to content

Commit

Permalink
Update README.md with correct similarity metric (simLin)
Browse files Browse the repository at this point in the history
  • Loading branch information
rababerladuseladim authored Oct 15, 2021
1 parent 361867b commit 605c61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ These files can be found here:

## How does it work?

MegaGO calculates the similarity between GO terms with the relevance semantic similarity (sim<sub>Rel</sub>) metric
MegaGO calculates the similarity between GO terms with the Lin semantic similarity (sim<sub>Lin</sub>) metric
<sup>[1](#myfootnote1)</sup>.

<img src="https://latex.codecogs.com/svg.latex?sim_{lin}(go_1,%20go_2)%20=%20\frac{2IC(MICA)}{%20IC%20(go_1)%20%20+%20IC%20(go_2)%20}" />
Expand Down

0 comments on commit 605c61c

Please sign in to comment.