disease_map: Human Phenotype Ontology: Disease ID to Disease Name and...

disease_mapR Documentation

Human Phenotype Ontology: Disease ID to Disease Name and Disease Description

Description

Mapping of HPO disease ID (disease_id) to Disease Name and Disease Description.

Usage

disease_map

Format

An object of class data.table (inherits from data.frame) with 8631 rows and 3 columns.

Source

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")


neurogenomics/HPOExplorer documentation built on July 17, 2024, 3:12 p.m.