Optimal selection fraction {qtlDesign} | R Documentation |
Functions to find optimal selection fractions given cost.
optselection(cost,d=0,G=NULL,cross)
optselection.bc(cost,d=0,G=NULL)
optselection.f2(cost,d=0,G=NULL)
cost |
Cost per genotype in units of raising individual |
d |
Marker spacing in Morgans |
G |
Genome size in Morgans |
cross |
Cross type, "bc" or "f2" |
The function optimize
is used to search for the optima.
The optimal selection fraction.
Saunak Sen
Sen S, Satagopan JM, Churchill GA (2005) Quantitative trait locus study design from an information perspective. Genetics, 170:447-64.
optselection(1,cross="bc")
optselection(0.001,10,1450,cross="bc")
optselection(0.001,10,1450,cross="f2")