monarch-initiative/loinc2hpo

Name: loinc2hpo

Owner: Monarch Initiative

Description: Java library to map LOINC-encoded test results to Human Phenotype Ontology

Created: 2017-12-07 09:14:11.0

Updated: 2018-01-08 22:23:35.0

Pushed: 2018-01-10 23:11:56.0

Homepage: null

Size: 8119

Language: Java

GitHub Committers

UserMost Recent Commit# Commits
Peter Robinson2018-03-12 20:59:13.022
kingmanzhang2018-03-20 20:30:58.0179

Other Committers

UserEmailMost Recent Commit# Commits
pnrobinsonannas0ph1e2018-01-10 17:39:12.022
Daniel Danisdaniel.danis@jax.org2018-02-28 11:59:41.08
pnrobinsonpeter.robinson@charite.de2017-12-12 01:48:42.09

README

org.monarchinitiative.loinc2hpo

Java library to map LOINC-encoded test results to Human Phenotype Ontology There are current two modules. loinc2hpogui is a JavaFX app that intends to help with biocuration of LOINC code to HPO term mappings. To build and run the GUI, use the following command.

n clean package
va -jar loinc2hpogui/target/Loinc2HpoGui.jar 

To run the library code, enter the following

va -jar loinc2hpo-core/target/Loinc2HpoLib.jar download

This will download the hp.obo file (You need to manually download the LOINC Core Table file). There is a demo function that currently doesn't do anything

va -jar loinc2hpo-core/target/Loinc2HpoLib.jar demo

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.