Next: Analyzing a MAPMAKER data
Up: Tutorial Examples
Previous: Analyzing simulated data
  Contents
  Index
Create a new working subdirectory called realdat in you qwork subdirectory.
Copy the realdat*.inp files into it. There should be two files: realdatm.inp and
realdatc.inp. The former is a genetic linkage map in the standard input format (map.inp).
The latter is a file with marker and trait data in the standard input format (cross.inp).
This is a real data set kindly provided by Juan Medrano [Horvat and MedranoHorvat and
Medrano1995]. It has
also been used as an example in a review on the statistical issues in QTL mapping [Doerge, Zeng, and WeirDoerge
et al.1997].
You will now translate the data files into the QTL Cartographer format, and then analyze
the data.
- Start up Rmap. Change the working subdirectory, and then the filename
stem. You can use ``realdat'' for the stem. Now, select item 1 from the menu and
enter realdatm.inp. Now run the program. Rmap should read in the
prepared genetic linkage map file and reformat it properly.
- Start up Rcross. Select item 1 from the menu and
enter realdatc.inp. Now run the program. Rcross should read in the
prepared data file, match marker names from this data file to those in the
map file, and reformat the data properly. Look at the output.
- Proceed with the analysis programs as in the previous examples. Run Qstats,
LRmapqtl, SRmapqtl and Zmapqtl. Look at the output after each run.
- Start up Preplot. Don't change any parameters:
Go ahead with the program.
- View the results using Gnuplot.
- Start up Eqtl. Go ahead with the analysis. Look at the output (realdat.eqt).
Again we assume that QTLCartUnix/example is based in your home directory.
The UNIX equivalents of the above are
% cd qwork
% mkdir realdat
% cd realdat
% cp ~/QTLCartUnix/example/realdat* .
% Rmap -A -i realdatm.inp -X realdat
% Rcross -A -i realdatc.inp
% Qstats -A
% LRmapqtl -A
% SRmapqtl -A
% Zmapqtl -A
% Zmapqtl -A -M 6
% Preplot -A
% gnuplot mletest.plt
% Eqtl -A
Next: Analyzing a MAPMAKER data
Up: Tutorial Examples
Previous: Analyzing simulated data
  Contents
  Index
Christopher Basten
2002-03-27