PROC QTL A SAS PROCEDURE FOR MAPPING QUANTITATIVE TRAIT LOCI (QTLS)

Size: px
Start display at page:

Download "PROC QTL A SAS PROCEDURE FOR MAPPING QUANTITATIVE TRAIT LOCI (QTLS)"

Transcription

1 A SAS PROCEDURE FOR MAPPING QUANTITATIVE TRAIT LOCI (QTLS) S.V. Amitha Charu Rama Mithra NRCPB, Pusa campus New Delhi mithra.sevanthi@rediffmail.com Genes that control the genetic variation of quantitative traits are called quantitative trait loci (QTL) (Tanksley 1993). Finding the genome locations of the QTL and estimating the effects of the QTL using molecular markers as anchors is called QTL mapping (Tanksley 1993). Though the linkage between a genetic marker and a QTL was first demonstrated by associating the seed colour (marker) and seed size (QTL) in Phaseolus vulgaris (Sax 1923), non-availability of genetic markers remained one of the biggest practical hurdle for QTL detection (Thoday, 1961). This limitation was overcome by the construction of saturated linkage maps with molecular markers, allowing systematic genome-wide scans for QTLs influencing the expression of a quantitative trait (Paterson et al. 1988). From the single marker analysis (SMA) Sax (1923) employed to detect QTL in a segregating population, the QTL mapping procedures have come a long way now with development of large segregating (F 2 and BC) and immortal populations (RILs, DH and MAGIC) and the availability of sophisticated mapping procedures and software to implement them. QTL mapping almost exclusively uses the linear model to describe the relationship between the phenotypic value and the putative QTL. The most commonly used method is the maximum likelihood method. Logarithm of Odds (LOD) score or Likelihood Ratio Test (LRT) (Wilks 1938) is often used as the test statistic. There are at least dozens of software available to execute QTL analysis. QTL cartographer and Mapmaker/QTL version are the widely used ones. Why? However most of the availble software programmes do not handle marker data that exhibit segregation distortion. Segregation distortion is a ubiquitous phenomenon in the biosphere, which is responsible for deviation of the frequency of genotypes from the expected Mendelian ratio within segregating populations, which get fixed upon continuous selfing, thereby also affecting permanent mapping populations (Xu et al. 2008). Depending on the population under investigation, Mendelian ratio of a locus varies from 1:1 for a backcross to 1:2:1 for F 2 to 1:1:1:1 for a four-way cross. This phenomenon is actually encountered in mapping populations and caused by either gametic or zygotic effects (Li et al. 2005). Comparisons have shown that this phenomenon is more prevalent in RILS and DH than F2 mapping populations (Zhang et al. 2010). Loci exhibiting segregation distortion may not be common across populations (Yamagishi et al. 2010). Moreover, in some mapping populations such as RILs and F2, more often than not conscious or unconscious selection is exercised while sampling genotypes for phenotyping and genotyping. This selection, which may be very important for practical purposes, also brings in segregation distortion. Thus many polymorphic markers are excluded from the final analysis which shows segregation distortion either owing to genetic reasons or selection practiced, despite them being informative. For a long period of time, the effects of distorted markers on the result of QTL mapping were not known. Such loci or markers also cannot be handled by regular mapping procedures. For precaution, people simply discarded all the distorted markers in QTL

2 mapping. However, Xu (2008) reported that distorted markers can be safely used for QTL mapping with no detrimental effect on the result of QTL mapping. This finding can help researchers save tremendous resources by using all available markers, regardless whether they exhibit Mendelian segregation or not. If distorted markers are handled properly, they can be beneficial to QTL mapping and software programme (Hu and Xu 2010) handles such markers properly so that they can be employed for the QTL detection. Many commonly used software tools do not also handle data that are binary or discrete in nature, making it difficult to analyze threshold characters. Some traits have a discrete distribution, e.g., disease resistance traits, litter size, where the phenotype is measured by kind, e.g., affected and normal; or by classes e.g., 1, 2, 3 and 4 (Falconer 1960; Xu and Atchley 1996). Very few disease resistance traits are controlled by a single gene (Turnpenny and Ellard 2005) and litter size is certainly a quantitative trait, however, are controlled by multiple genes plus environmental effects. These traits, although phenotypically very simple, are genetically complicated. They are polygenic traits and thus are often defined as complex traits (Lander and Schork 2006). The way to handle these traits is to hypothesize an underlying continuously distributed liability under each discrete trait (Wright 1934). The connection between the unobserved liability and the observed phenotype is through a threshold. Below the threshold, the individual will have the normal phenotype. Above the threshold, it will show the abnormal (disease) phenotype. Using the threshold model, we can map QTL controlling the unobserved liability (Rao and Xu 1998; Xu et al. 2005; Xu and Atchley 1996). The QTL parameters are estimated in the scale of liability. mapping software also covers these kinds of complex traits, the only condition being the number of classes used should not exceed 10. What is Proc QTL? is a user defined SAS procedure for mapping quantitative trait loci. The current version of can handle the following mating designs: F 2, BC (backcross), FW (fourway cross), RIL (recombinant inbred lines) and DH (double haploid). It uses two major statistical methods to estimate QTL parameters, the maximum likelihood method (ML) and the Bayesian method. The maximum likelihood method is used for interval mapping while the Bayesian method is used for mapping multiple QTL. Ebayes method is used for mapping interactions between loci. More importantly it can handle marker data showing segregation distortion and also data that are in class intervals or binary in nature. It can handle the former under ML and the latter in any method, only requirement being declaration of the variable as class. This programme needs SAS environment for its execution. In a SAS enabled system, software can be downloaded and invoked. It needs two files for QTL detection like any other programme: one with phenotypic data of individuals along with their marker data across loci and another with the markers with their map positions. Map positions within a chromosome need to be cumulative. Markers have to be named as m1, m2, m3 to mn and the phenotypic variable as Y. Different statements required for executing this procedure (Table 1). Those statements that are marked in the table (**) are mandatory and others are used when required. For example, CLASS needs to be included in the script only when discrete traits are analyzed. METHOD has to be specified as ML or Bayes or Ebayes etc, otherwise method ML will be executed by default. For distorted markers, the method, ML /distortion has to be mentioned; even if one mentions distortion under methods it will not be executed.

3 Table 1: Statements required for procedure and their description Statement Description ** CLASS invokes the procedure declares classification (discrete) variables MODEL** defines the linear model to be fit for non-qtl effects, e.g., location and gender METHOD defines the method to be used for analysis; default is ML MARKER provides names of markers to be included in the analysis; default will consider all markers MATINGTYPE** define the type of line cross GENOTYPE** defines marker genotypes ESTIMATE** defines QTL effects (linear contrasts of genotypic values) RANGE specifies a region of the genome for analysis; default will scan the entire genome. WEIGHT declares a weight variable BY declare variables as subgroups for separate analysis (data must be sorted first) STEP Scanning interval in the genome in cm. The output data file contains the following information (Table 2). There may be little variation among methods with respect to the output parameters depending upon what they are intended for. Table 2: Variables in the output dataset Variables Description Trait The name of dependents variable specified in the model statement Chr Chromosome identification of the position scanned Marker The name of molecular marker variable described in the primary dataset Position Location of each assumed locus in the linkage map n_iter Number of iterations required for convergence conv_err Convergence error LRT Likelihood ratio test statistics Wald Wald test statistics Ve Residual error variance Intercpt The intercept or the mean of the dependent variable (trait) var_i The variance of the i-th user-defined QTL effect cov_i_j The covariance between the i-th and the j-th QTL effects intcpt_1 intcpt_n The intercept for ordinal data analysis. The first and last values are 1E10 and 1E10, respectively.

4 LRT_dist freq_aa freq_ab freq_bb The test statistics for segregation distortion analysis The estimated frequencies of genotypes AA, AB and BB for the locus scanned The tests statistics are Likelihood Ratio Test (LRT) and Wald statistic. It is better to use LRT than Wald statistic at least while analyzing distorted markers. Both of them essentially arrive at the same conclusion follow and the χ2 distribution but the Wald statistics are inflated than LRT. In plants LOD scores are the more common test statistics; however in animals LOD scores as well as LRT is used. Heritability estimates are not given in the output. Since genotype frequencies and estimates are availble from the output data set, one can directly calculate mean and variance from the phenotypic data and go for estimating heritability (R 2 ). A sample statement for proc qtl data=pridata map=map1 out=iarigb10 method='ml'/distortion step=5; model Y =; matingtype "RIL1"; Genotype A1A1='A' A2A2='B'; estimate "A"=1-1; run; For further reading and clarifications, the reader may download manual from the following site. Worked out example The following are the two data files required for QTL analysis. First one is the data on grain length obtained from 276 recombinant inbred lines (RILs) by continued selfing for six generations and their marker data (16 markers ) on chromosome one of rice. This data set is called the primary data set in QTL analysis. First two lines have the parental data and the rest are RILs. The second data set pertains to the genetic map indicating markers names, their position on the chromosome and the respective chromosomes. These two files need to be imported in SAS environment for further analysis after which is run. If these two files are named as pridata and map1 respectively, then the sample statements given above can be used as such. 1. Pridata(data file): Kindly note that the missing data is given as U and the markers are coded as either A or B since the population analyzed is homozygous and no heterozygotes are allowed in this data set. Y m 1 m 2 m 3 m 4 m 5 m6 m 7 m 8 m1 m9 0 m11 m1 m12 3 m1 4 m1 5 m A A A A A A A A A A A A A A A A 9.62 B B B B B B B B B B B B B B B B 9.56 B A A A A A A A A B B B B B B A B A A A A A A A A A A A A A B B 9.39 A B B B B B B B B A U U A A B A 9.09 B A A A A A A A A U A A A A A A 8.77 A A A B A B A A B A A A A A A A

5 8.68 B B B B U B A A A A A A A A A A 9.72 A B B B B B U A A B B B B B B B 9.49 A A B B B B B U B B B B B B B B B B B B B A A A B B B B B B B B 9.89 B B B B A A A A B A U B A A B A 9.38 A A A A A A A B A A A A A A B A 9.25 B B B B A A A A A B B B A A A B 9.38 B B B B A A A A A U B U A A B A 9.47 B A A B B B A B B A B U A A A B 8.64 A A U A A A A A A A B B A A A A 9.07 B A U B A B A B B U B B B B B B 9.63 B B U B B B A A B B A A A A A A 9.71 A A A A A A A A A B B B B B B B 9.24 B B U B A A A A A A A A A A A A 9.85 A A U A A B A A A A B B A A B B 9.58 B B U B A A A A A A B B A A B A 9.88 B B U U B B B B B U B B B A B B 8.50 B B B B B B A A A B B B B B B B U B U B B B B B B B B B B B B B 9.44 U B B B A A A A A B B B B A A A 8.96 B B B B B B U A A B B B A A A B 9.43 A A U A A A A A A A B B A A A A B B B B B B B A A B A A A B B B 9.75 A A A A A A A A A A A A A A A A 9.43 B B B B B A A A A B B B B B A A 9.84 B B U B B B U A A A A A A A A A 9.70 B B U B B B A A A A A A U A A B B B U B B A A A A A A A A A A A 9.54 A B B B B A A A A A A A A A A A 9.68 B B B A A A A A A B B B B B B B 9.59 A A A A A A A A A A A A A A A A 9.55 B B B B B A A A A B A A A A A A 9.26 A A A A A A A A B A A A B B B B A A A A A B A A U A A A A A A A 9.20 B B B B A A A A B A B U A A A A B A A A A A A A A A B U A A B B B B B B B B A B A B B B B B B B 9.77 B A A A A A A A A U U U A A A A 9.81 B B B B B A A A A A A U A A A A 9.00 B B B B B B A A A A A A A A A A 8.97 B B B B A A A A A B B B B B U B

6 9.57 B B B A B A B B B A A A A A A A B B B B B B A B B A A A A A A A A A A A B B B B A A A A A A A A 9.59 B B A A B B B B A B A A A A A A 9.63 B B B B B B B B B A B B B B B B 9.96 B B B B B B A A B A A A A A B B 9.23 A B B B B B B A A A A A A A A A 9.87 A A A B B A A A A A A A A A A A 9.39 B B B B B B A A A U A A A A A A B B B B A A A A A A A A A A A A 9.52 B B B B U B A A A A A A A A A A 8.93 B B B B U A A A A A A A A A A A 9.92 A A A A A A A A A A A A A A A B 9.53 A A A A A B A A A A A A A A A A 9.17 A A A A A A A A A U A A A A B B 9.82 B B B B B A A A A B U B A A A B A A U A B B A A B A B B B A B B A A A A A A A A B A A A A A A A 9.55 B B B B B B B A B A A A A A A A 8.86 B B A A A B A A A A A A A A A A 9.64 B A A B A B A B B A A A A A A A A A A B A B A U B A A A A A A A 9.50 A A A B A B A B A B B B A A A A 8.79 B A A B A B A B B B B B B B B B 8.77 B A A B B B A A A A B B B B A A 9.53 B A A B A B A B B A B U A A A A 9.48 B A A B A B A A B A A A U A A A 9.78 A A A B A B A B B A A A A A A A 8.92 B B A U A B A B B A A U A A A A A B B B B B B B B A A A A A B B 8.34 A A A B A B A B B A A A A A A A 9.52 A A A B A B A A B A B B A A B B 9.61 A A A U A B A A A A B U A A B A

7 10.97 B A A B A A B B A A A A A A A A B B B 9.44 U A A B A B A A A B B B B B B B B B B 9.47 B A A B A A A A B U B B B A B B B A B 9.57 B A A B A B A B B U B B B A A A A B A 8.74 B B B B B A B B B B B B A A A B B B B A A A B B A B B B A B B A A A A A A A A A B B A B A B B B A A A A A A A A A 9.31 U A B B A B A A A A B B B A B A A A A 9.51 U A B B B A A A A A A A A A A A A A A A A B B A B A A B A A A A A B A B B B B A B B B B A B B A A A A A B A B B B 9.83 B A A B A B A A A A A A A A B A B B B 9.01 U A A B U B A B B A A U B A B A B B B A A A A A A A A A B B B B B B B B A B 9.77 A B A B B A A A A A A A A A A A A A A 9.80 A A A A A B A A A A A A A A A A A A A 9.62 A A A A A B A B B A B B B B B B A A A 9.56 A A A A B B A B B A A A A A A A B B B 9.71 B B B B B A B U A A A A A A A A A A A 9.27 B B B B B A A U B A A B B B A A B B B 9.01 B B B B B B B B U A A A A A A A B B A 9.77 B B B B A A A A A B A A A A A A B A B 9.65 A B A A B A A A A A A A A A A A A A A 9.56 B B B B B B A B B B B B A A A A A B A 8.85 B A A A A B B B A B B B B B B B B B B A A A A B B B B A A A B B A A A A A A 9.82 A A U A A A U A A A A A A A A A B B B 8.85 B B A B B B A A A A A A B B B B A B A 9.27 B A A A A A A A A A A A A B B B U A A A A A B A B A A B A A A A A A A A A B 9.91 B B B B B B B A A A A A A A A A B B B 9.26 B A A A A A A A A A A A A U A A A A B 9.07 B A A A A A A A A A A A A A A A B B B 9.65 A A B B A A A A A B B B B B B B A A B 9.48 A B B B A A A A A A A A A A A A A A A 9.76 B B B B B B B B B A A A A A A A B B B B B B U U B A B B U B B A A B A A B B 8.89 B B B B B A B A A A A A A A B A A B A 9.03 A B U B B B B A B A A A A B B A B A B

8 10.67 A A A U A B U A B A A A A A A A A B A 9.98 A B B B B B A A A B B B B B B A B B B A B B B A A A A A A A A A A A A A B B B B B B U B U B B A A A A A A A B A A 8.63 A A A A B B B A A A A A B B B B A A A A B B B B B B B A U A A A A A A A U B A A B A A A B A A B B B A A U A B B B 9.67 A A B A A B A A A A A A A A A A B A B 9.58 B B B B B B B B B B B B B B B B B A B 9.30 A A A A A A A A A A A A A A A A A A A 9.77 A A B A A B B B A A A A A A A A A A A 9.45 B B B B B B B B A A A A A A A B A A A 9.26 A B B U A A U B A U U A A A A A A A A 8.88 B B B A A A U A U B A A A A A A A A A 9.41 A A A A A A A A B B B B B A U A B B B 9.51 A A A A A A U A A B B B B A B A B B B 9.92 B B B B B B U A B A A A A A A A A B B 9.48 A A A B A A A A A A A A A A A A A A A A A A A A B B B A B B B B B A A A B B 9.07 A A A B U A A A A A A A A A A A A A A 9.76 B B B A A A A A A A A A A A A A A A A 9.94 A A A B U A A A A A A A A A A A A A B 9.78 A B B B B B A A A A A A A A A B B B B B B B B B A A A A U A B U B B B A A A 8.78 A A A A A A B B A A A A A A A A B A B 9.53 B A A A A A U A A B B B B B B B A B B 9.28 A A A A B B B B B B B B B B B B B A B 9.02 B B A A A A B A A B A B B B B A B B B B A A A A A U A A A A A A A A A A A U 8.34 B A A A B A U A A A A A A A A B A B A B U B U U B B B A A A A A A A U A B B B B B B B B B B B A A A A A A B A A A A U A B A A A A A B B B B B B B A B B A A B B U B A A B B B B A A A A A A A 9.28 A A A A U B U B B A A A A A A A A A A 9.61 A A B B U B U B B A A A A A A A A A A B A B B B B B B B A A A A A A A A A A 9.49 B A B B A B B B B A A A A A A A A A B 9.22 B A A A A B B B B A A A A A A A B B B A A A A A B B U B A A A A A A A B B B B B B B B A B U B B B B B B A A A B B

9 9.41 B A A B U B B B B A A A A A A A A A A 9.32 A A A A A B B A B B B B A A A A B B B 9.92 B B B B B A B A A U B U A A A A A A A B A A B B B B A A B B U B A A B B A B B B B B A B B U A A B B B B B B B B B 9.66 B A A A A A B A A A A A A A U A A A A 9.60 A A A A A A B A A A A A A A A A A A A B B B B B B B A B A A A A A A B B B B 9.46 A A A A A A B A A U B B A A A A B B B 9.75 A A A A A A B A A U A A A A A A B B B 9.65 B A A B U B B B A A A A A B A A A A B 9.73 A A A B A B B B B A A A A A A A A A A 9.31 A B B B B B B B B A A A A A A B B B B B B B B A A B A A A B B B B B B A A A 9.75 B B B B B A B A A A A A A A A A B A B 9.80 B B B B B A U A A A A A U A A A A B B A A B B A B B B B U B B B B B B B A B 9.42 B B B B A A B A A A A A A A A A B B B 9.08 A A A B A A B A A A A A A A A A B A A 9.73 A A A A U A B U A B B B B A B B B B B 9.52 B B B B A U B U A A A A A A A A B B B 9.33 A A A B U B B U B A A A A A A A B A B A A A A A B B U A A A A B B B B B A A 9.56 B B B B B B B U B B B B B A B B B B B 9.13 A B B B B B B B A B A A A A A A A A A 9.36 A A A A A A A A B B B A A A A B A B U 9.64 A A A A A A A A A A B B B B B B B B B 9.74 B B B B B B A A U B B B B B B A A A A A B B B B A A A A A B A A A A B A A A 9.05 A U B B B B A A A A B A A A A B A A A 9.48 A A A A U B U A A A A A A A A B A A A 9.09 B A A A U B A B B B A A A A A B A A A A A U B A B A B A B A B B B B A A A A 9.60 A A B B U B A B B B A B B B B B A A A 9.53 A A A A B A A A A U B B A A B B A A A 9.87 B U A A A A A A A A B A A A A B B B B 9.54 A A A B B B B B B B B A A A A A B B B 9.67 B A A B B A A A A U B B B B B B B B B 9.51 B A A B A A A A A A B U A A A B B B B 9.49 B B U B B A A A A A A B B B B B A A A B A A B B B B B A U A A A A A B B A B

10 9.38 B B B B B B B B A B B B B B B B B B B 9.37 A A A A A A A A A B B A A A A B B A B A A A A U B B B U A B A U A U B A U A 9.29 B B B B A A A A A A A B A B B B B A A B B B B B B B A A A B A A A A B B B B 9.61 A B B B B A A A A U B A A A A B A A A 8.99 B U B B B A A A U A A B B B A A B A B B A B U B B A B B B B A A A A B A B U 9.74 B A A A A A B B B B B B U B B B B A B 9.65 B B B B B A A A A B A A A A A A A A A 9.83 A A U B B A A A A A A A A A A B U A A B A A B U B A B A B B A A B B B B A B 9.38 A A U U A A A A A A B A A A A B B B B 9.67 A A A A A A A A A B A A A A A B A A A 9.59 B B B B B B B B B A B B B B B B B B B 9.87 B B U B U B B B B A A A A A A A A A A B B U B B B B B B A A B B B B U U A B 8.81 B A U U B B A A B A B A A A A B B A B 9.42 B B U B B A A A A B B A A A A B A A A 9.50 B A A A A A A A A A B A A A A B A A A A B B B B B B A A B A A A A A B B A B 8.48 A B B B U B A B A A B B B B B B B B B 9.06 A A A A A A A A A A U A A A A B A B B 9.76 A A A A A A A A A A B B B B B B B A B 9.25 A A B B B B A A A A A A A A A B B A B 9.41 U A B B B B A A A B A A A A A A B A B 9.63 B A A A A A A A B A B A A A A A A A B 9.51 A B B B B A A A A A B A A A A B B B B 9.59 B B B B B B A A A A U A A A A U A A A 9.57 A B B A A A A A B B B B A A A U A A A A U B U A A A A A A B A A A A B A A B 9.72 A A B B B A A A A A A B A A A A A A A 8.30 B A B B A A A A A A U A U A A B A A A 9.06 B B U U B A A A A A A B B B B B A U A 8.47 B B B B B A A A A B A B B B B A A A A 8.54 B B B B B B A A A A B A A A A A B A A 9.69 B A A A A A A A A A B A A A A U B B B 9.92 B A A A A A A A A A A A A A A B A B B A A A A A A A A A A A A A A A B A A A 9.26 A B B B A A A A A U A A A A A U B A B U A B B U B A B B A A A A A A B A A B

11 8.55 A A A A A B B B B A A A B U B A B B B 9.22 U U B B A B A A A A A A A A A B B A B 9.36 A A B A A B A B B A A B B A B A A A B 8.63 B A A A A A A A A A A B B B B U A A A A B B B U B A B B U A A A A A B B B B 9.87 B B B B B B B B A B B A A A A U A A B B B U U B B B B B A B A A A A U B A B 9.16 B B B B B B A A A B B A A A A A A B A 9.55 B B B B B A A A A A B A A A A B B A B 9.22 B A B A A A A A A A A B B A A B A U A 9.45 B B B B B B B B B A A A A A B B B A A 9.64 A B B B B A A A A A B A A A B A A A A 9.13 A A A A B A A A A B B B U U B B B B B 9.56 A A A A U B A B B B A A A A A A B A B 9.75 B A A B U B A B A A B A A A A B A A A 9.84 U A A B A B A B B A B A A A A B A A A 8.60 A A U A B A A A A A B U A A A B A A B 9.67 A A A B B B A B B A U A A A A B B A A 8.85 U A U U B B A A A A B A A U A B A A U 9.74 A A A U A A A A A A B A A A A B A A A 9.21 B A A A A A A A A A A A A A A B B B B B B B B B A A A A A A A A A A A U B U A A A U B B U A U A B A A A A A A A B A B B B B B B B A A B U A A A A B B B 9.96 A B A A B A B A A B A A A A A U A U A U B B B B A B B B B A A A A A B A A A A A A A A A A A A U A A A A A B A A B 9.55 B U B B B A A A B B B B B B B B B U B A A A A A A A A A A B A A A A A A A A 8.39 A B B B B B B B B A U A A A A B B B B A B B B A B A B A A B A A A A B B A B 9.61 B A U B A B B B B A A A A A A A A A A B A U B A B A B B A A B B B B B A B B 9.96 A A B B B B A B A A A A A A A B B B U 9.23 A B B B B A B B A A B A A A A U A U A 2. map1(data file): Kindly note that the marker distances are cumulative and the first marker position is referred to as zero. marker distance chromosome m1 0 1 m

12 m m m m m m m m m m m m m m The output in the SAS log describes the data set and gives information on the missing percentage of markers. The result of the analysis can be exported to excel or doc file as per one s need. The SAS output is given below: Population Information: Sample size: 278 Number of non-qtl effects: 0 Number of markers: 16 Number of traits: 1 Mating type: Recombinant inbred line (Selfing) Marker Information: AA: 2533 BB: 1707 Number of missing marker genotypes: 208 Total number of marker genotypes: 4448 Missing marker proportion: 4.68% QTL Effect(s) defined: A : 1.00 AA BB

13 trait chr marker position n_iter conv_err LRT Wald ve intercpt A var_1 LRT_dist freq_aa freq_bb LRT_QS Y 1 m Y Y Y Y Y Y Y 1 m Y Y 1 m Y Y Y Y 1 m Y Y Y Y Y 1 m Y Y Y Y Y Y Y Y Y 1 m Y Y Y Y Y Y Y Y Y Y 1 m

14 Y Y Y Y Y 1 m Y Y Y Y 1 m Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y 1 m Y Y Y Y Y 1 m Y Y Y Y 1 m Y Y 1 m Y 1 m Y Y 1 m Y

15 Y Y Y Y Y 1 m The marker intervals having LRT scores higher than 10.2 (for α = at 1 d.f) are significant ones harbouring the QTLs and they are highlighted in the output.

16 References 1. Lander ES and. Schork NJ. (2006). Genetic dissection of complex traits. Focus 4: Paterson AH, Lander ES, et al. (1988). Resolution of quantitative traits into Mendelian factors, using a complete linkage map of restriction fragment length polymorphisms. Nature 335: Rao S and XU S. (1998). Mapping quantitative trait loci for ordered categorical traits in four-way crosses. Heredity 81: Sax K (1923). The association of size differences with seed coat pattern and pigmentation in Phaseolus vulgaris. Genetics 8: Tanksley SD (1993). Mapping polygenes. Annu. Rev. Genet. 27: Thoday JM (1961). Location of polygenes. Nature 191: Turnpenny P and Ellard S. (2005). Emery's elements of medical genetics. Elsevier, Churchill Livingstone. 8. Xu C, Zhang Y and Xu S. (2005). An EM algorithm for mapping quantitative resistance loci. Heredity 94: Xu S (2008) Quantitative trait locus mapping can benefit from segregation distortion. Genetics 180: Xu S and Atchley WR. (1996). Mapping Quantitative Trait Loci for Complex Binary Diseases Using Line Crosses. Genetics 143: Xu S and. Hu Z. (2010) Mapping quantitative trait loci using distorted markers. Int. J. of Plant Genomics: Yamagishi et al. (2010). Segregation distortion in F2 and doubled haploid populations of temperate japonica rice. J. genet. 89: Zhang et al. (2010). Effects of mossing marker and segregation distortion on QTL mapping in F2 populations. Theor. Appl. Genet. 121: Zou JH, Pan XB, Chen ZX, Xu JY. Lu JF et al. (2000) Mapping quantitative trait loci controlling sheath blight resistance in two rice cultivars ( Oryza sativa L.). Theor. Appl. Genet. 101:

Notes on QTL Cartographer

Notes on QTL Cartographer Notes on QTL Cartographer Introduction QTL Cartographer is a suite of programs for mapping quantitative trait loci (QTLs) onto a genetic linkage map. The programs use linear regression, interval mapping

More information

Development of linkage map using Mapmaker/Exp3.0

Development of linkage map using Mapmaker/Exp3.0 Development of linkage map using Mapmaker/Exp3.0 Balram Marathi 1, A. K. Singh 2, Rajender Parsad 3 and V.K. Gupta 3 1 Institute of Biotechnology, Acharya N. G. Ranga Agricultural University, Rajendranagar,

More information

Bayesian Multiple QTL Mapping

Bayesian Multiple QTL Mapping Bayesian Multiple QTL Mapping Samprit Banerjee, Brian S. Yandell, Nengjun Yi April 28, 2006 1 Overview Bayesian multiple mapping of QTL library R/bmqtl provides Bayesian analysis of multiple quantitative

More information

Overview. Background. Locating quantitative trait loci (QTL)

Overview. Background. Locating quantitative trait loci (QTL) Overview Implementation of robust methods for locating quantitative trait loci in R Introduction to QTL mapping Andreas Baierl and Andreas Futschik Institute of Statistics and Decision Support Systems

More information

Lecture 7 QTL Mapping

Lecture 7 QTL Mapping Lecture 7 QTL Mapping Lucia Gutierrez lecture notes Tucson Winter Institute. 1 Problem QUANTITATIVE TRAIT: Phenotypic traits of poligenic effect (coded by many genes with usually small effect each one)

More information

Simulation Study on the Methods for Mapping Quantitative Trait Loci in Inbred Line Crosses

Simulation Study on the Methods for Mapping Quantitative Trait Loci in Inbred Line Crosses Simulation Study on the Methods for Mapping Quantitative Trait Loci in Inbred Line Crosses A Dissertation Submitted in Partial Fulfilment of the Requirements for the Degree of DOCTOR OF PHILOSOPHY in Genetics

More information

QTX. Tutorial for. by Kim M.Chmielewicz Kenneth F. Manly. Software for genetic mapping of Mendelian markers and quantitative trait loci.

QTX. Tutorial for. by Kim M.Chmielewicz Kenneth F. Manly. Software for genetic mapping of Mendelian markers and quantitative trait loci. Tutorial for QTX by Kim M.Chmielewicz Kenneth F. Manly Software for genetic mapping of Mendelian markers and quantitative trait loci. Available in versions for Mac OS and Microsoft Windows. revised for

More information

The Imprinting Model

The Imprinting Model The Imprinting Model Version 1.0 Zhong Wang 1 and Chenguang Wang 2 1 Department of Public Health Science, Pennsylvania State University 2 Office of Surveillance and Biometrics, Center for Devices and Radiological

More information

Package dlmap. February 19, 2015

Package dlmap. February 19, 2015 Type Package Title Detection Localization Mapping for QTL Version 1.13 Date 2012-08-09 Author Emma Huang and Andrew George Package dlmap February 19, 2015 Maintainer Emma Huang Description

More information

QTL Analysis with QGene Tutorial

QTL Analysis with QGene Tutorial QTL Analysis with QGene Tutorial Phillip McClean 1. Getting the software. The first step is to download and install the QGene software. It can be obtained from the following WWW site: http://qgene.org

More information

Package DSPRqtl. R topics documented: June 7, Maintainer Elizabeth King License GPL-2. Title Analysis of DSPR phenotypes

Package DSPRqtl. R topics documented: June 7, Maintainer Elizabeth King License GPL-2. Title Analysis of DSPR phenotypes Maintainer Elizabeth King License GPL-2 Title Analysis of DSPR phenotypes LazyData yes Type Package LazyLoad yes Version 2.0-1 Author Elizabeth King Package DSPRqtl June 7, 2013 Package

More information

QUANTITATIVE genetics has developed rapidly, methods. Kruglyak and Lander (1995) apply the linear

QUANTITATIVE genetics has developed rapidly, methods. Kruglyak and Lander (1995) apply the linear Copyright 2003 by the Genetics Society of America Rank-Based Statistical Methodologies for Quantitative Trait Locus Mapping Fei Zou,*,1 Brian S. Yandell and Jason P. Fine *Department of Biostatistics,

More information

Effective Recombination in Plant Breeding and Linkage Mapping Populations: Testing Models and Mating Schemes

Effective Recombination in Plant Breeding and Linkage Mapping Populations: Testing Models and Mating Schemes Effective Recombination in Plant Breeding and Linkage Mapping Populations: Testing Models and Mating Schemes Raven et al., 1999 Seth C. Murray Assistant Professor of Quantitative Genetics and Maize Breeding

More information

Package EBglmnet. January 30, 2016

Package EBglmnet. January 30, 2016 Type Package Package EBglmnet January 30, 2016 Title Empirical Bayesian Lasso and Elastic Net Methods for Generalized Linear Models Version 4.1 Date 2016-01-15 Author Anhui Huang, Dianting Liu Maintainer

More information

MAPPING quantitative trait loci (QTL) is important

MAPPING quantitative trait loci (QTL) is important Copyright Ó 2006 by the Genetics Society of America DOI: 10.1534/genetics.105.054619 Multiple-Interval Mapping for Ordinal Traits Jian Li,*,,1 Shengchu Wang* and Zhao-Bang Zeng*,,,2 *Bioinformatics Research

More information

THERE is a long history of work to map genetic loci (quantitative

THERE is a long history of work to map genetic loci (quantitative INVESTIGATION A Simple Regression-Based Method to Map Quantitative Trait Loci Underlying Function-Valued Phenotypes Il-Youp Kwak,* Candace R. Moore, Edgar P. Spalding, and Karl W. Broman,1 *Department

More information

MapDisto version 1.7. Tutorial. [Draft version v. 1.0] Mathias Lorieux contact: September 2008

MapDisto version 1.7. Tutorial. [Draft version v. 1.0] Mathias Lorieux contact: September 2008 MapDisto version 1.7 Tutorial [Draft version v. 1.0] Mathias Lorieux contact: mapdisto@gmail.com September 2008 Table of contents Acknowledgements... 4 Introduction... 5 What is MapDisto?... 5 Main features...

More information

Intersection Tests for Single Marker QTL Analysis can be More Powerful Than Two Marker QTL Analysis

Intersection Tests for Single Marker QTL Analysis can be More Powerful Than Two Marker QTL Analysis Purdue University Purdue e-pubs Department of Statistics Faculty Publications Department of Statistics 6-19-2003 Intersection Tests for Single Marker QTL Analysis can be More Powerful Than Two Marker QTL

More information

Genet. Sel. Evol. 36 (2004) c INRA, EDP Sciences, 2004 DOI: /gse: Original article

Genet. Sel. Evol. 36 (2004) c INRA, EDP Sciences, 2004 DOI: /gse: Original article Genet. Sel. Evol. 36 (2004) 455 479 455 c INRA, EDP Sciences, 2004 DOI: 10.1051/gse:2004011 Original article A simulation study on the accuracy of position and effect estimates of linked QTL and their

More information

simulation with 8 QTL

simulation with 8 QTL examples in detail simulation study (after Stephens e & Fisch (1998) 2-3 obesity in mice (n = 421) 4-12 epistatic QTLs with no main effects expression phenotype (SCD1) in mice (n = 108) 13-22 multiple

More information

MapDisto version 2.0 for Apple OS X Tutorial

MapDisto version 2.0 for Apple OS X Tutorial MapDisto version 2.0 for Apple OS X Tutorial Mathias Lorieux contact: mapdisto@gmail.com November 2015 2 MapDisto tutorial Table of contents Acknowledgements 5 Introduction 7 MapDisto interface 11 Data

More information

Step-by-Step Guide to Advanced Genetic Analysis

Step-by-Step Guide to Advanced Genetic Analysis Step-by-Step Guide to Advanced Genetic Analysis Page 1 Introduction In the previous document, 1 we covered the standard genetic analyses available in JMP Genomics. Here, we cover the more advanced options

More information

CTL mapping in R. Danny Arends, Pjotr Prins, and Ritsert C. Jansen. University of Groningen Groningen Bioinformatics Centre & GCC Revision # 1

CTL mapping in R. Danny Arends, Pjotr Prins, and Ritsert C. Jansen. University of Groningen Groningen Bioinformatics Centre & GCC Revision # 1 CTL mapping in R Danny Arends, Pjotr Prins, and Ritsert C. Jansen University of Groningen Groningen Bioinformatics Centre & GCC Revision # 1 First written: Oct 2011 Last modified: Jan 2018 Abstract: Tutorial

More information

How to Reveal Magnitude of Gene Signals: Hierarchical Hypergeometric Complementary Cumulative Distribution Function

How to Reveal Magnitude of Gene Signals: Hierarchical Hypergeometric Complementary Cumulative Distribution Function 797352EVB0010.1177/1176934318797352Evolutionary BioinformaticsKim review-article2018 How to Reveal Magnitude of Gene Signals: Hierarchical Hypergeometric Complementary Cumulative Distribution Function

More information

Step-by-Step Guide to Basic Genetic Analysis

Step-by-Step Guide to Basic Genetic Analysis Step-by-Step Guide to Basic Genetic Analysis Page 1 Introduction This document shows you how to clean up your genetic data, assess its statistical properties and perform simple analyses such as case-control

More information

The Lander-Green Algorithm in Practice. Biostatistics 666

The Lander-Green Algorithm in Practice. Biostatistics 666 The Lander-Green Algorithm in Practice Biostatistics 666 Last Lecture: Lander-Green Algorithm More general definition for I, the "IBD vector" Probability of genotypes given IBD vector Transition probabilities

More information

Estimating Variance Components in MMAP

Estimating Variance Components in MMAP Last update: 6/1/2014 Estimating Variance Components in MMAP MMAP implements routines to estimate variance components within the mixed model. These estimates can be used for likelihood ratio tests to compare

More information

A practical example of tomato QTL mapping using a RIL population. R R/QTL

A practical example of tomato QTL mapping using a RIL population. R  R/QTL A practical example of tomato QTL mapping using a RIL population R http://www.r-project.org/ R/QTL http://www.rqtl.org/ Dr. Hamid Ashrafi UC Davis Seed Biotechnology Center Breeding with Molecular Markers

More information

Version 2.0 Zhong Wang Department of Public Health Sciences Pennsylvannia State University

Version 2.0 Zhong Wang Department of Public Health Sciences Pennsylvannia State University The Funmap Package Version 2.0 Zhong Wang Department of Public Health Sciences Pennsylvannia State University 1. Introduction The Funmap package is developed to identify quantitative trait loci (QTL) for

More information

Mendel and His Peas Investigating Monhybrid Crosses Using the Graphing Calculator

Mendel and His Peas Investigating Monhybrid Crosses Using the Graphing Calculator 20 Investigating Monhybrid Crosses Using the Graphing Calculator This activity will use the graphing calculator s random number generator to simulate the production of gametes in a monohybrid cross. The

More information

MACAU User Manual. Xiang Zhou. March 15, 2017

MACAU User Manual. Xiang Zhou. March 15, 2017 MACAU User Manual Xiang Zhou March 15, 2017 Contents 1 Introduction 2 1.1 What is MACAU...................................... 2 1.2 How to Cite MACAU................................... 2 1.3 The Model.........................................

More information

And there s so much work to do, so many puzzles to ignore.

And there s so much work to do, so many puzzles to ignore. And there s so much work to do, so many puzzles to ignore. Och det finns så mycket jobb att ta sig an, så många gåtor att strunta i. John Ashbery, ur Little Sick Poem (övers: Tommy Olofsson & Vasilis Papageorgiou)

More information

The bim Package. November 10, 2006

The bim Package. November 10, 2006 Version 1.01-5 Date 10/9/2006 The bim Package November 10, 2006 Author Brian S. Yandell , Hao Wu Title Bayesian Interval Mapping Diagnostics Functions to sample and

More information

Importing and Merging Data Tutorial

Importing and Merging Data Tutorial Importing and Merging Data Tutorial Release 1.0 Golden Helix, Inc. February 17, 2012 Contents 1. Overview 2 2. Import Pedigree Data 4 3. Import Phenotypic Data 6 4. Import Genetic Data 8 5. Import and

More information

Evaluation of Double Hierarchical Generalized Linear Model versus Empirical Bayes method A comparison on Barley dataset

Evaluation of Double Hierarchical Generalized Linear Model versus Empirical Bayes method A comparison on Barley dataset Evaluation of Double Hierarchical Generalized Linear Model versus Empirical Bayes method A comparison on Barley dataset Author: Lei Wang Supervisor: Majbritt Felleki D-level in Statistics, Spring 00 School

More information

SOLOMON: Parentage Analysis 1. Corresponding author: Mark Christie

SOLOMON: Parentage Analysis 1. Corresponding author: Mark Christie SOLOMON: Parentage Analysis 1 Corresponding author: Mark Christie christim@science.oregonstate.edu SOLOMON: Parentage Analysis 2 Table of Contents: Installing SOLOMON on Windows/Linux Pg. 3 Installing

More information

PLNT4610 BIOINFORMATICS FINAL EXAMINATION

PLNT4610 BIOINFORMATICS FINAL EXAMINATION 9:00 to 11:00 Friday December 6, 2013 PLNT4610 BIOINFORMATICS FINAL EXAMINATION Answer any combination of questions totalling to exactly 100 points. The questions on the exam sheet total to 120 points.

More information

STATISTICS (STAT) Statistics (STAT) 1

STATISTICS (STAT) Statistics (STAT) 1 Statistics (STAT) 1 STATISTICS (STAT) STAT 2013 Elementary Statistics (A) Prerequisites: MATH 1483 or MATH 1513, each with a grade of "C" or better; or an acceptable placement score (see placement.okstate.edu).

More information

! " (in prep)

!   (in prep) ! " http://www.dpw.wau.nl/pv/pub/ggt/ www.plantbreeding.nl (in prep) Contents: Abstract 3 System Requirements 3 Input data 3 Building GGT files from locus and map data 4 Data Input/export using a spreadsheet

More information

Haplotype Analysis. 02 November 2003 Mendel Short IGES Slide 1

Haplotype Analysis. 02 November 2003 Mendel Short IGES Slide 1 Haplotype Analysis Specifies the genetic information descending through a pedigree Useful visualization of the gene flow through a pedigree A haplotype for a given individual and set of loci is defined

More information

Biased estimators of quantitative trait locus heritability and location in interval mapping

Biased estimators of quantitative trait locus heritability and location in interval mapping (25) 95, 476 484 & 25 Nature Publishing Group All rights reserved 18-67X/5 $3. www.nature.com/hdy Biased estimators of quantitative trait locus heritability and location in interval mapping M Bogdan 1,2

More information

CHAPTER 1: INTRODUCTION...

CHAPTER 1: INTRODUCTION... Linkage Analysis Package User s Guide to Analysis Programs Version 5.10 for IBM PC/compatibles 10 Oct 1996, updated 2 November 2013 Table of Contents CHAPTER 1: INTRODUCTION... 1 1.0 OVERVIEW... 1 1.1

More information

Documentation for OptiMAS: a decision support tool for marker-assisted assembly of diverse alleles

Documentation for OptiMAS: a decision support tool for marker-assisted assembly of diverse alleles Documentation for OptiMAS: a decision support tool for marker-assisted assembly of diverse alleles Version 1.5 F. Valente, F. Gauthier, N. Bardol, G. Blanc, J. Joets, A. Charcosset & L. Moreau Code by

More information

Package pheno2geno. February 15, 2013

Package pheno2geno. February 15, 2013 Package pheno2geno February 15, 2013 Version 1.0.0 Date Sep 2012 Title Pheno2Geno - Generating genetic markers and maps from molecular phenotypes Author Konrad and Danny Arends

More information

Instructions for Curators: Entering new data into the QTLdb

Instructions for Curators: Entering new data into the QTLdb Instructions for Curators: Entering new data into the QTLdb Version 0.7, Feb. 7, 2014 This instruction manual is for general curators using the on-line QTLdb Editor to add new and/or to update existing

More information

Package pheno2geno. August 29, 2016

Package pheno2geno. August 29, 2016 Version 1.3.1 Date 2015-03-25 Package pheno2geno August 29, 2016 Title High-Throughput Generation of Genetic Markers and Maps from Molecular Phenotypes for Crosses Between Inbred Strains Author Konrad

More information

GMDR User Manual. GMDR software Beta 0.9. Updated March 2011

GMDR User Manual. GMDR software Beta 0.9. Updated March 2011 GMDR User Manual GMDR software Beta 0.9 Updated March 2011 1 As an open source project, the source code of GMDR is published and made available to the public, enabling anyone to copy, modify and redistribute

More information

HPC methods for hidden Markov models (HMMs) in population genetics

HPC methods for hidden Markov models (HMMs) in population genetics HPC methods for hidden Markov models (HMMs) in population genetics Peter Kecskemethy supervised by: Chris Holmes Department of Statistics and, University of Oxford February 20, 2013 Outline Background

More information

PRSice: Polygenic Risk Score software - Vignette

PRSice: Polygenic Risk Score software - Vignette PRSice: Polygenic Risk Score software - Vignette Jack Euesden, Paul O Reilly March 22, 2016 1 The Polygenic Risk Score process PRSice ( precise ) implements a pipeline that has become standard in Polygenic

More information

THE standard approach for mapping the genetic the binary trait, defined by whether or not an individual

THE standard approach for mapping the genetic the binary trait, defined by whether or not an individual Copyright 2003 by the Genetics Society of America Mapping Quantitative Trait Loci in the Case of a Spike in the Phenotype Distribution Karl W. Broman 1 Department of Biostatistics, Johns Hopkins University,

More information

Statistical Analysis for Genetic Epidemiology (S.A.G.E.) Version 6.4 User Reference Manual

Statistical Analysis for Genetic Epidemiology (S.A.G.E.) Version 6.4 User Reference Manual Statistical Analysis for Genetic Epidemiology (S.A.G.E.) Version 6.4 User Reference Manual Department of Epidemiology and Biostatistics Wolstein Research Building 2103 Cornell Rd Case Western Reserve University

More information

Welcome to the Quantitative Trait Loci (QTL) Tutorial

Welcome to the Quantitative Trait Loci (QTL) Tutorial Welcome to the Quantitative Trait Loci (QTL) Tutorial This tutorial will describe how to navigate the section of Gramene that provides information on Quantitative Trait Loci (QTL). QTL are a statistical

More information

Breeding View A visual tool for running analytical pipelines User Guide Darren Murray, Roger Payne & Zhengzheng Zhang VSN International Ltd

Breeding View A visual tool for running analytical pipelines User Guide Darren Murray, Roger Payne & Zhengzheng Zhang VSN International Ltd Breeding View A visual tool for running analytical pipelines User Guide Darren Murray, Roger Payne & Zhengzheng Zhang VSN International Ltd January 2015 1. Introduction The Breeding View is a visual tool

More information

QTL DETECTION WITH GS3. A Legarra, 19/06/2013

QTL DETECTION WITH GS3. A Legarra, 19/06/2013 QTL DETECTION WITH GS3. A Legarra, 19/06/2013 Hélène Gilbert simulated a data set with 2 chromosomes and 5 QTLs at positions 20 cl, 73.14 cm on chromosome 1 and 20, 33.24 and 59.60 in chromosome 2. Each

More information

PLNT4610 BIOINFORMATICS FINAL EXAMINATION

PLNT4610 BIOINFORMATICS FINAL EXAMINATION PLNT4610 BIOINFORMATICS FINAL EXAMINATION 18:00 to 20:00 Thursday December 13, 2012 Answer any combination of questions totalling to exactly 100 points. The questions on the exam sheet total to 120 points.

More information

BioMERCATOR version 2.0

BioMERCATOR version 2.0 BioMERCATOR version 2.0 Software for genetic maps display, maps projection and QTL meta-analysis Anne Arcade, Aymeric Labourdette, Fabien Chardon, Matthieu Falque, Alain Charcosset, Johann Joets Contacts:

More information

BICF Nano Course: GWAS GWAS Workflow Development using PLINK. Julia Kozlitina April 28, 2017

BICF Nano Course: GWAS GWAS Workflow Development using PLINK. Julia Kozlitina April 28, 2017 BICF Nano Course: GWAS GWAS Workflow Development using PLINK Julia Kozlitina Julia.Kozlitina@UTSouthwestern.edu April 28, 2017 Getting started Open the Terminal (Search -> Applications -> Terminal), and

More information

Package onemap. October 19, 2017

Package onemap. October 19, 2017 Package onemap October 19, 2017 Title Construction of Genetic Maps in Experimental Crosses: Full-Sib, RILs, F2 and Backcrosses Version 2.1.1 Analysis of molecular marker data from model (backcrosses, F2

More information

Tutorial of the Breeding Planner (BP) for Marker Assisted Recurrent Selection (MARS)

Tutorial of the Breeding Planner (BP) for Marker Assisted Recurrent Selection (MARS) Tutorial of the Breeding Planner (BP) for Marker Assisted Recurrent Selection (MARS) BP system consists of three tools relevant to molecular breeding. MARS: Marker Assisted Recurrent Selection MABC: Marker

More information

KGG: A systematic biological Knowledge-based mining system for Genomewide Genetic studies (Version 3.5) User Manual. Miao-Xin Li, Jiang Li

KGG: A systematic biological Knowledge-based mining system for Genomewide Genetic studies (Version 3.5) User Manual. Miao-Xin Li, Jiang Li KGG: A systematic biological Knowledge-based mining system for Genomewide Genetic studies (Version 3.5) User Manual Miao-Xin Li, Jiang Li Department of Psychiatry Centre for Genomic Sciences Department

More information

Spotter Documentation Version 0.5, Released 4/12/2010

Spotter Documentation Version 0.5, Released 4/12/2010 Spotter Documentation Version 0.5, Released 4/12/2010 Purpose Spotter is a program for delineating an association signal from a genome wide association study using features such as recombination rates,

More information

Genetic Analysis. Page 1

Genetic Analysis. Page 1 Genetic Analysis Page 1 Genetic Analysis Objectives: 1) Set up Case-Control Association analysis and the Basic Genetics Workflow 2) Use JMP tools to interact with and explore results 3) Learn advanced

More information

JMP Genomics. Release Notes. Version 6.0

JMP Genomics. Release Notes. Version 6.0 JMP Genomics Version 6.0 Release Notes Creativity involves breaking out of established patterns in order to look at things in a different way. Edward de Bono JMP, A Business Unit of SAS SAS Campus Drive

More information

Correctly Compute Complex Samples Statistics

Correctly Compute Complex Samples Statistics SPSS Complex Samples 15.0 Specifications Correctly Compute Complex Samples Statistics When you conduct sample surveys, use a statistics package dedicated to producing correct estimates for complex sample

More information

GWAS Exercises 3 - GWAS with a Quantiative Trait

GWAS Exercises 3 - GWAS with a Quantiative Trait GWAS Exercises 3 - GWAS with a Quantiative Trait Peter Castaldi January 28, 2013 PLINK can also test for genetic associations with a quantitative trait (i.e. a continuous variable). In this exercise, we

More information

Precision Mapping of Quantitative Trait Loci

Precision Mapping of Quantitative Trait Loci Copyright 0 1994 by the Genetics Society of America Precision Mapping of Quantitative Trait Loci ZhaoBang Zeng Program in Statistical Genetics, Department of Statistics, North Carolina State University,

More information

Parallel Algorithms and Implementations for Genetic Analysis of Quantitative Traits

Parallel Algorithms and Implementations for Genetic Analysis of Quantitative Traits IT Licentiate theses 2007-005 Parallel Algorithms and Implementations for Genetic Analysis of Quantitative Traits MAHEN JAYAWARDENA UPPSALA UNIVERSITY Department of Information Technology Parallel Algorithms

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION Introduction CHAPTER 1 INTRODUCTION Mplus is a statistical modeling program that provides researchers with a flexible tool to analyze their data. Mplus offers researchers a wide choice of models, estimators,

More information

Package SMAT. January 29, 2013

Package SMAT. January 29, 2013 Package SMAT January 29, 2013 Type Package Title Scaled Multiple-phenotype Association Test Version 0.98 Date 2013-01-26 Author Lin Li, Ph.D.; Elizabeth D. Schifano, Ph.D. Maintainer Lin Li ;

More information

SNP HiTLink Manual. Yoko Fukuda 1, Hiroki Adachi 2, Eiji Nakamura 2, and Shoji Tsuji 1

SNP HiTLink Manual. Yoko Fukuda 1, Hiroki Adachi 2, Eiji Nakamura 2, and Shoji Tsuji 1 SNP HiTLink Manual Yoko Fukuda 1, Hiroki Adachi 2, Eiji Nakamura 2, and Shoji Tsuji 1 1 Department of Neurology, Graduate School of Medicine, the University of Tokyo, Tokyo, Japan 2 Dynacom Co., Ltd, Kanagawa,

More information

Family Based Association Tests Using the fbat package

Family Based Association Tests Using the fbat package Family Based Association Tests Using the fbat package Weiliang Qiu email: stwxq@channing.harvard.edu Ross Lazarus email: ross.lazarus@channing.harvard.edu Gregory Warnes email: warnes@bst.rochester.edu

More information

Genetic Programming. Charles Chilaka. Department of Computational Science Memorial University of Newfoundland

Genetic Programming. Charles Chilaka. Department of Computational Science Memorial University of Newfoundland Genetic Programming Charles Chilaka Department of Computational Science Memorial University of Newfoundland Class Project for Bio 4241 March 27, 2014 Charles Chilaka (MUN) Genetic algorithms and programming

More information

PhD: a web database application for phenotype data management

PhD: a web database application for phenotype data management Bioinformatics Advance Access published June 28, 2005 The Author (2005). Published by Oxford University Press. All rights reserved. For Permissions, please email: journals.permissions@oupjournals.org PhD:

More information

A short manual for LFMM (command-line version)

A short manual for LFMM (command-line version) A short manual for LFMM (command-line version) Eric Frichot efrichot@gmail.com April 16, 2013 Please, print this reference manual only if it is necessary. This short manual aims to help users to run LFMM

More information

Network Based Models For Analysis of SNPs Yalta Opt

Network Based Models For Analysis of SNPs Yalta Opt Outline Network Based Models For Analysis of Yalta Optimization Conference 2010 Network Science Zeynep Ertem*, Sergiy Butenko*, Clare Gill** *Department of Industrial and Systems Engineering, **Department

More information

GS3. Andrés Legarra. March 5, Genomic Selection Gibbs Sampling Gauss Seidel

GS3. Andrés Legarra. March 5, Genomic Selection Gibbs Sampling Gauss Seidel GS3 Genomic Selection Gibbs Sampling Gauss Seidel Andrés Legarra March 5, 2008 andres.legarra [at] toulouse.inra.fr INRA, UR 631, F-31326 Auzeville, France 1 Contents 1 Introduction 3 1.1 History...............................

More information

Release Notes. JMP Genomics. Version 4.0

Release Notes. JMP Genomics. Version 4.0 JMP Genomics Version 4.0 Release Notes Creativity involves breaking out of established patterns in order to look at things in a different way. Edward de Bono JMP. A Business Unit of SAS SAS Campus Drive

More information

Journal of Statistical Software

Journal of Statistical Software JSS Journal of Statistical Software August 2012, Volume 50, Issue 6. http://www.jstatsoft.org/ dlmap: An R Package for Mixed Model QTL and Association Analysis B. Emma Huang CSIRO Rohan Shah CSIRO Andrew

More information

Package BatchMap. November 12, 2017

Package BatchMap. November 12, 2017 Package BatchMap November 12, 2017 Title Software for the Creation of High Density Linkage Maps in Outcrossing Species Version 1.0.2.0 Algorithms that build on the 'OneMap' package to create linkage maps

More information

Correctly Compute Complex Samples Statistics

Correctly Compute Complex Samples Statistics PASW Complex Samples 17.0 Specifications Correctly Compute Complex Samples Statistics When you conduct sample surveys, use a statistics package dedicated to producing correct estimates for complex sample

More information

citius A program to apply Markov chain Monte Carlo method for multilocus analysis of large complex pedigrees.

citius A program to apply Markov chain Monte Carlo method for multilocus analysis of large complex pedigrees. With the support of the Walloon Region of Belgium, Direction Générale de l'agriculture citius May 2008 A program to apply Markov chain Monte Carlo method for multilocus analysis of large complex pedigrees.

More information

Documentation for BayesAss 1.3

Documentation for BayesAss 1.3 Documentation for BayesAss 1.3 Program Description BayesAss is a program that estimates recent migration rates between populations using MCMC. It also estimates each individual s immigrant ancestry, the

More information

Convert Dosages to Genotypes Author: Autumn Laughbaum, Golden Helix, Inc.

Convert Dosages to Genotypes Author: Autumn Laughbaum, Golden Helix, Inc. Convert Dosages to Genotypes Author: Autumn Laughbaum, Golden Helix, Inc. Overview This script converts allelic dosage values to genotypes based on user-specified thresholds. The dosage data may be in

More information

Forensic Resource/Reference On Genetics knowledge base: FROG-kb User s Manual. Updated June, 2017

Forensic Resource/Reference On Genetics knowledge base: FROG-kb User s Manual. Updated June, 2017 Forensic Resource/Reference On Genetics knowledge base: FROG-kb User s Manual Updated June, 2017 Table of Contents 1. Introduction... 1 2. Accessing FROG-kb Home Page and Features... 1 3. Home Page and

More information

Genetic Algorithms. Kang Zheng Karl Schober

Genetic Algorithms. Kang Zheng Karl Schober Genetic Algorithms Kang Zheng Karl Schober Genetic algorithm What is Genetic algorithm? A genetic algorithm (or GA) is a search technique used in computing to find true or approximate solutions to optimization

More information

Package SimGbyE. July 20, 2009

Package SimGbyE. July 20, 2009 Package SimGbyE July 20, 2009 Type Package Title Simulated case/control or survival data sets with genetic and environmental interactions. Author Melanie Wilson Maintainer Melanie

More information

Acquisition Description Exploration Examination Understanding what data is collected. Characterizing properties of data.

Acquisition Description Exploration Examination Understanding what data is collected. Characterizing properties of data. Summary Statistics Acquisition Description Exploration Examination what data is collected Characterizing properties of data. Exploring the data distribution(s). Identifying data quality problems. Selecting

More information

Simultaneous search for multiple QTL using the global optimization algorithm DIRECT

Simultaneous search for multiple QTL using the global optimization algorithm DIRECT Simultaneous search for multiple QTL using the global optimization algorithm DIRECT K. Ljungberg 1, S. Holmgren Information technology, Division of Scientific Computing Uppsala University, PO Box 337,751

More information

BeviMed Guide. Daniel Greene

BeviMed Guide. Daniel Greene BeviMed Guide Daniel Greene 1 Introduction BeviMed [1] is a procedure for evaluating the evidence of association between allele configurations across rare variants, typically within a genomic locus, and

More information

Statistical Analysis for Genetic Epidemiology (S.A.G.E.) Version 6.4 Graphical User Interface (GUI) Manual

Statistical Analysis for Genetic Epidemiology (S.A.G.E.) Version 6.4 Graphical User Interface (GUI) Manual Statistical Analysis for Genetic Epidemiology (S.A.G.E.) Version 6.4 Graphical User Interface (GUI) Manual Department of Epidemiology and Biostatistics Wolstein Research Building 2103 Cornell Rd Case Western

More information

Package SIPI. R topics documented: September 23, 2016

Package SIPI. R topics documented: September 23, 2016 Package SIPI September 23, 2016 Type Package Title SIPI Version 0.2 Date 2016-9-22 Depends logregperm, SNPassoc, sm, car, lmtest, parallel Author Maintainer Po-Yu Huang SNP Interaction

More information

SEQGWAS: Integrative Analysis of SEQuencing and GWAS Data

SEQGWAS: Integrative Analysis of SEQuencing and GWAS Data SEQGWAS: Integrative Analysis of SEQuencing and GWAS Data SYNOPSIS SEQGWAS [--sfile] [--chr] OPTIONS Option Default Description --sfile specification.txt Select a specification file --chr Select a chromosome

More information

An interactive package for ordering multilocus genetic maps, and verification of maps

An interactive package for ordering multilocus genetic maps, and verification of maps MultiPoint An interactive package for ordering multilocus genetic maps, and verification of maps basedonresampling re-sampling techniques MultiQTL Ltd, Institute of Evolution, Haifa University, Haifa 31905,

More information

Breeding Guide. Customer Services PHENOME-NETWORKS 4Ben Gurion Street, 74032, Nes-Ziona, Israel

Breeding Guide. Customer Services PHENOME-NETWORKS 4Ben Gurion Street, 74032, Nes-Ziona, Israel Breeding Guide Customer Services PHENOME-NETWORKS 4Ben Gurion Street, 74032, Nes-Ziona, Israel www.phenome-netwoks.com Contents PHENOME ONE - INTRODUCTION... 3 THE PHENOME ONE LAYOUT... 4 THE JOBS ICON...

More information

Expectation Maximization (EM) and Gaussian Mixture Models

Expectation Maximization (EM) and Gaussian Mixture Models Expectation Maximization (EM) and Gaussian Mixture Models Reference: The Elements of Statistical Learning, by T. Hastie, R. Tibshirani, J. Friedman, Springer 1 2 3 4 5 6 7 8 Unsupervised Learning Motivation

More information

MAGA: Meta-Analysis of Gene-level Associations

MAGA: Meta-Analysis of Gene-level Associations MAGA: Meta-Analysis of Gene-level Associations SYNOPSIS MAGA [--sfile] [--chr] OPTIONS Option Default Description --sfile specification.txt Select a specification file --chr Select a chromosome DESCRIPTION

More information

Haplotype analysis in population-based association studies

Haplotype analysis in population-based association studies The Stata Journal (2001) 1, Number 1, pp. 58 75 Haplotype analysis in population-based association studies A. P. Mander MRC Biostatistics Unit, Cambridge, UK adrian.mander@mrc-bsu.cam.ac.uk Abstract. This

More information

Estimating. Local Ancestry in admixed Populations (LAMP)

Estimating. Local Ancestry in admixed Populations (LAMP) Estimating Local Ancestry in admixed Populations (LAMP) QIAN ZHANG 572 6/05/2014 Outline 1) Sketch Method 2) Algorithm 3) Simulated Data: Accuracy Varying Pop1-Pop2 Ancestries r 2 pruning threshold Number

More information

CHAPTER 5. BASIC STEPS FOR MODEL DEVELOPMENT

CHAPTER 5. BASIC STEPS FOR MODEL DEVELOPMENT CHAPTER 5. BASIC STEPS FOR MODEL DEVELOPMENT This chapter provides step by step instructions on how to define and estimate each of the three types of LC models (Cluster, DFactor or Regression) and also

More information

Population Genetics (52642)

Population Genetics (52642) Population Genetics (52642) Benny Yakir 1 Introduction In this course we will examine several topics that are related to population genetics. In each topic we will discuss briefly the biological background

More information