################################################################################
# Given a VCF object from VariantAnnotation readVCF(), extract the SNPs that
# Daniel Gatti
# dan.gatti@jax.org
# May 19, 2016
################################################################################
get.missense.snps = function(vcf) {
csq = info(vcf)$CSQ
} # get.missense.snps()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.