getMutations4DiseaseByIDs | R Documentation |
Function looks up the information for particular set of GeneIDs and disease HDOID.
getMutations4DiseaseByIDs(ids, hdoid)
ids |
internal GeneIDs to filter mutation data |
hdoid |
disease HDOID to get mutational association. |
This function then returns following features for all found genes:
GeneID,
MGI,
MouseEntrez,
MouseName,
HumanName,
HumanEntrez,
HDOID,
Disease,
Chromosome,
Position,
Variant,
FunctionClass,
cDNAvariant,
ProteinVariant,
DENOVO,
SFARI,
EpilepsyGene,
ClinVar,
PMID,
Paper
data.frame
with fields specified above.
Other Mutation functions:
getMutations4DiseaseByEntres()
,
getMutations4DiseaseByName()
hdoid<-'DOID:0060041'
ids<-c(6,32,127,181,240,267,558)
mdf<-getMutations4DiseaseByIDs(ids, hdoid)
is.null(mdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.