next up previous contents index
Next: Rcross Up: Simulating/Reformatting Data Previous: Input Files   Contents   Index

Rqtl

Given a genetic linkage map, Rqtl can place a random set of quantitative trait loci on the map. The program simulates the positions and effects (additive, dominance and epistatic) of the QTL. It can also reformat a given set of QTLs defined in an input file of filetype ``qtls.inp'' that is explained in Section 6.2.1. The given set of QTLs might be made up by the user, or a set of estimates from a previous analysis of a data set. Table 2.3 presents the command line options for Rqtl. The default values from the table tell Rqtl to simulate nine QTLs for one trait.

For simulations, the user can specify the average number of QTLs per trait, the number of traits, and parameters for dominance and additive effects. Epistatic effects are simulated with the same parameters used for the dominance effects. We use the convention that $Q_1$ alleles are from for $P_1$ lines and $Q_2$ from $P_2$ lines.

The output file encodes QTL with their positions and effects. A QTL is defined with a line beginning in ``-l'' and followed by its number, chromosome, left flanking marker, two recombinatin fractions and its additive and dominance effects. Here is an example of a set of simulated QTL:

-k     2   for trait -number  1
#      #  ..Chrom..Markr.  .RecombiL.  .RecombiR.  .Additive.  .Dominance
-l     1      2      9       0.0477      0.0475      0.2326      0.0000
-l     2      3      8       0.0906      0.0001      0.1687      0.0000
QTL number 1 is on chromosome 2 following marker number 9. Marker 9 is thus the left flanking marker and has a recombination frequency with the QTL of 0.0477. The right flanking marker would be marker 10 on chromosome 2, and it has a recombination fraction of 0.0475 with the QTL. Figure 2.5 graphically illustrates how QTL positions are encoded. QTL number 1 in the above example has an additive effect of 0.2326 and no dominance.

Figure 2.5: Simulated QTL position: Chromosome $i$ near marker $M_{i,j}$
\begin{figure}\begin{center}
\setlength{\unitlength}{1pt}\begin{picture}(300,80)...
...)$}}
\end{picture}\par\setlength{\unitlength}{1pt}\par\end{center}
\end{figure}

Dominance can take on the values 1, 2, 3 or 4. 1 means no dominance, while 2 means $Q_1$ is dominant and 3 means $Q_2$ is dominant. A value of 4 means that dominance for each QTL will be random in magnitude and sign. The degree of dominance will be a Beta random variable $d$ with shape parameters $\beta_1,   \beta_2$. The density function for $d$ is

\begin{displaymath}
f(d) = \left\{ \begin{array}{ll}
\frac{d^{\beta_1-1}(1-d)^{...
...-1 \leq d \leq 1 \\
0 & {\rm otherwise}
\end{array} \right.
\end{displaymath} (2.5)

where
\begin{displaymath}
B(\beta_1,\beta_2) = \frac{\Gamma(\beta_1) \Gamma(\beta_2)}{\Gamma(\beta_1+\beta_2)}
\end{displaymath} (2.6)

and $\Gamma(x)$ is the gamma function

\begin{displaymath}
\Gamma(x) = \int_0^\infty y^{(x-1)} e^{-y} dy
\end{displaymath}

Epistatic effects are generated from the same distribution as the dominance effects. For a $k$ QTL model, there are $2k(k-1)$ potential dominance effects. For each unordered pair of loci, there are Additive by Additive, Additive by Dominance, Dominance by Additive and Dominance by Dominance terms, and thus $4k(k-1)/2$ possible epistatic interactions. Only a proportion of these will be nonzero, with that proportion specified by the -E option. The proportion should be in the range $[0.0,    1.0]$.


Table 2.3: Command Line Options for Rqtl
Option Default Explanation
-i (None) Input File
-o qtlcart.qtl Output File
-m qtlcart.map Genetic Linkage Map File
-t 1 Number of Traits
-q 9 Number of QTL per Trait
-b 2.0 Additive effect parameter beta
-1 2.0 Dominance effect parameter $\beta_1$
-2 2.0 Dominance effect parameter $\beta_2$
-d 1 Dominance
-E 0.0 Porportion of Epistatic Effects


The additive effects of the QTLs are independent, identically distributed random variables sampled from the gamma distribution [ZengZeng1992, page 993, equation 12] and reprinted here:

\begin{displaymath}
f(a) = \frac{\beta^\beta a^{\beta-1} e^{-a\beta}}{\Gamma(\beta)},
\qquad 0<a<\infty,\qquad 0<\beta<\infty
\end{displaymath} (2.7)

The shape parameter $\beta$ allows a wide variety of different genetic models to be generated. The additive effect of substituting an $Q_1$ allele for an $Q_2$ allele is a. When multiple traits are simulated, the number of QTLs per trait is simulated as a random variable with mean specified by the -q option.

If an input file is specified, then it is translated into a format readable by Rcross and the options in Table 2.3 from ``Number of Traits'' and below are ignored. The input file format ``qtls.inp'' is defined in Section 6.2.1. This input file format will allow a wide variety of genetic models to be simulated.


next up previous contents index
Next: Rcross Up: Simulating/Reformatting Data Previous: Input Files   Contents   Index
Christopher Basten 2002-03-27