## return the variant object for the given HGVS id
getVariant("chr7:g.55241707G>T")
## customize fields
getVariant("chr7:g.55241707G>T",
fields=c("dbnsfp.cadd.phred", "dbnsfp.polyphen2"),
return.as="text")
Run the code above in your browser using DataLab