A small module for querying the phenomizer tool with HPO-terms.
From 16/2-16 phenomizer demands a password and username when using the service in this way. Request login credentials from [email protected]
pip install query_phenomizer
or
git clone https://github.com/moonso/query_phenomizer.git
cd query_phenomizer
pip install --editable .
##Usage##
query_phenomizer HP:0001623 HP:0002465 --output phenitypes.txt
User can check if hpo terms exist by using the flag -c/--check_terms
.
query_phenomizer HP:0001623 HP:02345555 --check_terms -v
Prints that HP:02345555 does not exist.
For more info run
query_phenomizer --help