getMutations4DiseaseByEntres | R Documentation |
Function looks up the information for particular set of Entrez IDs and disease HDOID.
getMutations4DiseaseByEntres(entrez, hdoid)
entrez |
list of Entrez IDs for genes to select |
hdoid |
disease HDOID to get mutational association. |
data.frame
as described in
getMutations4DiseaseByIDs
.
findGenesByEntrez
Other Mutation functions:
getMutations4DiseaseByIDs()
,
getMutations4DiseaseByName()
hdoid<-'DOID:0060041'
entrez<-c("23859", "17754", "18673", "268566", "12293", "320840", "24012")
mdf<-getMutations4DiseaseByEntres(entrez, hdoid)
is.null(mdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.