chooseAlleles {nprcgenekeepr} | R Documentation |
Combines two vectors of alleles by randomly selecting one allele or the other at each position.
Description
Combines two vectors of alleles by randomly selecting one allele or the other at each position.
Usage
chooseAlleles(a1, a2)
Arguments
a1 |
integer vector with first allele for each individual |
a2 |
integer vector with second allele for each individual
|
Value
An integer vector with the result of sampling from a1
and a2
according to Mendelian inheritance.
Examples
chooseAlleles(0L:4L, 5L:9L)
[Package nprcgenekeepr version 1.0.7 Index]