getMutations4DiseaseByName | R Documentation |
Function lookups for provided values in Human Name, Mouse Name and
Rat Name columns, extract known mutations, filter requested HDOID and return
data.frame in the format described in
getMutations4DiseaseByIDs
.
getMutations4DiseaseByName(name, hdoid)
name |
gene names to look for |
hdoid |
disease HDOID to get mutational association. |
data.frame
as described in
getMutations4DiseaseByIDs
.
findGenesByName
Other Mutation functions:
getMutations4DiseaseByEntres()
,
getMutations4DiseaseByIDs()
hdoid<-'DOID:0060041'
name<-c("Dlg2", "Map1a", "Phb", "Gphn", "Cacna2d1", "Negr1", "Rgs7")
mdf<-getMutations4DiseaseByName(name, hdoid)
is.null(mdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.