Description Usage Arguments Value Examples
Generates variant data for n unrelated individuals
| 1 | generateUnrelatedIndividuals(N = 1)
 | 
| N | how many individuals to generate | 
IDs of the generated individuals
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | library("sim1000G")
examples_dir = system.file("examples", package = "sim1000G")
vcf_file = file.path(examples_dir, "region.vcf.gz")
vcf = readVCF( vcf_file, maxNumberOfVariants = 100 , min_maf = 0.12)
genetic_map_of_region =
   system.file("examples",
     "chr4-geneticmap.txt",
     package = "sim1000G")
readGeneticMapFromFile(genetic_map_of_region)
startSimulation(vcf, totalNumberOfIndividuals = 1200)
ids = generateUnrelatedIndividuals(20)
# See also the documentation on our github page
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.