get_opentargets
: Limit threads and files to import in example.- Merge fixes by @HDash #2
dt_to_kg
: fix reference to graphg
.get_hpo
- Remove ported function to avoid conflicting namespaces. Instead, simply use
get_ontology("hpo")
- Remove ported function to avoid conflicting namespaces. Instead, simply use
get_hpo
- Port function from
HPOExplorer
package to prevent circular dependency.
- Port function from
DESCRIPTION
- Update remote for
monarchr
.
- Update remote for
- Tests
- Add
skip_if_offline
to tests that (may) require internet access.
- Add
ontology_to
igraph::as_adj
(deprecated) ->igraph::as_adjacency_matrix
.
test-get_ontology_levels
- Check for range rather than fixed values.
filter_ontology
- Move
terms
processing block to after check for character, as appropriate.
- Move
get_ontology_dict
- Add error handling for missing
alternative_terms
wheninclude_alternative_terms=TRUE
.
- Add error handling for missing
plot_ontology_heatmap
- Fix default value for argument
annot
-- cast one@elementMetadata to data.frame first.
- Fix default value for argument
prune_ancestors
- Add value for argument
id_col
in example.
- Add value for argument
set_cores
- Reduce workers during
R CMD CHECK
if required.
- Reduce workers during
map_ontology_terms
:- Can now recognize
alternative_terms
slot in simona object (jokergoo/simona#6) - Automatically uses "short_id" when "id" is set, as the "id" column can sometimes contain long ID formats (http://purl.obolibrary.org/obo/MONDO_0100229 vs. MONDO:0100229)
- Can now recognize
- Fix
get_ontology_dict
data.table construction.
- Added a
NEWS.md
file to track changes to the package.
- Removed Dockerfile and switched to using
rworkflows
.