Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 678 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 678 Bytes

PyPI version Anaconda-Server Badge coverage

loinchpo

A simple and efficient library for mapping loinc test results to hpo terms.

Documentation: https://thejacksonlaboratory.github.io/loinchpo/

Requirements

Python 3.5+

Installing with pip

pip install loinchpo

Installing with Conda

conda config --add channels conda-forge
conda config --set channel_priority strict
conda install loinchpo