Bug fixes

  • test-map_ontology_terms.R: Fixed expected number of NA CL names.

New features

  • Remove downloadR dependency as it was causing unnecessary complications.

Bug fixes

  • map_upheno_data:
    • Updated Monarch FTP endpoint subdir="latest/tsv/all_associations/" –> subdir="monarch-kg/latest/tsv/all_associations/"
    • Remove “monarch” option for now (broken due to files being deleted on Monarch FTP server)
  • get_monarch: Fix example
  • map_upheno: Fix plotting error

New features

  • get_ontology: Saves files with release version control.

Bug fixes

New features

  • get_hpo
    • Port function from HPOExplorer package to prevent circular dependency.

Bug fixes

Bug fixes

  • test-get_ontology_levels
    • Check for range rather than fixed values.
  • filter_ontology
    • Move terms processing block to after check for character, as appropriate.
  • get_ontology_dict
    • Add error handling for missing alternative_terms when include_alternative_terms=TRUE.
  • plot_ontology_heatmap
  • prune_ancestors
    • Add value for argument id_col in example.
  • set_cores
    • Reduce workers during R CMD CHECK if required.

New features

Bug fixes

  • Fix get_ontology_dict data.table construction.

New features

  • Added a NEWS.md file to track changes to the package.

Bug fixes

  • Removed Dockerfile and switched to using rworkflows.