-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
results from function mgoSim
based on "Wang" method
#30
Comments
I have been having similar issues with Wang method. When I input the same terms with different ontologies, I always get back exactly the same results.
line 108-112:
It stores the Semantic Value of an ID into the .SemSimCache environment once you run it. The next time you want to get the Semantic Value of the same ID it will automatically retrieve it from the environment rather than run it again. The problem with this is that, if you want to retrieve the semantic value of the same ID in different ontologies, it will always give you back the one you first run it.
I also attached the script with the modified getSV function (lightly tested). I store ID along with the ontology so it will retrieve the stored ones only if the input has both the same ID and ontology.
|
I have found that different types of
hsGO
have no effect on the similarity results. R codes as below:Are these results reasonable?
The text was updated successfully, but these errors were encountered: