QTDT Interface Example |
||||||||||
| Running the PedGenie - QTDT interface requires, in addition to the standard PedGenie files (.rgen file and a pedigree file), a QTDT data file and a kornshell script that communicates between PedGenie, the modified QTDT and QTDTpval packages. A quantitative trait file is also required. If you have problems opening a file, at the error page try using toolbar View, Source or click on Page, View Source to view the file. | ||||||||||
|
||||||||||
| TDT.rgen The set-up of TDT.rgen is similar to the set-up of the SingleLocus.rgen. Only differences between the two files will be described in this section.
|
||||||||||
| QTDT_data.dat The QTDT package needs a QTDT specific data file to run. See QTDT web site for QTDT data file format instructions. |
||||||||||
| PhasedPedigree.TDT_0.ped The TDTDumper outputs the same number of newly generated pedigree files as the number of simulations, differentiated by the number proceeding the '.ped'. Here we present one example of the newly generated dumped pedigree files. The file with the '0.ped' extension contains the observed genotype data and the quantitative trait data. Note that the liability column has been removed, as has the header; the format required by the QTDT package. |
||||||||||
| TDT.report The TDT.report file contains output from PedGenie similar to the SingleLocus.report. Please see SingleLocus.report for a description of the output. Note that the output from the QTDT package is NOT contained in the TDT.report file. |
||||||||||
| PhasedPedigree.TDT.out.pval The PhasedPedigree.TDT.out.pval file contains the observed statistic and empirical p value for the quantitative TDT model selected.
|
||||||||||
| runQTDT.ksh The runQTDT.ksh is a kornshell script that runs the QTDT interface. It runs PedGenie, links the output form PedGenie to the QTDT package, and computes an empirical p value. |
||||||||||
| To run runQTDT.ksh: runQTDT.ksh <RGEN file.rgen> <pedigree file.dat> <QTDT specific data file> <# simulations> <QTDT model> The permissible QTDT models are: -aa for Allison, -ar for Rabinowitz, and -am for Monks models. |