Description Usage Arguments Value Author(s) Examples
Artificially create a population of admixed individuals
1 2 3 4 | create_admixed_individuals(num_individuals,
population_size,
number_of_founders,
size_in_morgan)
|
num_individuals |
the number of individuals to be created |
population size |
size of the population used to generate the individuals, this determines the degree of fixation (e.g. in smaller populations, individuals are more fixed for ancestry) |
number_of_founders |
Number of unique ancestors |
size_in_morgan |
Length of the chromosome in Morgan (e.g. the number of crossovers during meiosis) |
A population object
Thijs Janzen
1 2 3 4 | admixed_pop <- create_admixed_individuals(num_individuals = 100,
population_size = 1e5,
number_of_founders = 2,
size_in_morgan = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.