getGeneDiseaseByEntres | R Documentation |
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.
getGeneDiseaseByEntres(entrez)
entrez |
|
data.frame with following columns:
HumanEntrez
HumanName
HDOID
Description
Other Disease functions:
getGeneDiseaseByIDs()
,
getGeneDiseaseByName()
t <- getGeneDiseaseByEntres(c(8573, 1742, 1739)) # (95 rows)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.