| makehaplist | R Documentation | 
List of sire haplotypes is set up in the format required for hsrecombi. Haplotypes (obtained by external software) are provided.
makehaplist(daughterSire, hapSire, nmin = 1)
| daughterSire | vector (LEN n) of sire ID for each progeny | 
| hapSire | matrix (DIM 2N x p + 1) of sire haplotype at p SNPs; 2 lines per sire, 1. columns contains sire ID | 
| nmin | scalar, minimum number of progeny required, default 1 | 
list (LEN 2) of lists. For each sire:
famIDlist (LEN N) of vectors (LEN n.progeny) of progeny indices relating to lines in genotype matrix
sireHaplist (LEN N) of matrices (DIM 2 x p) of sire haplotypes (0, 1) on investigated chromosome
  data(targetregion)
  hap <- makehaplist(daughterSire, hapSire)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.