getGeneDiseaseByEntres: Disease information for Human Entrez IDs

View source: R/diseases.R

getGeneDiseaseByEntresR Documentation

Disease information for Human Entrez IDs

Description

Get Human disease information (HDO provided) for the set of Human Entrez IDs. Function lookups for diseases associated with Human Entrez IDs and returns list of available diseases.

Usage

getGeneDiseaseByEntres(entrez)

Arguments

entrez

vector of Human Entrez gene IDs

Value

data.frame with following columns:

  • HumanEntrez

  • HumanName

  • HDOID

  • Description

See Also

Other Disease functions: getGeneDiseaseByIDs(), getGeneDiseaseByName()

Examples

t <- getGeneDiseaseByEntres(c(8573, 1742, 1739)) # (95 rows)

lptolik/synaptome.db documentation built on Sept. 13, 2023, 2:50 p.m.