Description Usage Arguments Details Value Author(s) References See Also Examples
Functions to find optimal marker spacing given cost.
1 2 3 4 5 6 | optspacing(cost,G=NULL,sel.frac,cross)
optspacing.bc(cost,G=NULL,sel.frac)
optspacing.f2(cost,G=NULL,sel.frac)
optspacing(cost,G=NULL,sel.frac=NULL,cross)
optspacing.bc(cost,G=NULL,sel.frac=NULL)
optspacing.f2(cost,G=NULL,sel.frac=NULL)
|
cost |
Cost of genotyping in units of raising an individual |
sel.frac |
Selection fraction; proportion of individuals genotyped |
G |
Genome size in centiMorgans |
cross |
Cross type, "bc" or "f2" |
The function optim
is used to search for the optima.
In the first form, with the selection fraction specified, the
spacing in centiMorgans that maximizes the information to cost ratio
in the middle of the marker interval. In the second form, with the
selection fraction unspecified, it returns the value of
(spacing
,sel.frac
) which maximizes the information
to cost ratio in the middle of the marker interval.
Saunak Sen, Jaya Satagopan, Karl Broman, and Gary Churchill
Sen S, Satagopan JM, Churchill GA (2005) Quantitative trait locus study design from an information perspective. Genetics, 170:447-64.
1 2 | optspacing(cost=0.1,G=1440,sel.frac=0.5,cross="bc")
optspacing(cost=30/3000,G=1440,sel.frac=NULL,cross="f2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.