# NOT RUN {
examples_dir = system.file("examples", package = "sim1000G")
vcf_file = file.path(examples_dir,
"region-chr4-93-TMEM156.vcf.gz")
vcf = readVCF( vcf_file, maxNumberOfVariants = 500 ,
min_maf = 0.02 ,max_maf = NA)
str(as.list(vcf))
# }
Run the code above in your browser using DataLab