Changes

From Genome Analysis Wiki
Jump to navigationJump to search
3 bytes removed ,  16:14, 24 May 2010
Line 88: Line 88:  
=== '''Why and how to perform a 2-step imputation?'''  ===
 
=== '''Why and how to perform a 2-step imputation?'''  ===
   −
A: When one has a large number of individuals (&gt;1000), we recommend a 2-step imputation to speed up. <br>  
+
When one has a large number of individuals (&gt;1000), we recommend a 2-step imputation to speed up. <br>  
    
&nbsp;&nbsp;&nbsp;&nbsp; A 2-step imputation contains the following 2 steps:<br>  
 
&nbsp;&nbsp;&nbsp;&nbsp; A 2-step imputation contains the following 2 steps:<br>  
Line 96: Line 96:  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Example command lines for a 2-step imputation:<br>  
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Example command lines for a 2-step imputation:<br>  
   −
  #step 1:
+
  # step 1:
 
  mach1 -d sample.dat -p subset.ped -s chr20.snps -h chr20.hap --compact --greedy --autoFlip -r 100 -o par_infer &gt; mach.infer.log
 
  mach1 -d sample.dat -p subset.ped -s chr20.snps -h chr20.hap --compact --greedy --autoFlip -r 100 -o par_infer &gt; mach.infer.log
    
  # step 2:
 
  # step 2:
  mach1 -d sample.dat -p sample.ped -s chr20.snps -h chr20.hap --compact --greedy --autoFlip --errorMap par_infer.erate --crossoverMap par_infer.rec --mle --mldetails &gt; mach.imp.log  
+
  mach1 -d sample.dat -p sample.ped -s chr20.snps -h chr20.hap --compact --greedy --autoFlip --errorMap par_infer.erate --crossoverMap par_infer.rec --mle --mldetails &gt; mach.imp.log
    
=== '''Where can I find combined HapMap reference files? '''  ===
 
=== '''Where can I find combined HapMap reference files? '''  ===

Navigation menu