A list of the 49 HPO disease phenotypes in 4 different tiers from Lazarin et al (2014), specifically Table 1. HPO IDs of all the terms are displayed in the right column.

data("hpo_tiers")

Format

data.table

Source

Lazarin et al (2014)

file <- system.file("extdata","hpo_tiers.csv.gz",package = "HPOExplorer") hpo_tiers <- data.table::fread(file) usethis::use_data(hpo_tiers, overwrite = TRUE)