- THIS ARTICLE
-
Abstract
- Full Text (PDF)
- Alert me when this article is cited
- Alert me if a correction is posted
- SERVICES
- Email this article to a friend
- Similar articles in this journal
- Similar articles in PubMed
- Alert me to new issues of the journal
- Download to citation manager
- Reprints & Permissions
- CITING ARTICLES
- Citing Articles via HighWire
- Citing Articles via Google Scholar
- GOOGLE SCHOLAR
- Articles by Carlborg, O.
- Articles by Kinghorn, B.
- Search for Related Content
- PUBMED
- PubMed Citation
- Articles by Carlborg, O.
- Articles by Kinghorn, B.
The Use of a Genetic Algorithm for Simultaneous Mapping of Multiple Interacting Quantitative Trait Loci
Örjan Carlborga, Leif Anderssona, and Brian Kinghornba Department of Animal Breeding and Genetics, Swedish University of Agricultural Sciences, Uppsala Biomedical Center, S-751 24 Uppsala, Sweden
b Department of Animal Science, University of New England, Armidale, New South Wales 2351, Australia
Corresponding author: Örjan Carlborg, Department of Animal Breeding and Genetics, Swedish University of Agricultural Sciences, Uppsala Biomedical Ctr., Box 597, S-751 24 Uppsala, Sweden., orjan.carlborg{at}hgen.slu.se (E-mail)
Communicating editor: C. HALEY
| ABSTRACT |
|---|
Here we describe a general method for improving computational efficiency in simultaneous mapping of multiple interacting quantitative trait loci (QTL). The method uses a genetic algorithm to search for QTL in the genome instead of an exhaustive enumerative ("step-by-step") search. It can be used together with any method of QTL mapping based on a genomic search, since it only provides a more efficient way to search the genome for QTL. The computational demand decreases by a factor of ~130 when using genetic algorithm-based mapping instead of an exhaustive enumerative search for two QTL in a genome size of 2000 cM using a resolution of 1 cM. The advantage of using a genetic algorithm increases further for larger genomes, higher resolutions, and searches for more QTL. We show that a genetic algorithm-based search has efficiency higher than or equal to a search method conditioned on previously identified QTL for all epistatic models tested and that this efficiency is comparable to that of an exhaustive search for multiple QTL. The genetic algorithm is thus a powerful and computationally tractable alternative to the exhaustive enumerative search for simultaneous mapping of multiple interacting QTL. The use of genetic algorithms for simultaneous mapping of more than two QTL and for determining empirical significance thresholds using permutation tests is also discussed.
RAPID development in molecular genetics has led to the development of dense genetic maps, which are a powerful tool for studying the molecular basis for quantitative genetic variation. Several methods for mapping quantitative trait loci have been proposed in the literature. These can be classified into four major groups: least-squares-based methods (e.g., ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
In a simultaneous genome-wide search for multiple QTL, methods based on enumerative search methods (e.g., stepwise searches at fixed centimorgan intervals throughout the genome) rapidly become computationally intractable as the number of QTL in the model increases. Searching for one QTL requires n evaluations, where n is the number of positions evaluated; a search for multiple QTL requires n!/(k!(n - k)!) evaluations, where k is the number of fitted QTL. A more efficient strategy to search the genome is needed to decrease the computational demand. Since the surface of the QTL mapping test statistic contains many local maxima, the method must be robust (i.e., not get stuck on local extremes). It should at the same time be computationally feasible. In this study, we have investigated the properties of a genetic algorithm as a tool for a simultaneous genome-wide search for two interacting QTL.
Genetic algorithms are search algorithms, based on the mechanisms of genetics and natural selection, whose basic principles were first designed by John Holland (![]()
![]()
![]()
For simplicity, we have investigated the search properties of a genetic algorithm using a weighted least-squares method to search for two interacting QTL in a cross between inbred lines. However, the method is applicable for any QTL mapping method, including methods for outbred crosses and general pedigrees, and for searches in any number of dimensions, that is for any number of (interacting) QTL.
| METHOD |
|---|
The principle of a genetic algorithm:
The implementation of a genetic algorithm for QTL mapping is outlined in Fig 1. The genetic algorithm (ga) is initiated by randomly generating a population, each member of which constitutes a vector of coded parameter values. The parameter values in the vectors are linked together like genes in a linkage group. Each vector is named a ga-chromosome and each cell in the vector is named a ga-gene. We have used ga-chromosomes containing four ga-genes with real values between 0 and 1. The ga-genes are coded representatives for the chromosomal positions of the two QTL we are fitting (two ga-genes are used to represent the chromosome numbers and two are used to represent the respective locations on these chromosomes).
|
After initiation, the population member that constitutes the best solution is sought. This is done by selection of good individual ga-chromosomes on the basis of their evaluation values from an objective function (in our case the QTL mapping method). During the evaluation process, the real values of the ga-genes on each ga-chromosome are translated to putative QTL locations. The statistical support for QTL at the locations given by the ga-chromosome is evaluated and each ga-chromosome becomes associated with an evaluation value, named as its fitness. Ga-chromosomes can then be selected and used further in the algorithm on the basis of their fitness. The standard selection operator in PGA Pack is tournament selection, which operates like a tennis tournament, where the fitnesses of the ga-chromosomes are compared in pairs (matches) in several consecutive rounds. The winners of each match (the most fit ga-chromosomes) advance to the next round. The tournament continues until the desired number of ga-chromosomes are left. This scheme gives more variance in solutions as less fit ga-chromosomes can become selected, while the most fit solution is always selected.
The selected ga-chromosomes are used to generate new ga-chromosomes for the next generation by a process resembling genetic recombination. The ga-chromosomes are paired and the linkage between ga-genes is broken at one or several places along the ga-chromosome. New ga-chromosomes are generated by combining stretches of ga-genes (parameter values) from the old ga-chromosomes. The standard recombination operator in PGAPack is two-point crossover, which is defined as the process where the linkage is broken at two locations on the ga-chromosome before exchanging stretches of ga-genes. The standard probability of a crossover event occurring during generation of a new ga-gene is 0.85. A small amount of new variation is also introduced by mutation of the ga-genes, i.e., the value of the ga-gene is changed from its present value either using a mathematical function or assigning it to a new random value from the range of parameter values. The standard mutation frequency, defined as the probability of applying the mutation operator on a ga-gene, is 0.001. Propagation of the algorithm through sufficient generations is expected to lead to convergence to the optimal solution according to the objective function.
The implementation of the genetic algorithm:
The genetic algorithm was used to find the location in the genome with the strongest support for a QTL effect and high robustness was our major objective when implementing the ga. The computational performance was compared to other search methods when robust ga settings had been found. The robustness of the method was controlled by evaluating the ability of the ga to repeatedly find the global extremes in the simulated data set with 18 QTL described below and real data from a wild boar x Large White intercross consisting of 191 individuals (![]()
The ga was parameterized with the chromosome number and the chromosomal location as separate parameters to obtain maximal blending of parameters during the search. A real-valued genetic algorithm was chosen due to simple translation of ga-gene values to QTL locations. The real-valued ga using the standard settings in PGAPack (![]()
Splitting of the ga-population into several smaller ga-populations has been suggested as a means to increase robustness without excessive increase in computational demand. During optimization, each ga-population is in turn allowed to converge at an extreme that is not identified by any previous populations. The detected extremes are then compared to identify the global extreme. The use of multiple populations is implemented by repetitive calls of PGAPack in a DO-loop structure. Three populations of size 50, 10 populations of size 20, and 20 populations of size 10 were compared and the best results were for 10 populations of size 20. With these settings, the ga-based search gave good performance in all our examined populations. In most cases, the ga found the global extreme in <5 populations, but occasionally all 10 populations were needed. A decrease in the number of populations should therefore be avoided unless the major limitation is computational performance.
Genetic algorithms are good at finding regions where the extremes are located but can have difficulty finding the precise location. One way to overcome this is to perform a local exhaustive search in the vicinity (±5 cM) of the extreme found by each ga-population. We noted a significant improvement in the location estimates after implementing this.
The objective function used was the residual sum of squared errors from a weighted least-squares approach to QTL mapping. The method is the extension of the method of ![]()
![]()
![]()
![]()

where Y is the complete data vector, X is the design matrix for the complete data, W is the diagonal matrix of weights, ß is the vector of the regression parameters,
2 is the normal variance, and N is the number of individuals (![]()
The residual sums of squared errors can then be calculated as

The method described above can easily be extended to take account of background QTL in the analysis. Two extra ga-genes are added to the genetic algorithm and two extra columns are added to the X matrix for each background QTL. The extra ga-genes represent the chromosomal location for the QTL and the columns in the design matrix are to contain the QTL indicator variables a and d (![]()
Simulations:
To evaluate the robustness of the genetic algorithm and to show the advantages of mapping multiple QTL simultaneously, data were simulated for five genetic models (described below) with 100 replicates of 520 F2 individuals from a cross between two inbred lines. The simulated genome consisted of 20 chromosomes, each 100 cM in length, carrying fully informative marker loci at the ends and at 10-cM intervals. Crossovers were generated using Haldane's mapping function without interference (![]()
Four different combinations of interacting and additive QTL were evaluated. All contained two epistatically interacting QTL and a varying number of fully additive QTL, which were all fixed in the parental lines and simulated at random locations in the genome. Only one QTL was allowed on each chromosome. The number of additive QTL were in turn 16, 8, 4, and 0. The additive effects for the combination with 16 fully additive QTL were 0.4 for QTL 14, 0.3 for QTL 58, 0.2 for QTL 912, and 0.1 for QTL 1316. These effects correspond to the genetic variances 0.08, 0.045, 0.020, and 0.005, respectively. The QTL effects for the models with 8 and 4 additive QTL were similar, but with 2 or 1 QTL in each of the four QTL effect classes. The genetic variance explained by the pair of interacting QTL is given in Table 2. The narrow-sense heritability was set to 0.5. The simulated effects of the QTL were chosen such that mapping of the QTL using an exhaustive enumerative search would detect the pair of interacting QTL in >80% of the simulated populations.
|
|
To evaluate the sensitivity of the search methods to differences in detection power of the statistical mapping methods, lower QTL effects were simulated for the recessive epistatic model by using three different heritabilities, 0.5, 0.1, and 0.01. The different heritabilities were obtained by increasing the residual variance relative to the QTL effects. The detection powers for these heritabilities were 80, 70, and 50%, using the exhaustive enumerative search.
Each simulated population was analyzed using two different methods. Method 1 was simultaneous mapping of two interacting QTL using a genetic algorithm. Method 2 was mapping of two interacting QTL by first performing a one-dimensional search, using the method described by ![]()
Epistatic model:
The epistatic model used in the regression was the two-locus linear model G = m + A1 + A2 + D1 + D2 + AA12 + AD12 + AD21 + DD22, where A1 is the additive effect at locus 1, A2 is the additive effect at locus 2, D1 is the dominance effect at locus 1, D2 is the dominance effect at locus 2, AA12 is the interaction between A1 and A2, AD12 is the interaction between A1 and D2, AD21 is the interaction between A2 and D1, and DD12 is the interaction between D1 and D2 (![]()
![]()
|
Computational efficiency:
The computational efficiency was compared by calculating the number of statistical evaluations performed during QTL mapping. Three search methods were compared: an exhaustive enumerative search, a genetic algorithm-based search, and a conditional search. Comparisons were made for mapping two, three, and four QTL in a genome size of 2000 cM using 1-cM resolution.
| RESULTS |
|---|
The simulation study was performed on data where 18, 10, 6, and 2 QTL together explained all genetic variation. Depending on the genetic model simulated, the amount of additive and nonadditive genetic variation explained by the two major QTL varies. We have not used any significance levels at this stage, but instead defined the power of the exhaustive search-based method as the percentage of the cases where the lowest residual sum of squares is at the simulated positions that explain the highest amount of genetic variance. We have chosen to describe the efficiency of the QTL mapping method as its relative efficiency of detection as compared to the method using the exhaustive enumerative search, which is the limit of the power of the statistical QTL mapping method. The results from the simulation study with 18 QTL (Fig 3) showed that the genetic algorithm-based search had higher relative efficiency to detect the simulated pair of epistatically interacting QTL than the conditional search for all epistatic models tested, except the complementary, where the methods were both fully efficient. The genetic algorithm had a relative efficiency of 100% for all epistatic models but the duplicate. The conditional search had between 86 and 96% relative efficiency for the dominant, recessive, and inhibitory epistatic models and 100% relative efficiency for the complementary model. The difference in relative efficiency for the search methods was very large for the duplicate epistatic model, where the conditional search had a relative efficiency of only 21%, while the genetic algorithm-based search had a relative efficiency of 93%. The relative efficiency of the genetic algorithm-based and the conditional QTL search methods remained constant when the power of the statistical QTL mapping method was decreased from 80 to 50% by lowering the heritability from 0.5 to 0.01. Decreasing the number of background QTL from 16 to 8 and from 8 to 4 only affected the relative efficiencies of the search methods marginally. In the simulation where two interacting QTL explained all genetic variation, both methods had a relative efficiency of 100%.
|
The genetic algorithm increases the computational demand by a factor of 35 when compared to the conditional search (Table 3). The improvement in computational efficiency of the ga, as compared to the exhaustive enumerative search, was by a factor 133 for two QTL. An expansion of the search to additional dimensions by also searching for background QTL simultaneously leads to further computational advantages for the ga-based search. Improvements are in the order of 65,000 for three QTL and 1.7 x 107 for four simultaneous QTL.
|
| DISCUSSION |
|---|
This study has shown that the genetic algorithm has large potential for improving the computational efficiency for simultaneous mapping of multiple interacting QTL. It can be used together with any QTL mapping method based on a multidimensional search in the genome. Implementation is simplified by the use of existing software libraries and the results from our simulation study show that the method is robust in finding the pair of QTL in the genome with the highest statistical support. The computational advantage of using a genetic algorithm increases with the complexity of the QTL mapping method and the number of QTL simultaneously searched for. The greatest potential benefit of using this method is therefore when using multidimensional searches based on computationally demanding likelihood QTL mapping methods.
In our simulation study, the efficiency, defined as the relative efficiency to that of an exhaustive enumerative search, of the genetic algorithm-based search was 100% for all epistatic models but the duplicate, where it was 93%. The genetic algorithm had thus, regardless of the model of epistatic interaction, almost as high relative efficiency as the exhaustive search, using only a fraction of the CPU time. The conditional QTL search had reasonable relative efficiency (86100%) for all genetic models but the duplicate, where it was only 21%. There was no indication that the relative efficiencies of the genetic algorithm or the conditional QTL searches were reduced at lower QTL effects or varied number of background QTL. The conditional search was thus more sensitive to the type of epistatic interaction and the size of the QTL effects than the genetic algorithm. There was also a tendency toward a generally lower relative efficiency for the conditional search method for the other epistatic interaction models. The conclusion from the simulation study is thus that the genetic algorithm is a good alternative to the exhaustive enumerative search and that it has potential to be of great use in practice, where the time for analysis is limited. It should be noted that the detection power of the genetic algorithm was achieved using a general genetic algorithm software package for ease of implementation. A custom-written genetic algorithm optimized for the problem will most likely achieve higher power of detection in a more computationally efficient way.
The simultaneous mapping methods used for this study were based on least squares. We do not expect that the use of a maximum-likelihood method instead of least-squares regression would alter our conclusions as the two methods generally give very similar results (![]()
![]()
The method proposed here to detect interacting QTL would in practice be used as a complement to existing QTL mapping methods. The genome should first be searched in one dimension to identify QTL with high individual effects, after which a search would be performed to identify additional QTL, both interacting and noninteracting, using the genetic algorithm-based simultaneous search. The statistical support for the additional QTL can then be evaluated for the QTL positions indicated by the ga. The genetic algorithm-based search can then be used repetitively for successive searches for additional QTL in higher dimensions.
One major issue when using multiple QTL models in practice is to draw statistical inferences about the support for additional QTL. Randomization testing (![]()
The genetic algorithm is a general tool to search large parameter spaces and could be of use in many other areas in QTL mapping. In this study, we have used a genetic algorithm in the search for two interacting QTL in a cross between inbred lines, but the method can also be used for analyses of crosses between outbred lines and in searches for more than two QTL. For analyses of outbred lines, the genetic algorithm could also be used when testing for QTL segregation within the founder lines. This would be implemented by using a genetic algorithm to group the haplotypes from the founders in allelic groups and in this way obtaining the most likely allelic constitution for the founders and other individuals in the pedigree. This results in greater detection power because of more extreme probabilities of identity by descent of chromosomal regions between phenotyped individuals and each founder.
| ACKNOWLEDGMENTS |
|---|
We thank Julius van der Werf and Susan Mezaros for many useful discussions about genetic algorithms and statistical methods for QTL mapping and Lena Andersson-Eklund for valuable comments on the manuscript. This work was supported by the National Graduate School in Scientific Computing, the Food21 project (MISTRA), the Swedish Medical Research Council (MFR), and a travel grant from the Swedish University of Agricultural Sciences.
Manuscript received February 23, 2000; Accepted for publication April 28, 2000.
| LITERATURE CITED |
|---|
ANDERSSON, L., C. S. HALEY, H. ELLEGREN, S. A. KNOTT, and M. JOHANSSON et al., 1994 Genetic mapping of quantitative trait loci for growth and fatness in pigs. Science 263:1771-1774
CHURCHILL, G. A. and R. W. DOERGE, 1994 Empirical threshold values for quantitative trait mapping. Genetics 138:963-971[Abstract].
CROW, J. F., and M. KIMURA, 1970 An Introduction to Population Genetics Theory. Harper and Row, New York.
GOLDBERG, D. E., 1989 Genetic Algorithms in Search, Optimization and Machine Learning. Addison and Wesley, Reading, MA.
HALDANE, J. B. S., 1919 The combination of linkage values and the calculation of distances between loci of linked factors. J. Genet. 8:299-309.
HALEY, C. S. and S. A. KNOTT, 1992 A simple regression method for mapping quantitative trait loci in line crosses using flanking markers. Heredity 69:315-324[Medline].
HOESCHELE, I. and P. VANRANDEN, 1993a Bayesian analysis of linkage between genetic markers and quantitative trait loci. I. Prior knowledge. Theor. Appl. Genet. 85:953-960.
HOESCHELE, I. and P. VANRANDEN, 1993b Bayesian analysis of linkage between genetic markers and quantitative trait loci. II. Combining prior knowledge with experimental evidence. Theor. Appl. Genet. 85:946-952.
HOLLAND, J., 1975 Adaption in Natural and Artificial Systems. The University of Michigan Press, Ann Arbor, MI.
JANA, S., 1971 Simulation of quantitative characters from qualitatively acting genes. I. Nonallelic gene interactions involving two or three loci. Theor. Appl. Genet. 41:216-226.
JANSEN, R. C., 1992 A general mixture model for mapping quantitative trait loci by using molecular markers. Theor. Appl. Genet. 85:252-260.
JANSEN, R. C., 1993 Interval mapping of multiple quantitative trait loci. Genetics 135:205-211[Abstract].
JANSEN, R. C. and P. STAM, 1994 High resolution of quantitative traits into multiple loci via interval mapping. Genetics 136:1447-1455[Abstract].
KAO, C-H., Z-B. ZENG, and R. D. TEASDALE, 1999 Multiple interval mapping for quantitative trait loci. Genetics 152:1203-1216
KRUGLYAK, L. and E. S. LANDER, 1995 A nonparametric approach for mapping quantitative trait loci. Genetics 139:1421-1428[Abstract].
LANDER, E. S. and D. BOTSTEIN, 1989 Mapping mendelian factors underlying quantitative traits using RFLP linkage maps. Genetics 121:185-199
LEVINE, D., 1996 Users Guide to the PGAPack Parallel Genetic Algorithm Library. Argonne National Laboratory, Mathematics and Computer Science Division, Argonne, IL.
MARTINEZ, O. and R. N. CURNOW, 1992 Estimating the locations and sizes of effects of quantitative trait loci using flanking markers. Theor. Appl. Genet. 85:480-488.
THOMAS, D. and V. CORTESSIS, 1992 A Gibbs sampling approach to linkage analysis. Hum. Hered. 42:63-76[Medline].
ZENG, Z-B., 1993a Theoretical basis for separation of multiple linked gene effects in mapping quantitative trait loci. Proc. Natl. Acad. Sci. USA 90:10972-10976
ZENG, Z-B., 1993b Precision mapping of quantitative trait loci. Genetics 136:1456-1468.
This article has been cited by other articles:
![]() |
F. W. Albert, O. Carlborg, I. Plyusnina, F. Besnier, D. Hedwig, S. Lautenschlager, D. Lorenz, J. McIntosh, C. Neumann, H. Richter, et al. Genetic Architecture of Tameness in a Rat Model of Animal Domestication Genetics, June 1, 2009; 182(2): 541 - 554. [Abstract] [Full Text] [PDF] |
||||
![]() |
Z. Tang, X. Wang, Z. Hu, Z. Yang, and C. Xu Genetic Dissection of Cytonuclear Epistasis in Line Crosses Genetics, September 1, 2007; 177(1): 669 - 672. [Abstract] [Full Text] [PDF] |
||||
![]() |
J. K. Estrada-Gil, J. C. Fernandez-Lopez, E. Hernandez-Lemus, I. Silva-Zolezzi, A. Hidalgo-Miranda, G. Jimenez-Sanchez, and E. E. Vallejo-Clemente GPDTI: A Genetic Programming Decision Tree Induction method to find epistatic effects in common complex diseases Bioinformatics, July 1, 2007; 23(13): i167 - i174. [Abstract] [Full Text] [PDF] |
||||
![]() |
N. Yi, D. Shriner, S. Banerjee, T. Mehta, D. Pomp, and B. S. Yandell An Efficient Bayesian Model Selection Approach for Interacting Quantitative Trait Loci Models With Many Effects Genetics, July 1, 2007; 176(3): 1865 - 1877. [Abstract] [Full Text] [PDF] |
||||
![]() |
M. Zak, A. Baierl, M. Bogdan, and A. Futschik Locating Multiple Interacting Quantitative Trait Loci Using Rank-Based Model Selection Genetics, July 1, 2007; 176(3): 1845 - 1854. [Abstract] [Full Text] [PDF] |
||||
![]() |
N. Yi, S. Banerjee, D. Pomp, and B. S. Yandell Bayesian Mapping of Genomewide Interacting Quantitative Trait Loci for Ordinal Traits Genetics, July 1, 2007; 176(3): 1855 - 1864. [Abstract] [Full Text] [PDF] |
||||
![]() |
S. Xu and Z. Jia Genomewide Analysis of Epistatic Effects for Quantitative Traits in Barley Genetics, April 1, 2007; 175(4): 1955 - 1963. [Abstract] [Full Text] [PDF] |
||||
![]() |
S. H. Lee and J. H. J. Van der Werf Using Dominance Relationship Coefficients Based on Linkage Disequilibrium and Linkage With a General Complex Pedigree to Increase Mapping Resolution Genetics, October 1, 2006; 174(2): 1009 - 1016. [Abstract] [Full Text] [PDF] |
||||
![]() |
P. Hanlon, W. A. Lorenz, Z. Shao, J. M. Harper, A. T. Galecki, R. A. Miller, and D. T. Burke Three-locus and four-locus QTL interactions influence mouse insulin-like growth factor-I Physiol Genomics, September 14, 2006; 26(1): 46 - 54. [Abstract] [Full Text] [PDF] |
||||
![]() |
B. Feenstra, I. M. Skovgaard, and K. W. Broman Mapping Quantitative Trait Loci by an Extension of the Haley-Knott Regression Method Using Estimating Equations Genetics, August 1, 2006; 173(4): 2269 - 2282. [Abstract] [Full Text] [PDF] |
||||
![]() |
S. H. Lee and J. H. J. Van der Werf Simultaneous Fine Mapping of Multiple Closely Linked Quantitative Trait Loci Using Combined Linkage Disequilibrium and Linkage With a General Pedigree Genetics, August 1, 2006; 173(4): 2329 - 2337. [Abstract] [Full Text] [PDF] |
||||
![]() |
A. Baierl, M. Bogdan, F. Frommlet, and A. Futschik On Locating Multiple Interacting Quantitative Trait Loci in Intercross Designs Genetics, July 1, 2006; 173(3): 1693 - 1703. [Abstract] [Full Text] [PDF] |
||||
![]() |
C. J. Coffman, R. W. Doerge, K. L. Simonsen, K. M. Nichols, C. K. Duarte, R. D. Wolfinger, and L. M. McIntyre Model Selection in Binary Trait Locus Mapping Genetics, July 1, 2005; 170(3): 1281 - 1297. [Abstract] [Full Text] [PDF] |
||||
![]() |
N. Yi, B. S. Yandell, G. A. Churchill, D. B. Allison, E. J. Eisen, and D. Pomp Bayesian Model Selection for Genome-Wide Epistatic Quantitative Trait Loci Analysis Genetics, July 1, 2005; 170(3): 1333 - 1344. [Abstract] [Full Text] [PDF] |
||||
![]() |
W. Zhao, R. Wu, C.-X. Ma, and G. Casella A Fast Algorithm for Functional Mapping of Complex Traits Genetics, August 1, 2004; 167(4): 2133 - 2137. [Abstract] [Full Text] [PDF] |
||||
![]() |
R.-C. Yang Epistasis of Quantitative Trait Loci Under Different Gene Action Models Genetics, July 1, 2004; 167(3): 1493 - 1505. [Abstract] [Full Text] [PDF] |
||||
![]() |
M. Bogdan, J. K. Ghosh, and R. W. Doerge Modifying the Schwarz Bayesian Information Criterion to Locate Multiple Interacting Quantitative Trait Loci Genetics, June 1, 2004; 167(2): 989 - 999. [Abstract] [Full Text] [PDF] |
||||
![]() |
N. Yi, S. Xu, and D. B. Allison Bayesian Model Choice and Search Strategies for Mapping Interacting Quantitative Trait Loci Genetics, October 1, 2003; 165(2): 867 - 883. [Abstract] [Full Text] [PDF] |
||||
![]() |
O. Carlborg, S. Kerje, K. Schutz, L. Jacobsson, P. Jensen, and L. Andersson A Global Search Reveals Epistatic Interaction Between QTL for Early Growth in the Chicken Genome Res., March 1, 2003; 13(3): 413 - 421. [Abstract] [Full Text] [PDF] |
||||
![]() |
M. P. Boer, C. J. F. ter Braak, and R. C. Jansen A Penalized Likelihood Method for Mapping Epistatic Quantitative Trait Loci With One-Dimensional Genome Searches Genetics, October 1, 2002; 162(2): 951 - 960. [Abstract] [Full Text] [PDF] |
||||
![]() |
H. Hirooka, D. J. de Koning, J. A. M. van Arendonk, B. Harlizius, P. N. de Groot, and H. Bovenhuis Genome Scan Reveals New Coat Color Loci in Exotic Pig Cross J. Hered., January 1, 2002; 93(1): 1 - 8. [Abstract] [Full Text] [PDF] |
||||
- THIS ARTICLE
-
Abstract
- Full Text (PDF)
- Alert me when this article is cited
- Alert me if a correction is posted
- SERVICES
- Email this article to a friend
- Similar articles in this journal
- Similar articles in PubMed
- Alert me to new issues of the journal
- Download to citation manager
- Reprints & Permissions
- CITING ARTICLES
- Citing Articles via HighWire
- Citing Articles via Google Scholar
- GOOGLE SCHOLAR
- Articles by Carlborg, O.
- Articles by Kinghorn, B.
- Search for Related Content
- PUBMED
- PubMed Citation
- Articles by Carlborg, O.
- Articles by Kinghorn, B.






