Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Explore many-to-many matches for profiles #89
Comments
|
We tried that when we were designing the Phenomizer algorithm and it did not work well. There is no real reason to think that the various phenotypes should match all of the phenotypes of the query, although perhaps there are subprofiles that could be exploited. It is an interesting topic.
|
I agree; this is why I was just talking about those above a certain threshold, otherwise profiles with lots of phenotypes would be unfairly penalized. Right now, we have that profiles with lots of phenotypes are potentially already penalized due to the number of those unmatched. However, if they're not completely unmatched, but rather fuzzy matched, it could change the calculus rather a lot. |
|
I agree with Peter, matching all phenotypes against all doesn't work. But I see the intuition guiding the question and this deserves an answer along the lines of having a probabilistic model that can account for a latent phenotype explaining multiple similar phenotypes. Not sure I can write it in a GH ticket though. Also, are you totally sure the figure is an accurate depiction of what is coming back from the algorithm? I would expect GDD and DSaLD to pair. |
jmcmurry commentedMay 18, 2017
It would be interesting to test out the profile matching when ALL pairwise phenotype matches (N Factorial matches above a threshold) are factored into the overall profile match score.
Eg, in the situation below, what would it change to NOT throw out the match between ...epiphysis and toe, simply because the one between epiphysis and finger is better? Same with the delayed speech and intellectual disability features.
Thoughts? cc: @julesjacobsen , @damiansm, @mellybelly, @pnrobinson