Bioc2026 Registration Open!

HPO.db

A set of annotation maps describing the entire Human Phenotype Ontology

Bioconductor version: 3.23 · Package version: 0.99.2

Human Phenotype Ontology (HPO) was developed to create a consistent description of gene products with disease perspectives, and is essential for supporting functional genomics in disease context. Accurate disease descriptions can discover new relationships between genes and disease, and new functions for previous uncharacteried genes and alleles.We have developed the [DOSE](https://bioconductor.org/packages/DOSE/) package for semantic similarity analysis and disease enrichment analysis, and `DOSE` import an Bioconductor package 'DO.db' to get the relationship(such as parent and child) between MPO terms. But `DO.db` hasn't been updated for years, and a lot of semantic information is [missing](https://github.com/YuLab-SMU/DOSE/issues/57). So we developed the new package `HPO.db` for Human Human Phenotype Ontology annotation.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("HPO.db")

Details

MaintainerErqiang Hu <13766876214@163.com>
AuthorErqiang Hu [aut, cre] (<https://orcid.org/0000-0002-1798-7513>)
LicenseArtistic-2.0
Bug Reportshttps://github.com/YuLab-SMU/HPO.db/issues
Downloads rank128
Source branchRELEASE_3_23
biocViewsAnnotationData, AnnotationHub, FunctionalAnnotation

Download

Dependencies

Depends: R (>= 4.3.0)

Imports: AnnotationDbi, AnnotationHub, BiocFileCache, DBI, methods, utils

Suggests: rmarkdown, knitr, testthat (>= 3.0.0)