getGeneDiseaseByIDs: Disease information for internal gene IDs.

View source: R/diseases.R

getGeneDiseaseByIDsR Documentation

Disease information for internal gene IDs.

Description

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.

Usage

getGeneDiseaseByIDs(ids)

Arguments

ids

vector of gene IDs.

Value

data.frame with following columns:

  • HumanEntrez

  • HumanName

  • HDOID

  • Description

See Also

Other Disease functions: getGeneDiseaseByEntres(), getGeneDiseaseByName()

Examples

t <- getGeneDiseaseByIDs(c(48, 585, 710))

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