Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ielis committed Mar 12, 2024
1 parent b23c3a4 commit e88f27f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ Loading HPO is as simple as:
```python
import hpotk

hpo = hpotk.load_ontology('http://purl.obolibrary.org/obo/hp.json')
store = hpotk.configure_ontology_store()
hpo = store.load_hpo()
```

Now you have HPO concepts and the ontology hierarchy at your fingertips.
Now you have the concepts and the hierarchy of the latest HPO release at your fingertips.

Next, load the HPO disease annotations by running:

Expand Down

0 comments on commit e88f27f

Please sign in to comment.