monarch-initiative / loinc2hpo

Java library to map LOINC-encoded test results to Human Phenotype Ontology
http://loinc2hpo.readthedocs.io/en/latest/
Other
29 stars 8 forks source link

Hpo infer #85

Closed kingmanzhang closed 5 years ago

kingmanzhang commented 5 years ago

add two patient models: BagOfTerms--a patient is modeled as a bag of hpo terms BagOfTermsWithFrequencies--a patient is modeled as a bag of hpo terms and each term is associated with a frequency

The models all implement an interface that once called will infer additional hpo terms based on HPO hierarchy.