genRypeRec {DNAtools} | R Documentation |
Generates DNA profiles of n individuals.
Description
These are formed as n/2 pairs for relatives with a IDB-vector given by k. I.e. the profiles are mutually unrelated between pairs.
Usage
genRypeRec(x, t, k, n, print = FALSE)
Arguments
x |
Allele probabilities |
t |
theta correction |
k |
Relatedness vector |
n |
Number of probles |
print |
Print information |
[Package DNAtools version 0.2-4 Index]