neurogenomics / HPOExplorer

Functions for working with the Human Phenotype Ontology data
https://neurogenomics.github.io/HPOExplorer/
4 stars 1 forks source link

Export `ontologyIndex` rather than having user do this #14

Closed bschilder closed 1 year ago

bschilder commented 3 years ago

instead of having the user import ontologyIndex, just make it an import so it's automatically loaded when HPOExplorer is loaded.

Somewhere in the Roxygene notes add:

@import ontologyIndex 
bschilder commented 1 year ago

Did this wherever possible, but still need to library(ontologyIndex) in many examples because that's where the hpo dataset comes from.