Next: Using the MAPMAKER files
Up: Analyzing a MAPMAKER data
Previous: Analyzing a MAPMAKER data
  Contents
  Index
Using MAPMAKER/EXP
You will need Mapmaker/EXP for this part. If you don't want to use Mapmaker/EXP,
then you can use the already prepared files that come with the distribution.
Otherwise, ftp to genome.wi.mit.edu and cd to
distribution/mapmaker to get the programs.
A file sample.raw comes with Mapmaker/EXP.
Each number is a command in a sequence to be done
in Mapmaker/EXP. Anything inside of square braces are comments
and should not be typed into Mapmaker/EXP. Start up Mapmaker/EXP in an appropriate
subdirectory and proceed with these commands:
- prepare data sample.raw
[Input the data from the raw file.]
- photo sample.tutorial
[Save what you do in a log file.]
- sequence 1 2 3 4 5 6 7 8 9 10 11 12
[Start with all markers.]
- group
[Group them into linkage groups]
- sequence { 1 2 3 5 7 }
[Use randomly ordered group 1 makers.]
- compare
[Compare all orders. For each in turn, calculate the Likelihood.]
- sequence 1 3 2 5 7
[Decide that this is the best order and specify it.]
- map
[Print the map to the screen. This attaches distances as well.]
- sequence 4 6 8 9 10 11 12
[Now use the rest of the markers.]
- list loci
[Summarize the number of informative progeny.]
- lod table
[Show pairwise distances and linkage LOD scores.]
- sequence {8 9 10 11 12}
[Use a randomly ordered subset of markers from group 2.]
- compare
[Compare all orders. For each in turn, calculate the Likelihood.]
- sequence order1
[Use the best order from the compare command.]
- try 4 6
[Try all possible positions of markers 4 and 6. Also, try unlinked idea.]
- sequence 4 11 8 12 9 6 10
[This is the best sequence.]
- make chromosome c1
[Create chromosome 1.]
- sequence 1 3 2 5 7
[Specify the sequence of markers on chromosome 1.]
- attach c1
[Attach the sequence to chromosome 1.]
- framework c1
[Create the framework (puts in distances) for chromosome 2.]
- make chromosome c2
[Create chromosome 2.]
- sequence 4 11 8 12 9 6 10
[Specify the sequence of markers on chromosome 2.]
- attach c2
[Attach the sequence to chromosome 2.]
- framework c2
[Create the framework (puts in distances) for chromosome 2.]
- quit
[Exit the program. The map will be in sample.maps.]
On a UNIX machine, you will now have a file called sample.maps. On a PC, it
will be called sample.map. It will be one of these two on a Macintosh.
Rename this output file to sample.mps, and use it along with the
sample.raw file for the next part.
Next: Using the MAPMAKER files
Up: Analyzing a MAPMAKER data
Previous: Analyzing a MAPMAKER data
  Contents
  Index
Christopher Basten
2002-03-27