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
Implement bayesian frequency awareness #56
Comments
cmungall
self-assigned this
Feb 28, 2017
cmungall
added a commit
that referenced
this issue
Mar 2, 2017
|
|
cmungall |
58e533b
|
|
TODO
|
|
Frequency: http://compbio.charite.de/hpoweb/showterm?id=HP:0040279 This is aligned with Orphanet |
|
From R24 "We will develop algorithms that will weight feature frequencies and negative annotations using our Bayesian ontology-querying framework89, which we will extend from a purely HPO-based algorithm to a cross-species inference algorithm accounting for species differences. Our probabilistic framework also provides a natural framework for integrating quantitative data; existing phenotype ontologies provide ready-made ‘bins’ for quantitative phenotypes, such as ‘increased body weight’ or ‘abnormal femur size’. Terms such as these are used both in the model organism literature, and by the curators of model organism databases. Sometimes this is a judgment call on the part of a researcher, but in the case of many phenotyping pipelines, normal and abnormal ranges of measurements are defined as part of the protocol. We will use these protocols and the data gather from phenotyping pipelines to learn and interpolate normal ranges for a variety of phenotypes. This will allow us to combine both qualitatively assigned abnormal ranges with quantitative data. We will also improve our capacity for differential diagnostics as well as for novel disease gene discovery by including these new advanced scoring metrics within our website as well as in our tools such as Exomiser." |
cmungall commentedFeb 28, 2017
Use k least frequent annotations in a probabilistic calculation, where we sum probabilities for each interpretation of the k classes (ie search space of 2^k)
cc @drseb