getGeneDiseaseByIDs | R Documentation |
Get Human disease information (HDO provided) for the set of internal gene IDs. Function lookups for diseases associated with internal GeneIDs and returns list of available diseases.
getGeneDiseaseByIDs(ids)
ids |
|
data.frame with following columns:
HumanEntrez
HumanName
HDOID
Description
Other Disease functions:
getGeneDiseaseByEntres()
,
getGeneDiseaseByName()
t <- getGeneDiseaseByIDs(c(48, 585, 710))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.