disease_map | R Documentation |
Mapping of HPO disease ID (disease_id) to Disease Name and Disease Description.
disease_map
An object of class data.table
(inherits from data.frame
) with 8631 rows and 3 columns.
dat <- load_phenotype_to_genes()
out <- map_disease(dat)
disease_map <- out[,list(disease_id,disease_name,disease_description)]|>unique()
usethis::use_data(disease_map, overwrite = TRUE)
@format data.table
@usage data("disease_map")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.