A toolkit for working with Human Phenotype Ontology in Python
Reason this release was yanked:
Due to bug in `IndexedOntologyGraph.is_leaf`.
Project description
hpo-toolkit
A toolkit for working with Human Phenotype Ontology (HPO) and HPO disease annotations in Python.
Example
Loading HPO is as simple as:
import hpotk
hpo = hpotk.load_ontology('http://purl.obolibrary.org/obo/hp.json')
Now you have HPO concepts and the ontology hierarchy at your fingertips.
Next, load the HPO disease annotations by running:
from hpotk.annotations.load.hpoa import SimpleHpoaDiseaseLoader
hpoa_path = 'https://github.com/obophenotype/human-phenotype-ontology/releases/download/v2023-10-09/phenotype.hpoa'
loader = SimpleHpoaDiseaseLoader(hpo)
diseases = loader.load(hpoa_path)
assert len(diseases) == 12_468
You got yourself phenotype annotations of 12,468 rare diseases.
Learn more
Find more info in our detailed documentation:
- Stable documentation (last release on
main
branch) - Latest documentation (bleeding edge, latest commit on
development
branch)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hpo-toolkit-0.4.2.tar.gz
(96.1 kB
view details)
Built Distribution
hpo_toolkit-0.4.2-py3-none-any.whl
(101.0 kB
view details)
File details
Details for the file hpo-toolkit-0.4.2.tar.gz
.
File metadata
- Download URL: hpo-toolkit-0.4.2.tar.gz
- Upload date:
- Size: 96.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60ce41d7dc17a21fa0125543a1d3f17fa7abdd7316792c48615e9a39221f77d1 |
|
MD5 | 336d8b443bcea609af4f5a957ca9fa2f |
|
BLAKE2b-256 | 9230660ca0ffb6d8b0a9a3ca695dc4c2283bb2fd01b644a469aa435fa23174d1 |
File details
Details for the file hpo_toolkit-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: hpo_toolkit-0.4.2-py3-none-any.whl
- Upload date:
- Size: 101.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 447c6aa50b7d4b99de68f2f1affab023bcd6bfd4fb8bb185b3ba1b8457657841 |
|
MD5 | 538bef7d54478f4b85a3d71b6d69f0b7 |
|
BLAKE2b-256 | 095ae3036f822206db3ae13d3be9c52e3daf331f32efbc83a8de1228ab53f50a |