Skip to content

Commit 87f2671

Browse files
committed
Remove get_hpo function
1 parent 11553e7 commit 87f2671

File tree

5 files changed

+21
-89
lines changed

5 files changed

+21
-89
lines changed

NAMESPACE

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export(get_gencc)
2222
export(get_gene_lengths)
2323
export(get_genes_disease)
2424
export(get_graph_colnames)
25-
export(get_hpo)
2625
export(get_monarch)
2726
export(get_monarch_files)
2827
export(get_monarch_kg)

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* `get_opentargets`: Limit threads and files to import in example.
55
* Merge fixes by @HDash https://github.com/neurogenomics/KGExplorer/pull/2
66
* `dt_to_kg`: fix reference to graph `g`.
7+
* `get_hpo`
8+
- Remove ported function to avoid conflicting namespaces. Instead, simply use `get_ontology("hpo")`
79

810
# KGExplorer 0.99.05
911

R/get_hpo.R

-43
This file was deleted.

R/map_upheno_data_i.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ map_upheno_data_i <- function(pheno_map_method,
2727
pheno_map[,db1:=gsub("*:.*","",basename(id1))]
2828
} else if(pheno_map_method=="monarch"){
2929

30-
hpo <- get_hpo()
30+
hpo <- get_ontology(name = "hpo")
3131
out <- monarchr::monarch_search(query = NULL,
3232
category = "biolink:PhenotypicFeature",
3333
limit = 500)

man/get_.Rd

+18-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)