# NOT RUN {
library("sim1000G")
examples_dir = system.file("examples", package = "sim1000G")
vcf_file = sprintf("%s/region.vcf.gz", examples_dir)
vcf = readVCF( vcf_file, maxNumberOfVariants = 100 , min_maf = 0.12 ,max_maf = NA)
# For realistic data use the functions downloadGeneticMap / readGeneticMap
generateFakeGeneticMap()
getCMfromBP(seq(1e6,100e6,by=1e6))
# }
Run the code above in your browser using DataLab