Description Usage Arguments Value Author(s) Examples
Build fake haplotypes based on given number of markers and number of haplotypes
1 | fake_haplo(n = NULL, m = NULL, seed = NULL)
|
n |
number of haplotypes (integer). |
m |
number of markers (integer). |
seed |
seed to be used in the sampling |
Matrix with the Relationship between the individuals.
Rodrigo R Amadeu, rramadeu@gmail.com
1 | haps <- fake_haplo(n=10,m=100,seed=12345)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.