getMutations4DiseaseByEntres: Get mutational information for Gene and Disease

View source: R/mutations.R

getMutations4DiseaseByEntresR Documentation

Get mutational information for Gene and Disease

Description

Function looks up the information for particular set of Entrez IDs and disease HDOID.

Usage

getMutations4DiseaseByEntres(entrez, hdoid)

Arguments

entrez

list of Entrez IDs for genes to select

hdoid

disease HDOID to get mutational association.

Value

data.frame as described in getMutations4DiseaseByIDs.

See Also

findGenesByEntrez

Other Mutation functions: getMutations4DiseaseByIDs(), getMutations4DiseaseByName()

Examples

hdoid<-'DOID:0060041'
entrez<-c("23859", "17754", "18673", "268566", "12293", "320840", "24012")
mdf<-getMutations4DiseaseByEntres(entrez, hdoid)
is.null(mdf)

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