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

Open
jmcmurry opened this Issue May 18, 2017 · 3 comments

Comments

Projects
None yet
3 participants
Owner

jmcmurry commented May 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.

fig3_ws_syndrome_double_triptych_2017-05-14d

Thoughts? cc: @julesjacobsen , @damiansm, @mellybelly, @pnrobinson

Owner

pnrobinson commented May 19, 2017 edited by jmcmurry

Owner

jmcmurry commented May 19, 2017

There is no real reason to think that the various phenotypes should match all of the phenotypes of the query

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.

Owner

cmungall commented May 19, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment