neurogenomics / HPOExplorer

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

Make argument explicit #8

Closed bschilder closed 1 year ago

bschilder commented 3 years ago

This will make your code more robust to changes in the future (eg when arguments are a slightly diff order)

 hierarchy <- get_relative_ont_level_multiple(adjacency, hpo)
 hierarchy <- get_relative_ont_level_multiple(phenoAdj = adjacency,
                                                 hpo = hpo)