Closed bschilder closed 1 year ago
instead of having the user import ontologyIndex, just make it an import so it's automatically loaded when HPOExplorer is loaded.
ontologyIndex
HPOExplorer
Somewhere in the Roxygene notes add:
@import ontologyIndex
Did this wherever possible, but still need to library(ontologyIndex) in many examples because that's where the hpo dataset comes from.
library(ontologyIndex)
hpo
instead of having the user import
ontologyIndex
, just make it an import so it's automatically loaded whenHPOExplorer
is loaded.Somewhere in the Roxygene notes add: