Introduction to PLABQTL

Size: px
Start display at page:

Download "Introduction to PLABQTL"

Transcription

1 Introduction to PLABQTL H.F. Utz Institute of Plant Breeding, Seed Science and Population Genetics, University of Hohenheim Germany Utz Introduction to PLABQTL 1

2 PLABQTL is a computer program for 1. detection and analysis of QTL, 2. prediction of performance of individuals by marker data, using interval mapping (IM) based on multiple regression (MR). PLABQTL is written in Fortran (DOS or WINDOWS computing environments). Features: Simple interval mapping (SIM), Composite interval mapping (CIM) Permutation tests Cross-validation QTL environment analysis For F 2 until RIL, or test cross generations Literature: Utz and Melchinger, and Kearsey and Pooni (1996, Ch. 7) as introduction to QTL mapping Liu (1998) as a text book Lynch and Walsh (1998) as a text book Paterson (1998) for methods and results LOD 3 van Ooijen' s MAPQTL 2 MAPMAKER 1 JIANG PLABQTL MAPMAKER sample file chrom.1 (cm) Figure 1: Comparison of LOD curves from ML and MR programs To the difference of ML and LS: LOD-curves of maximum likelihood (ML) and multiple regression (MR) or least squares method (LS) are very similar (Haley and Knott, 1992) see Figure 1 MR-based IM more robust than ML-based IM against non-normality, MR statistically well-known, better to understand for bioists. MR underestimates R², see XU (1995). Utz Introduction to PLABQTL 2

3 A first trial run with PLABQTL The program is batch-oriented. Some basic subroutines and the handling philosophy are identical with the PLABSTAT program. PLABQTL reads an input file with default extension *.qin which can be prepared with your personal editor or text processing software. This file contains statements to control the analysis and for loading the input file with the marker and phenotypic data. Call in a MS-DOS-Window, e.g.: to analyse the MAPMAKER sample data file with control statements in sample_s.qin and data in sample.qdt plabqtl sample_s The format of input files is similar to the format of MAPMAKER/EXP, GMENDEL, or JOINMAP thus the export of data from the mapping software into PLABQTL can be done easily. The output is written in a file *.qpt which can be viewed with your editing and/or printing tool (here sample_s.qpt). Output pieces are: STATUS OF MARKER DATA * LINKAGE MAP * FREQUENCY of marker pairs within each linkage group * PERCENTAGE OF HOMOZYGOSITY AND GENOME FOR PARENT1 * HISTOGRAM OF HOMOZYGOSITY CRITICAL VALUE FOR LOD SCORE (Bonferroni chi-square approximation) * OVERVIEW ON OBSERVATION VARIABLES PRESELECTION OF MARKER COFACTORS SCATTER PLOT * MEANS OF MARKER CLASSES per linkage group LOD PLOT per linkage group LIST OF DETECTED QTL FINAL SIMULTANEOUS FIT SCATTER PLOT OUTLIER TEST * only if statement first is used Some additional output (LODs, effects, predicted and observed values) may be written on a second output file *.qst which may be displayed with other graphical programs (here sample_s.qst). The postscript file for the LOD curves is named as *.ps. Estimated parameters are written in the file *.qcv if resampling procedures are called by the user. The outcome of analysis is influenced by the choice of parameters, like LOD-threshold or F-to-enter and F-to-delete. The program works with default LOD of 2.5 and default F-to-enter of 3.0. These values are not always appropriate and can be varied with the statements scan and parameter. The output can be controlled by out and first statement. With convert, the data may be written in some other formats to make easier shifting to other programs. Utz Introduction to PLABQTL 3

4 Working with PLABQTL Several analyses steps in QTL analysis with PLABQTL are demonstrated by means of the MAPMAKER/QTL sample file. The output can be compared with the MAPMAKER/QTL tutorial, with little differences due to MR-based IM in PLABQTL. Several files *.qin - one for each analysis step - are prepared. Thus you can activate PLABQTL and see the output of each step: sample_?.qpt, sample_?.qst, sample_?.ps 1. Analysis with SIM: plabqtl sample_s SIM is intended if only one QTL per linkage group can be assumed. This analysis mode is interesting for characterization and proofing of marker and phenotypic data for comparing with MAPMAKER/QTL output. Some statements as first and convert may be choosen in the first step of analysis only. 2. Analysis with CIM: plabqtl sample_c CIM attempts to take into account more than one QTL per linkage group and unbalanced QTL genotype frequencies. The cofactors (representing potential QTL) are automatically selected by forward stepwise regression, with the statement cov SEL. CIM shows often sharper, higher, and more peaks in the LOD curves than SIM which can be recognized very clearly in this data set. See Figure Analysis with permutation test: plabqtl sample_t A permutation test can be used to determine the critical LOD threshold using statement permut 1000 We choose the LOD threshold for a genom-wide error at the 0.05 level from the end of sample_t.qpt. The threshold is 2.57 which is lower than 2.79 which is the Bonferroni chi-square approximation given in sample_s.qpt or sample_c.qpt above. We can finish since the two detected QTL have LOD values greater than the treshold or since the LOD default of 2.5 is not very different from 2.57 produced by permutation. The user may choose in statement scan another LOD threshold, e.g. here analyze at 0.10 genom-wide error level from the end of sample_t.qpt). scan (to 4. Analysis with all linked cofactors: plabqtl sample_p Linked QTL, as much as possible, may be detected using statement cov/+ SEL which uses all markers as cofactors at the chromosome being scanned. We find some smaller peaks lying under the threshold at chromosome 1 at position 0 with reverse sign of QTL effect and on chromsome 2 at position 90. Choosing only those markers as Utz Introduction to PLABQTL 4

5 cofactors closer to peaks (or potential QTL), we reach higher power, e.g. in sample_d.qpt (with cov ) two QTL at chromosome 2 are detected. We see that the position of a QTL and its detectability depends on the choice of cofactor markers and the LOD threshold. A certain subjectivity of cofactor selection and the indeciveness of QTL raise difficulties for the scientist. Further it is not possible to separate between two QTL in adjacent intervals. For usual sample sizes, cofactors should be away on an average about 10 cm from the nearest flanking marker of the interval to be scanned. Otherwise too tightly correlated cofactors can result in ill-conditioned equation systems, diminishing power of detection in the scanned interval, or causing false secondary linked QTL. Some examinations by hand are necessary in each case. A visual comparing of the LOD curves may be helpful, see Figure Analysis with cross-validation (cv): plabqtl sample_v This may be useful in analysing the influence of genotypic and environmental sampling, and determining the bias and sampling error of explained variance. CV can be implemented using the statement cross By default, i.e. 5-fold cross-validation, we get five estimates for R²(adj.) between 3.2 % and 25.1 % which gives on average, a more unbiased estimate for the part of explainable variance with 17.3 %. In mapping programs, R² is mostly used but R²(adj.) is preferable, see Charcosset and Gallais (1996). Different R² estimates are shown below for comparison R²(MAPMAKER/QTL) = 27.0% R²(PLABQTL) = 21.8 % R²(adj, PLABQTL) = 20.2 % R²(adj,val., PLABQTL) = 17.3 % Some more 5-fold cross-validation runs may be necessary to get indications how the number, positions, and effects of QTL are influenced by sampling. Modifying the cross-validation statement to cross/g 1000, i.e. conducting 5x200 = 1000 or 200 independently sampled 5-fold cross-validation runs, we find the following in the sample_v.qcv file: Runs detecting 1 putative QTL occur with 10.3 % frequency, 2 putative QTL with 89.1%, and 3 QTL with 0.5% frequency. The occurence peaks agree with the LOD peaks at chromosome 1 on position 26 cm with 46.9% (or in the interval with 90.3%) and on chromosome 2 on position 28 cm with 39.3% (or in the interval with 91.6%). Outside these intervals QTL were seldom found. So a model with 2 QTL seems adaequate and behaves relatively stable. Cross-validation analyses of several real experiments are given in Utz et al. (2000). 6. Analysis of gene action: plabqtl sample_m Different genetic models, e.g. A vs. A+D vs. A+D+AA vs...., can be compared using statements, AA, and DD. The criteria R²(adj.) or AIC (Akaike information criterion) may be used to select between regression models (Hjorth 1994). These estimates and the corresponding estimates from resampling methods with 100 runs each are tabulated for our two-qtl example: Utz Introduction to PLABQTL 5

6 CIM analysis Median of R²(adj.)% in CV Model R²(adj.)% AIC BIC Calibr. Valid. A A+D 20.2* A+D+AA 20.1** A+D+AA+AD+DA+DD * see sample_c.qpt ** see sample_m.qpt with estimated genetic effects for the different models Model a1 d1 a2 d2 a1a2 a1d2 d1a2 d1d2 A -0.12** -0.15** A+D -0.11** ** A+D+AA -0.10** ** A+D+AA+AD+DA+DD -0.21** ** * *, ** significantly different from 0 at P=0.05 and 0.01 respectively R²(adj.), and R² even more, increases at calibration with CIM if more terms enter the model. But at validation, only the pure additive two-locus model is the best. The BIC, with a more stringent penalty than AIC, seems to correspond with the rankings from cross-validation. No indications for epistatic inheritance were present. In conclusion: We detected two mutual QTL at 1/26 and 2/28 with R²(adj.) = 20 % in the calibrating simultaneous fit. According to cross-validation results only 16 % of the total phenotypic variance may be explained by the two QTL whereby simple additive gene action may be sufficient to assume. Dividing this value by the heritability we get the explainable part of genetic variance. But heritability is unknown in this example. Problematic points in mapping QTL The analysis of QTL is in some sense soft and subjective. The interpretation must be cautious. Analyses with resampling can show the influence of sampling on findings. Points in the statistical analysis which require careful attention are a. choice of cofactors b. choice of LOD thresholds with cofactor selection c. choice between submodels of 1 and 2 loci: A, D, AA, AD, DD,... (see Zeng et al. 1999) d. unbiased estimates of R², positions and QTL effects (or elimination of overestimation due to model selection) e. effect of genotype x environment interactions on mapping Some other points are discussed on the internet page References Charcosset, A. and A. Gallais, 1996: Estimation of the contribution of quantitative trait loci Utz Introduction to PLABQTL 6

7 (QTL) to the variance of a quantitative trait by means of genetic markers. Theor.Appl. Genet. 93, Haley, C.S., and S.A. Knott, A simple regression method for mapping quantitative trait loci in line crosses using flanking markers. Heredity 69, Hjorth, J.S.U., 1994: Computer Intensive Statistical Methods. Chapmann&Hall Kearsey, M.J., and H.S. Pooni, 1996: The Genetical Analysis of Quantitative Traits. ChapmanHall, London. Lincoln, S.E., M.J. Daly, and E.S. Lander Constructing genetic linkage maps with MAPMAKER/EXP version 3.0: A tutorial and reference manual. Whitehead Institute for Biomedical Research, Cambridge, MA. Liu, B.-H Statistical Genomics, CRC Press, Boca Raton. Lynch, M., and B. Walsh, Genetics and Analysis of Quantitative Traits. Sinauer Associates, Inc., Sunderland, Massachusetts. Melchinger, A.E., H.F. Utz, and C.C. Schön, 1998: Quantitative trait locus (QTL) mapping using different testers and independent population samples in maize reveals low power of QTL detection and large bias in estimates of QTL effects. Genetics 149, Paterson, A.H. (ed.) Molecular Dissection of Complex Traits, CRC Press, Boca Raton Schön, C.C., A.E. Melchinger, J. Boppenmaier, E. Brunklaus-Jung, R.G. Herrmann, and J.F. Seitzer, RFLP mapping in maize. Quantitative trait loci affecting testcross performance of elite European flint lines. Crop Sci. 34: Utz, H.F., and A.E. Melchinger, Comparison of different approaches to interval mapping of quantitative trait loci. In: van Ooijen, J.W. and J. Jansen (eds.), Biometrics in Plant Breeding: Applications of Molecular Markers, Wageningen, Utz, H.F., and A.E. Melchinger, PLABQTL: A computer program to map QTL, Version 1.0, University of Hohenheim. Utz, H.F., and A.E. Melchinger, PLABQTL: A program for composite interval mapping of QTL. JQTL 2(1) Utz, H.F., Melchinger, A.E., and C.C. Schön, Bias and sampling error of the estimated proportion of genotypic variance explained by QTL determined from experimental data in maize using cross validation and validation with independent samples. Genetics 154, Xu, S A comment on the simple regression method for interval mapping. Genetics 141: Zeng, Z.-B., C.-H. Kao, and C.J. Basten, Estimating the genetic architecture of quantitative traits. Genet. Res., Camb. 74, Utz Introduction to PLABQTL 7

8 PLABQTL input files *.qin with data from MAPMAKER/QTL tutorial sample sample_s.qin: sample_c.qin: c Data of MAPMAKER tutorial c Data of MAPMAKER tutorial first c first convert load sample.qdt load sample.qdt out out c to select cofactors scan 2 c by stepwise regression: cov SEL scan 2 sample_t.qin: sample_p.qin: c Data of MAPMAKER tutorial c Data of MAPMAKER tutorial load sample.qdt load sample.qdt out out cov SEL c with all linked cofactors: c to conduct 1000 permutations: cov/+ SEL permut 1000 scan 2 scan 2 sample_d.qin:... c with hand-choosen cofactors: cov sample_v.qin: sample_m.qin: c Data of MAPMAKER tutorial c Data of MAPMAKER tutorial load sample.qdt load sample.qdt out out c to analyse with AA model: cov SEL AA c for 5-fold cross-validation: cov SEL cross scan 2 scan 2 Utz Introduction to PLABQTL 8

9 SIM sample_s CIM sample_c CIM(cov/+) sample_p CIM(cov...) sample_d Figure 2: LOD curves of MAPMAKER/QTL Tutorial sample, analysed with SIM and CIM procedures using PLABQTL (first row chromosome 1, second row chromosome 2) Utz Introduction to PLABQTL 9

Construction of a genetic map, mapping of major genes, and QTL analysis

Construction of a genetic map, mapping of major genes, and QTL analysis Construction of a genetic map, mapping of major genes, and QTL analysis A. Touré a, B.I.G. Haussmann b, N. Jones c, H. Thomas d, and H. Ougham e a b c d IER, CRRA-Sotuba BP 261 Bamako, Mali, West Africa

More information

A major gene for leaf cadmium. (Zea mays L.)

A major gene for leaf cadmium. (Zea mays L.) A major gene for leaf cadmium accumulation in maize (Zea mays L.) Roberta Soric, University of Osijek, Glas Slavonije d.d, d Croatia Zdenko Loncaric, Vlado Kovacevic, University of Osijek, Croatia Ivan

More information

Establishing Marker-QTL Linkage: Principles, Requirements and Methodologies

Establishing Marker-QTL Linkage: Principles, Requirements and Methodologies Establishing Marker-QTL Linkage: Principles, Requirements and Methodologies M. Maheswaran Tamil Nadu Agriculture University, Coimbatore Introduction The idea of using genetic markers to locate the individual

More information

Using Mapmaker/QTL for QTL mapping

Using Mapmaker/QTL for QTL mapping Using Mapmaker/QTL for QTL mapping M. Maheswaran Tamil Nadu Agriculture University, Coimbatore Mapmaker/QTL overview A number of methods have been developed to map genes controlling quantitatively measured

More information

Mapping Genes Controlling Quantitative Traits Using MAPMAKER/QTL Version 1.1: A Tutorial and Reference Manual

Mapping Genes Controlling Quantitative Traits Using MAPMAKER/QTL Version 1.1: A Tutorial and Reference Manual Whitehead Institute Mapping Genes Controlling Quantitative Traits Using MAPMAKER/QTL Version 1.1: A Tutorial and Reference Manual Stephen E. Lincoln, Mark J. Daly, and Eric S. Lander A Whitehead Institute

More information

Quantitative trait locus (QTL) analysis

Quantitative trait locus (QTL) analysis Quantitative trait locus (QTL) analysis This article may be cited as, Vinod K K (20). In: Proceedings of the training programme on A Improvement, University, re, India. Downloaded from http://kkvinod.webs.com

More information

By the end of this lecture you should be able to explain: Some of the principles underlying the statistical analysis of QTLs

By the end of this lecture you should be able to explain: Some of the principles underlying the statistical analysis of QTLs (3) QTL and GWAS methods By the end of this lecture you should be able to explain: Some of the principles underlying the statistical analysis of QTLs Under what conditions particular methods are suitable

More information

Comparison of linkage maps from F 2 and three times intermated generations in two populations of European flint maize (Zea mays L.

Comparison of linkage maps from F 2 and three times intermated generations in two populations of European flint maize (Zea mays L. Theor Appl Genet (2006) 113:857 866 DOI 10.1007/s00122-006-0343-x ORIGINAL PAPER Comparison of linkage maps from F 2 and three times intermated generations in two populations of European flint maize (Zea

More information

QTL mapping in mice. Karl W Broman. Department of Biostatistics Johns Hopkins University Baltimore, Maryland, USA.

QTL mapping in mice. Karl W Broman. Department of Biostatistics Johns Hopkins University Baltimore, Maryland, USA. QTL mapping in mice Karl W Broman Department of Biostatistics Johns Hopkins University Baltimore, Maryland, USA www.biostat.jhsph.edu/ kbroman Outline Experiments, data, and goals Models ANOVA at marker

More information

MOLECULAR marker technologies allow plant ge- published experiments with replicated trials have emneticists

MOLECULAR marker technologies allow plant ge- published experiments with replicated trials have emneticists Copyright 1998 by the Genetics Society of America Quantitative Trait Locus (QTL) Mapping Using Different Testers and Independent Population Samples in Maize Reveals Low Power of QTL Detection and Large

More information

The principles of QTL analysis (a minimal mathematics approach)

The principles of QTL analysis (a minimal mathematics approach) Journal of Experimental Botany, Vol. 49, No. 37, pp. 69 63, October 998 The principles of QTL analysis (a minimal mathematics approach) M.J. Kearsey Plant Genetics Group, School of Biological Sciences,

More information

Factors influencing QTL mapping accuracy under complicated genetic models by computer simulation

Factors influencing QTL mapping accuracy under complicated genetic models by computer simulation Factors influencing QTL mapping accuracy under complicated genetic models by computer simulation C.F. Su 1 *, W. Wang 2 *, S.L. Gong 3, J.H. Zuo 1 and S.J. Li 1 1 Department of Life Sciences, Liupanshui

More information

QTL mapping in mice. Karl W Broman. Department of Biostatistics Johns Hopkins University Baltimore, Maryland, USA.

QTL mapping in mice. Karl W Broman. Department of Biostatistics Johns Hopkins University Baltimore, Maryland, USA. QTL mapping in mice Karl W Broman Department of Biostatistics Johns Hopkins University Baltimore, Maryland, USA www.biostat.jhsph.edu/ kbroman Outline Experiments, data, and goals Models ANOVA at marker

More information

Statistical Methods for Quantitative Trait Loci (QTL) Mapping

Statistical Methods for Quantitative Trait Loci (QTL) Mapping Statistical Methods for Quantitative Trait Loci (QTL) Mapping Lectures 4 Oct 10, 011 CSE 57 Computational Biology, Fall 011 Instructor: Su-In Lee TA: Christopher Miles Monday & Wednesday 1:00-1:0 Johnson

More information

Review of statistical methods for QTL mapping in experimental crosses

Review of statistical methods for QTL mapping in experimental crosses Review of statistical methods for QTL mapping in experimental crosses Karl W. Broman [Reprinted from Lab Animal 30(7):44 52, 2001.] Identification of quantitative trait loci (QTLs) in experimental animals

More information

Efficiency of selective genotyping for genetic analysis of complex traits and potential applications in crop improvement

Efficiency of selective genotyping for genetic analysis of complex traits and potential applications in crop improvement Mol Breeding (21) 26:493 11 DOI 1.17/s1132-1-939-8 Efficiency of selective genotyping for genetic analysis of complex traits and potential applications in crop improvement Yanping Sun Jiankang Wang Jonathan

More information

QTL analysis and QTL-based prediction of flowering phenology in recombinant inbred lines of barley

QTL analysis and QTL-based prediction of flowering phenology in recombinant inbred lines of barley Journal of Experimental Botany, Vol. 56, No. 413, pp. 967 976, March 2005 doi:10.1093/jxb/eri090 Advance Access publication 14 February, 2005 This paper is available online free of all access charges (see

More information

Supplementary Text. eqtl mapping in the Bay x Sha recombinant population.

Supplementary Text. eqtl mapping in the Bay x Sha recombinant population. Supplementary Text eqtl mapping in the Bay x Sha recombinant population. Expression levels for 24,576 traits (Gene-specific Sequence Tags: GSTs, CATMA array version 2) was measured in RNA extracted from

More information

SNP calling and Genome Wide Association Study (GWAS) Trushar Shah

SNP calling and Genome Wide Association Study (GWAS) Trushar Shah SNP calling and Genome Wide Association Study (GWAS) Trushar Shah Types of Genetic Variation Single Nucleotide Aberrations Single Nucleotide Polymorphisms (SNPs) Single Nucleotide Variations (SNVs) Short

More information

Genetic dissection of complex traits, crop improvement through markerassisted selection, and genomic selection

Genetic dissection of complex traits, crop improvement through markerassisted selection, and genomic selection Genetic dissection of complex traits, crop improvement through markerassisted selection, and genomic selection Awais Khan Adaptation and Abiotic Stress Genetics, Potato and sweetpotato International Potato

More information

Marker-Assisted Selection for Quantitative Traits

Marker-Assisted Selection for Quantitative Traits Marker-Assisted Selection for Quantitative Traits Readings: Bernardo, R. 2001. What if we knew all the genes for a quantitative trait in hybrid crops? Crop Sci. 41:1-4. Eathington, S.R., J.W. Dudley, and

More information

Analysis of quantitative trait loci (QTL) 1. Background information. 2. Getting data into MAPMAKER/QTL

Analysis of quantitative trait loci (QTL) 1. Background information. 2. Getting data into MAPMAKER/QTL Analysis of quantitative trait loci (QTL) 1. Background information Over the last half century, a number of methods have been developed to map genes controlling quantitatively measured phenotypes segregating

More information

Quantitative Genetics: Markers for Conventional Breeding

Quantitative Genetics: Markers for Conventional Breeding Quantitative Genetics: Markers for Conventional Breeding P. K. GUPTA MOLECULAR BIOLOGY LABORATORY DEPTT. OF AGRICULTURAL BOTANY CCS UNIVERSITY MEERUT Quantitative Genetics Pre-Mendelian Work Francis Galton

More information

Improving QTL Mapping Resolution Based on Genotypic Sampling-a Case Using a RIL Population

Improving QTL Mapping Resolution Based on Genotypic Sampling-a Case Using a RIL Population a # Acta Genetica Sinica, July 2006, 33 (7): 617-624 ISSN 0379-41 72 Improving QTL Mapping Resolution Based on Genotypic Sampling-a Case Using a RIL Population YAN Jian-Bing, TANG Ji-Hua, MENG Yi-Jiang,

More information

QTL Mapping Using Multiple Markers Simultaneously

QTL Mapping Using Multiple Markers Simultaneously SCI-PUBLICATIONS Author Manuscript American Journal of Agricultural and Biological Science (3): 195-01, 007 ISSN 1557-4989 007 Science Publications QTL Mapping Using Multiple Markers Simultaneously D.

More information

Efficiency of selective genotyping for genetic analysis of complex traits and potential applications in crop improvement

Efficiency of selective genotyping for genetic analysis of complex traits and potential applications in crop improvement DOI 1.17/s1132-1-939-8 Efficiency of selective genotyping for genetic analysis of complex traits and potential applications in crop improvement Yanping Sun Jiankang Wang Jonathan H. Crouch Yunbi Xu Received:

More information

High density genotyping: an overkill for QTL mapping? Lessons learned from a case study in maize and simulations

High density genotyping: an overkill for QTL mapping? Lessons learned from a case study in maize and simulations Theor Appl Genet (2013) 126:2563 2574 DOI 10.1007/s00122-013-2155-0 ORIGINAL PAPER High density genotyping: an overkill for QTL mapping? Lessons learned from a case study in maize and simulations Michael

More information

MAS refers to the use of DNA markers that are tightly-linked to target loci as a substitute for or to assist phenotypic screening.

MAS refers to the use of DNA markers that are tightly-linked to target loci as a substitute for or to assist phenotypic screening. Marker assisted selection in rice Introduction The development of DNA (or molecular) markers has irreversibly changed the disciplines of plant genetics and plant breeding. While there are several applications

More information

Empirical Threshold Values for Quantitative Trait Mapping

Empirical Threshold Values for Quantitative Trait Mapping Empirical Threshold Values for Quantitative Trait Mapping G.A. Churchill* and R.W. Doerge* * Biometrics Unit Cornell University thaca, NY 14853 April 20, 1994 BU-1235-M 1 Running Head: Empirical Threshold

More information

1 why study multiple traits together?

1 why study multiple traits together? Multiple Traits & Microarrays why map multiple traits together? central dogma via microarrays diabetes case study why are traits correlated? close linkage or pleiotropy? how to handle high throughput?

More information

Chapter 1. Overview. 1.1 Introduction

Chapter 1. Overview. 1.1 Introduction Chapter 1 Overview 1.1 Introduction 1 1.2 Book Organization 2 1.3 SAS Usage 4 1.3.1 Example of a Basic SAS DATA Step 4 1.3.2 Example of a Basic Macro 5 1.4 References 6 1.1 Introduction Some 100 years

More information

The genetic dissection of quantitative traits in crops

The genetic dissection of quantitative traits in crops Electronic Journal of Biotechnology ISSN: 0717-3458 http://www.ejbiotechnology.info DOI: 10.2225/vol13-issue5-fulltext-21 The genetic dissection of quantitative traits in crops Kassa Semagn 1 Åsmund Bjørnstad

More information

THE advent of molecular marker technology has The developmental genetics of quantitative traits (or

THE advent of molecular marker technology has The developmental genetics of quantitative traits (or Copyright 1999 by the Genetics Society of America Time-Related Mapping of Quantitative Trait Loci Underlying Tiller Number in Rice Wei-Ren Wu,* Wei-Ming Li,* Ding-Zhong Tang,* Hao-Ran Lu* and A. J. Worland

More information

Xinmin Li 1,3, Richard J Quigg 1,4, Jian Zhou 1, Shizhong Xu 2, Godfred Masinde 3, Subburaman Mohan 3 and David J. Baylink 3

Xinmin Li 1,3, Richard J Quigg 1,4, Jian Zhou 1, Shizhong Xu 2, Godfred Masinde 3, Subburaman Mohan 3 and David J. Baylink 3 Research Article Genetics and Molecular Biology, 29, 1, 166-173 (2006) Copyright by the Brazilian Society of Genetics. Printed in Brazil www.sbg.org.br A critical evaluation of the effect of population

More information

Module 1 Principles of plant breeding

Module 1 Principles of plant breeding Covered topics, Distance Learning course Plant Breeding M1-M5 V2.0 Dr. Jan-Kees Goud, Wageningen University & Research The five main modules consist of the following content: Module 1 Principles of plant

More information

Additional file 8 (Text S2): Detailed Methods

Additional file 8 (Text S2): Detailed Methods Additional file 8 (Text S2): Detailed Methods Analysis of parental genetic diversity Principal coordinate analysis: To determine how well the central and founder lines in our study represent the European

More information

New Stably Expressed Loci Responsible for Panicle Angle Trait in Japonica Rice in Four Environments

New Stably Expressed Loci Responsible for Panicle Angle Trait in Japonica Rice in Four Environments Rice Science, 013, 0(1): Copyright 01, China National Rice Research Institute Published by Elsevier BV. All rights reserved New Stably Expressed Loci Responsible for Panicle Angle Trait in Japonica Rice

More information

How to optimize and compare breeding schemes?

How to optimize and compare breeding schemes? Click to edit Master title style How to optimize and compare breeding schemes? Dr. Friedrich State Plant Breeding Institute University of Hohenheim, Germany Friedrich.longin@uni-hohenheim.de Click to edit

More information

Introduction to Quantitative Trait Locus (QTL) Mapping. Summer Institute in Statistical Genetics

Introduction to Quantitative Trait Locus (QTL) Mapping. Summer Institute in Statistical Genetics Introduction to Quantitative Trait Locus (QTL) Mapping R.W. Doerge Zhao-Bang Zeng Summer Institute in Statistical Genetics 1 General Schedule: Day 1: Session 1: Introduction, experimental design, segregation

More information

Quantitative Genetics, Genetical Genomics, and Plant Improvement

Quantitative Genetics, Genetical Genomics, and Plant Improvement Quantitative Genetics, Genetical Genomics, and Plant Improvement Bruce Walsh. jbwalsh@u.arizona.edu. University of Arizona. Notes from a short course taught June 2008 at the Summer Institute in Plant Sciences

More information

Lecture 1 Introduction to Modern Plant Breeding. Bruce Walsh lecture notes Tucson Winter Institute 7-9 Jan 2013

Lecture 1 Introduction to Modern Plant Breeding. Bruce Walsh lecture notes Tucson Winter Institute 7-9 Jan 2013 Lecture 1 Introduction to Modern Plant Breeding Bruce Walsh lecture notes Tucson Winter Institute 7-9 Jan 2013 1 Importance of Plant breeding Plant breeding is the most important technology developed by

More information

MAPPING OF QUANTITATIVE TRAIT LOCI (QTL)

MAPPING OF QUANTITATIVE TRAIT LOCI (QTL) This article may be cited as, Vinod K K (2006) Mapping of quantitative trait loci (QTL). In: Proceedings of the training programme on "Innovative Quantitative traits Approaches and Applications in Plant

More information

INTRODUCTION TO SELECTING SUBSETS OF TRAITS FOR QUANTITATIVE TRAIT LOCI ANALYSIS

INTRODUCTION TO SELECTING SUBSETS OF TRAITS FOR QUANTITATIVE TRAIT LOCI ANALYSIS Libraries Conference on Applied Statistics in Agriculture 2010-22nd Annual Conference Proceedings INTRODUCTION TO SELECTING SUBSETS OF TRAITS FOR QUANTITATIVE TRAIT LOCI ANALYSIS Tilman Achberger James

More information

New Stably Expressed Loci Responsible for Panicle Angle Trait in Japonica Rice in Four Environments

New Stably Expressed Loci Responsible for Panicle Angle Trait in Japonica Rice in Four Environments Rice Science, 013, 0(): 111 119 Copyright 013, China National Rice Research Institute Published by Elsevier BV. All rights reserved DOI: 10.1016/S167-6308(13)60119-5 New Stably Expressed Loci Responsible

More information

Relaxed Significance Criteria for Linkage Analysis

Relaxed Significance Criteria for Linkage Analysis Genetics: Published Articles Ahead of Print, published on June 18, 2006 as 10.1534/genetics.105.052506 Relaxed Significance Criteria for Linkage Analysis Lin Chen and John D. Storey Department of Biostatistics

More information

HCS806 Summer 2010 Methods in Plant Biology: Breeding with Molecular Markers

HCS806 Summer 2010 Methods in Plant Biology: Breeding with Molecular Markers HCS806 Summer 2010 Methods in Plant Biology: Breeding with Molecular Markers Lecture 7. Populations The foundation of any crop improvement program is built on populations. This session will explore population

More information

Conifer Translational Genomics Network Coordinated Agricultural Project

Conifer Translational Genomics Network Coordinated Agricultural Project Conifer Translational Genomics Network Coordinated Agricultural Project Genomics in Tree Breeding and Forest Ecosystem Management ----- Module 4 Quantitative Genetics Nicholas Wheeler & David Harry Oregon

More information

Experimental Design and Sample Size Requirement for QTL Mapping

Experimental Design and Sample Size Requirement for QTL Mapping Experimental Design and Sample Size Requirement for QTL Mapping Zhao-Bang Zeng Bioinformatics Research Center Departments of Statistics and Genetics North Carolina State University zeng@stat.ncsu.edu 1

More information

QTL mapping of Sclerotinia basal stalk rot (BSR) resistance in sunflower using genotyping-bysequencing

QTL mapping of Sclerotinia basal stalk rot (BSR) resistance in sunflower using genotyping-bysequencing QTL mapping of Sclerotinia basal stalk rot (BSR) resistance in sunflower using genotyping-bysequencing (GBS) approach Zahirul Talukder 1, Gerald Seiler 2, Qijian Song 3, Guojia Ma 4, Lili Qi 2 1 Department

More information

Human linkage analysis. fundamental concepts

Human linkage analysis. fundamental concepts Human linkage analysis fundamental concepts Genes and chromosomes Alelles of genes located on different chromosomes show independent assortment (Mendel s 2nd law) For 2 genes: 4 gamete classes with equal

More information

Introduction to Quantitative Genomics / Genetics

Introduction to Quantitative Genomics / Genetics Introduction to Quantitative Genomics / Genetics BTRY 7210: Topics in Quantitative Genomics and Genetics September 10, 2008 Jason G. Mezey Outline History and Intuition. Statistical Framework. Current

More information

Permutation Tests for Multiple Loci Affecting a Quantitative Character

Permutation Tests for Multiple Loci Affecting a Quantitative Character Permutation Tests for Multiple Loci Affecting a Quantitative Character R.W. Doerge* and G.A. Churchill* BU-1285-M May 1995 * Biometrics Unit, Cornell University, Ithaca, NY 14853 1 Running Head: Multiple

More information

Molecular markers in plant breeding

Molecular markers in plant breeding Molecular markers in plant breeding Jumbo MacDonald et al., MAIZE BREEDERS COURSE Palace Hotel Arusha, Tanzania 4 Sep to 16 Sep 2016 Molecular Markers QTL Mapping Association mapping GWAS Genomic Selection

More information

Identifying Genes Underlying QTLs

Identifying Genes Underlying QTLs Identifying Genes Underlying QTLs Reading: Frary, A. et al. 2000. fw2.2: A quantitative trait locus key to the evolution of tomato fruit size. Science 289:85-87. Paran, I. and D. Zamir. 2003. Quantitative

More information

Computational Genomics

Computational Genomics Computational Genomics 10-810/02 810/02-710, Spring 2009 Quantitative Trait Locus (QTL) Mapping Eric Xing Lecture 23, April 13, 2009 Reading: DTW book, Chap 13 Eric Xing @ CMU, 2005-2009 1 Phenotypical

More information

Genetic analysis of ear length and correlated traits in maize

Genetic analysis of ear length and correlated traits in maize Retrospective Theses and Dissertations Iowa State University Capstones, Theses and Dissertations 2002 Genetic analysis of ear length and correlated traits in maize Andrew Jon Ross Iowa State University

More information

Course Announcements

Course Announcements Statistical Methods for Quantitative Trait Loci (QTL) Mapping II Lectures 5 Oct 2, 2 SE 527 omputational Biology, Fall 2 Instructor Su-In Lee T hristopher Miles Monday & Wednesday 2-2 Johnson Hall (JHN)

More information

A Primer of Ecological Genetics

A Primer of Ecological Genetics A Primer of Ecological Genetics Jeffrey K. Conner Michigan State University Daniel L. Hartl Harvard University Sinauer Associates, Inc. Publishers Sunderland, Massachusetts U.S.A. Contents Preface xi Acronyms,

More information

SNP genotyping and linkage map construction of the C417 mapping population

SNP genotyping and linkage map construction of the C417 mapping population STSM Scientific Report COST STSM Reference Number: COST-STSM-FA1104-16278 Reference Code: COST-STSM-ECOST-STSM-FA1104-190114-039679 SNP genotyping and linkage map construction of the C417 mapping population

More information

Human linkage analysis. fundamental concepts

Human linkage analysis. fundamental concepts Human linkage analysis fundamental concepts Genes and chromosomes Alelles of genes located on different chromosomes show independent assortment (Mendel s 2nd law) For 2 genes: 4 gamete classes with equal

More information

I.1 The Principle: Identification and Application of Molecular Markers

I.1 The Principle: Identification and Application of Molecular Markers I.1 The Principle: Identification and Application of Molecular Markers P. Langridge and K. Chalmers 1 1 Introduction Plant breeding is based around the identification and utilisation of genetic variation.

More information

Let s call the recessive allele r and the dominant allele R. The allele and genotype frequencies in the next generation are:

Let s call the recessive allele r and the dominant allele R. The allele and genotype frequencies in the next generation are: Problem Set 8 Genetics 371 Winter 2010 1. In a population exhibiting Hardy-Weinberg equilibrium, 23% of the individuals are homozygous for a recessive character. What will the genotypic, phenotypic and

More information

High-density SNP Genotyping Analysis of Broiler Breeding Lines

High-density SNP Genotyping Analysis of Broiler Breeding Lines Animal Industry Report AS 653 ASL R2219 2007 High-density SNP Genotyping Analysis of Broiler Breeding Lines Abebe T. Hassen Jack C.M. Dekkers Susan J. Lamont Rohan L. Fernando Santiago Avendano Aviagen

More information

The backcross procedure is used in plant breeding

The backcross procedure is used in plant breeding Comparison of Selection Strategies for Marker-Assisted Backcrossing of a Gene Matthias Frisch, Martin Bohn, and Albrecht E. Melchinger* ABSTRACT for manipulating QTL in foreground selection. Further, they

More information

MARKER-ASSISTED EVALUATION AND IMPROVEMENT OF MAIZE

MARKER-ASSISTED EVALUATION AND IMPROVEMENT OF MAIZE MARKER-ASSISTED EVALUATION AND IMPROVEMENT OF MAIZE Charles W. Stuber Department of Genetics North Carolina State University Raleigh, North Carolina 27695-7614 Q INTRODUCTION Plant and animal breeders

More information

Association Mapping in Plants PLSC 731 Plant Molecular Genetics Phil McClean April, 2010

Association Mapping in Plants PLSC 731 Plant Molecular Genetics Phil McClean April, 2010 Association Mapping in Plants PLSC 731 Plant Molecular Genetics Phil McClean April, 2010 Traditional QTL approach Uses standard bi-parental mapping populations o F2 or RI These have a limited number of

More information

Outline of lectures 9-11

Outline of lectures 9-11 GENOME 453 J. Felsenstein Evolutionary Genetics Autumn, 2011 Genetics of quantitative characters Outline of lectures 9-11 1. When we have a measurable (quantitative) character, we may not be able to discern

More information

http://genemapping.org/ Epistasis in Association Studies David Evans Law of Independent Assortment Biological Epistasis Bateson (99) a masking effect whereby a variant or allele at one locus prevents

More information

of Nebraska - Lincoln

of Nebraska - Lincoln University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Agronomy & Horticulture -- Faculty Publications Agronomy and Horticulture Department 2014 Identification and validation

More information

GENETICS - CLUTCH CH.20 QUANTITATIVE GENETICS.

GENETICS - CLUTCH CH.20 QUANTITATIVE GENETICS. !! www.clutchprep.com CONCEPT: MATHMATICAL MEASRUMENTS Common statistical measurements are used in genetics to phenotypes The mean is an average of values - A population is all individuals within the group

More information

A simple and rapid method for calculating identity-by-descent matrices using multiple markers

A simple and rapid method for calculating identity-by-descent matrices using multiple markers Genet. Sel. Evol. 33 (21) 453 471 453 INRA, EDP Sciences, 21 Original article A simple and rapid method for calculating identity-by-descent matrices using multiple markers Ricardo PONG-WONG, Andrew Winston

More information

Genetics of dairy production

Genetics of dairy production Genetics of dairy production E-learning course from ESA Charlotte DEZETTER ZBO101R11550 Table of contents I - Genetics of dairy production 3 1. Learning objectives... 3 2. Review of Mendelian genetics...

More information

Quantitative Genetics

Quantitative Genetics Quantitative Genetics Polygenic traits Quantitative Genetics 1. Controlled by several to many genes 2. Continuous variation more variation not as easily characterized into classes; individuals fall into

More information

Genomic Selection in Breeding Programs BIOL 509 November 26, 2013

Genomic Selection in Breeding Programs BIOL 509 November 26, 2013 Genomic Selection in Breeding Programs BIOL 509 November 26, 2013 Omnia Ibrahim omniyagamal@yahoo.com 1 Outline 1- Definitions 2- Traditional breeding 3- Genomic selection (as tool of molecular breeding)

More information

Why do we need statistics to study genetics and evolution?

Why do we need statistics to study genetics and evolution? Why do we need statistics to study genetics and evolution? 1. Mapping traits to the genome [Linkage maps (incl. QTLs), LOD] 2. Quantifying genetic basis of complex traits [Concordance, heritability] 3.

More information

STATISTICAL AND COMPUTATIONAL TOOLS IN MOLECULAR BREEDING AND BIOTECHNOLOGY

STATISTICAL AND COMPUTATIONAL TOOLS IN MOLECULAR BREEDING AND BIOTECHNOLOGY STATISTICAL AND COMPUTATIONAL TOOLS IN MOLECULAR BREEDING AND BIOTECHNOLOGY B. M. Prasanna, Division of Genetics, I.A.R.I., New Delhi - 110012 1. Introduction The complexity of problems in statistical

More information

Trudy F C Mackay, Department of Genetics, North Carolina State University, Raleigh NC , USA.

Trudy F C Mackay, Department of Genetics, North Carolina State University, Raleigh NC , USA. Question & Answer Q&A: Genetic analysis of quantitative traits Trudy FC Mackay What are quantitative traits? Quantitative, or complex, traits are traits for which phenotypic variation is continuously distributed

More information

Additive and Over-dominant Effects Resulting from Epistatic Loci Are the Primary Genetic Basis of Heterosis in Rice

Additive and Over-dominant Effects Resulting from Epistatic Loci Are the Primary Genetic Basis of Heterosis in Rice Journal of Integrative Plant Biology 2009 Additive and Over-dominant Effects Resulting from Epistatic Loci Are the Primary Genetic Basis of Heterosis in Rice Xiaojin Luo 1,2,3,4, Yongcai Fu 1,2,3, Peijiang

More information

Mapping and Mapping Populations

Mapping and Mapping Populations Mapping and Mapping Populations Types of mapping populations F 2 o Two F 1 individuals are intermated Backcross o Cross of a recurrent parent to a F 1 Recombinant Inbred Lines (RILs; F 2 -derived lines)

More information

Chapter 1 What s New in SAS/Genetics 9.0, 9.1, and 9.1.3

Chapter 1 What s New in SAS/Genetics 9.0, 9.1, and 9.1.3 Chapter 1 What s New in SAS/Genetics 9.0,, and.3 Chapter Contents OVERVIEW... 3 ACCOMMODATING NEW DATA FORMATS... 3 ALLELE PROCEDURE... 4 CASECONTROL PROCEDURE... 4 FAMILY PROCEDURE... 5 HAPLOTYPE PROCEDURE...

More information

OPTIMIZATION OF BREEDING SCHEMES USING GENOMIC PREDICTIONS AND SIMULATIONS

OPTIMIZATION OF BREEDING SCHEMES USING GENOMIC PREDICTIONS AND SIMULATIONS OPTIMIZATION OF BREEDING SCHEMES USING GENOMIC PREDICTIONS AND SIMULATIONS Sophie Bouchet, Stéphane Lemarie, Aline Fugeray-Scarbel, Jérôme Auzanneau, Gilles Charmet INRA GDEC unit : Genetic, Diversity

More information

A genomic scan of porcine reproductive traits reveals possible quantitative trait loci (QTLs) for number of corpora lutea

A genomic scan of porcine reproductive traits reveals possible quantitative trait loci (QTLs) for number of corpora lutea Mammalian Genome 10, 573 578 (1999). Incorporating Mouse Genome Springer-Verlag New York Inc. 1999 A genomic scan of porcine reproductive traits reveals possible quantitative trait loci (QTLs) for number

More information

Exact Multipoint Quantitative-Trait Linkage Analysis in Pedigrees by Variance Components

Exact Multipoint Quantitative-Trait Linkage Analysis in Pedigrees by Variance Components Am. J. Hum. Genet. 66:1153 1157, 000 Report Exact Multipoint Quantitative-Trait Linkage Analysis in Pedigrees by Variance Components Stephen C. Pratt, 1,* Mark J. Daly, 1 and Leonid Kruglyak 1 Whitehead

More information

ANALYSIS OF QTL DATA Amrit Kumar Paul Indian Agricultural Statistical Research Institute, New Delhi 12

ANALYSIS OF QTL DATA Amrit Kumar Paul Indian Agricultural Statistical Research Institute, New Delhi 12 ANALYSIS OF QTL DATA Amrit Kumar Paul Indian Agricultural Statistical Research Institute, New Delhi Introduction Statistical computational techniques have developed to analyse and map QTL in plant species.

More information

Identification of a major quantitative trait locus for ear size induced by space flight in sweet corn

Identification of a major quantitative trait locus for ear size induced by space flight in sweet corn Identification of a major quantitative trait locus for ear size induced by space flight in sweet corn Y.T. Yu, G.K. Li, Z.L. Yang, J.G. Hu, J.R. Zheng and X.T. Qi Crops Research Institute, Guangdong Academy

More information

Evaluation of Advanced GEM Lines for Multiple Insect Resistance and Fumonisin Concentration

Evaluation of Advanced GEM Lines for Multiple Insect Resistance and Fumonisin Concentration Evaluation of Advanced GEM Lines for Multiple Insect Resistance and Fumonisin Concentration Martin Bohn University of Illinois, Urbana, Illinois PROJECT DESCRIPTION The overall objective of this project

More information

QTL Mapping, MAS, and Genomic Selection

QTL Mapping, MAS, and Genomic Selection QTL Mapping, MAS, and Genomic Selection Dr. Ben Hayes Department of Primary Industries Victoria, Australia A short-course organized by Animal Breeding & Genetics Department of Animal Science Iowa State

More information

DO NOT COPY. Sorghum Conversion and Introgression Programs. Two strategies for exploiting unadapted germplasm for crop improvement

DO NOT COPY. Sorghum Conversion and Introgression Programs. Two strategies for exploiting unadapted germplasm for crop improvement Sorghum Conversion and Introgression Programs Two strategies for exploiting unadapted germplasm for crop improvement Robert R. Klein, USDA-ARS Leo Hoffmann, Texas A&M William L. Rooney, Texas A&M Patricia

More information

Gene Mapping in Natural Plant Populations Guilt by Association

Gene Mapping in Natural Plant Populations Guilt by Association Gene Mapping in Natural Plant Populations Guilt by Association Leif Skøt What is linkage disequilibrium? 12 Natural populations as a tool for gene mapping 13 Conclusion 15 POPULATIONS GUILT BY ASSOCIATION

More information

Genetic analysis of quantitative trait loci with inbred and hybrid progeny of maize

Genetic analysis of quantitative trait loci with inbred and hybrid progeny of maize Retrospective Theses and Dissertations Iowa State University Capstones, Theses and Dissertations 1997 Genetic analysis of quantitative trait loci with inbred and hybrid progeny of maize David Frederick

More information

Genetics or Genomics?

Genetics or Genomics? Genetics or Genomics? genetics: study single genes or a few genes first identify mutant organism with change of interest characterize effects of mutation but only a fraction of 30k human genes directly

More information

Using Triple Test Cross Analysis to Estimates Genetic Components, Prediction and Genetic Correlation in Bread Wheat

Using Triple Test Cross Analysis to Estimates Genetic Components, Prediction and Genetic Correlation in Bread Wheat ISSN: 39-7706 Volume 4 Number (05) pp. 79-87 http://www.ijcmas.com Original Research Article Using Triple Test Cross Analysis to Estimates Genetic Components, Prediction and Genetic Correlation in Bread

More information

Association Mapping in Wheat: Issues and Trends

Association Mapping in Wheat: Issues and Trends Association Mapping in Wheat: Issues and Trends Dr. Pawan L. Kulwal Mahatma Phule Agricultural University, Rahuri-413 722 (MS), India Contents Status of AM studies in wheat Comparison with other important

More information

Linkage Disequilibrium

Linkage Disequilibrium Linkage Disequilibrium Why do we care about linkage disequilibrium? Determines the extent to which association mapping can be used in a species o Long distance LD Mapping at the tens of kilobase level

More information

Selection and breeding process of the crops. Breeding of stacked GM products and unintended effects

Selection and breeding process of the crops. Breeding of stacked GM products and unintended effects Selection and breeding process of the crops. Breeding of stacked GM products and unintended effects Critical steps in plant transformation Getting the gene into the plant genome Getting the plant cell

More information

1. why study multiple traits together?

1. why study multiple traits together? Multiple Traits & Microarrays 1. why study multiple traits together? 2-10 diabetes case study 2. design issues 11-13 selective phenotyping 3. why are traits correlated? 14-17 close linkage or pleiotropy?

More information

AD HOC CROP SUBGROUP ON MOLECULAR TECHNIQUES FOR MAIZE. Second Session Chicago, United States of America, December 3, 2007

AD HOC CROP SUBGROUP ON MOLECULAR TECHNIQUES FOR MAIZE. Second Session Chicago, United States of America, December 3, 2007 ORIGINAL: English DATE: November 15, 2007 INTERNATIONAL UNION FOR THE PROTECTION OF NEW VARIETIES OF PLANTS GENEVA E AD HOC CROP SUBGROUP ON MOLECULAR TECHNIQUES FOR MAIZE Second Session Chicago, United

More information

A rapid marker ordering approach for high density genetic linkage maps in experimental autotetraploid populations using multidimensional scaling

A rapid marker ordering approach for high density genetic linkage maps in experimental autotetraploid populations using multidimensional scaling DOI 10.1007/s00122-016-2761-8 ORIGINAL ARTICLE A rapid marker ordering approach for high density genetic linkage maps in experimental autotetraploid populations using multidimensional scaling K. F. Preedy

More information

Mixed inheritance model for resistance to agromyzid beanfly (Melanagromyza sojae Zehntner) in soybean

Mixed inheritance model for resistance to agromyzid beanfly (Melanagromyza sojae Zehntner) in soybean Euphytica 122: 9 18, 2001. 2001 Kluwer Academic Publishers. Printed in the Netherlands. 9 Mixed inheritance model for resistance to agromyzid beanfly (Melanagromyza sojae Zehntner) in soybean Jiankang

More information

Mapping of QTLs Controlling Grain Shape and Populations Construction Derived from Related Residual Heterozygous Lines in Rice

Mapping of QTLs Controlling Grain Shape and Populations Construction Derived from Related Residual Heterozygous Lines in Rice Journal of Agricultural Science; Vol. 8, No. 9; 2016 ISSN 1916-9752 E-ISSN 1916-9760 Published by Canadian Center of Science and Education Mapping of QTLs Controlling Grain Shape and Populations Construction

More information