MEGA-GO / MegaGO

Calculate semantic distance for sets of Gene Ontology terms
MIT License
5 stars 2 forks source link

Fix similarity above one in specific cases #28

Closed pverscha closed 4 years ago

pverscha commented 4 years ago

Some GO Terms have multiple ID's, but our precomputed frequency counts only took into account one of these ID's. This means that some of the GO Terms given to our program cannot be found and are assigned a frequency of 0. This PR also includes the term counts for all known id's of a specific GO term, which should fix this issue.