Closed bschilder closed 1 year 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)
This will make your code more robust to changes in the future (eg when arguments are a slightly diff order)