formMppData | R Documentation |
Function that subset a global population composed from all the cross of a Dialleld structure between 9 parents to for mppData objects. The function start from a particular realization (global population) composed of 5000 markers.
formMppData(
geno_ABH,
geno_012,
map,
MPP_sub,
mk_prob,
pheno,
type = "F",
nb_gen = 2
)
geno_ABH |
genotype matrix of the global population in ABH format. |
geno_012 |
genotype matrix of the global population in 012 format. |
map |
Correspondig three column genetic map (mk.id, chr, pos cM). |
MPP_sub |
subset information obtained as output of the function
|
mk_prob |
Problematic markers in the subset of the global population |
pheno |
Simulated phenotype values. |
type |
Type of population. Default = "F" |
nb_gen |
Number of generation. Default = 2. |
list containing two type of mppData object
Vincent Garin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.