View source: R/SampleMPPDesign.R
SampleMPPDesign | R Documentation |
Function to sample the realisation of a MPP design from a full diallel made
from np_dia
with n_ind individual per crosses. The function sample a
realisation of the design specified in argument MPP_des
composed from
np_sel
parents including N
individuals.
SampleMPPDesign(np_dia = 9, n_ind = 200, MPP_des, np_sel, N = 800)
np_dia |
Parent number in the reference diallel. Default = 9. |
n_ind |
Number of individual per cross in the reference diallel. Default = 200. |
MPP_des |
Selected MPP design for the MPP sampling. One of: 'NAM' for nested association mapping design; 'Dia' for half-diallel; 'Chess' for chessboard design; 'Fact' for factorial desian; and 'Real' for a realized design. |
np_sel |
Number of parents in the selected MPP design |
N |
Total number of sampled individuals. Default = 800. |
List containing the numeric genotype identifiers, the selected parents and the selected crosses.
Vincent Garin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.