R/get.missense.snps.R

################################################################################
# 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()

Try the DOQTL package in your browser

Any scripts or data that you put into this service are public.

DOQTL documentation built on May 6, 2019, 3:09 a.m.