Difference between revisions of "MaCH"

From Genome Analysis Wiki
Jump to navigationJump to search
 
(106 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''MaCH''' (MArkov Chain Haplotyping) is a Hidden Markov Model (HMM) based haplotyper that reconstructs haplotypes from genotypes of unrelated individuals. Three primary utilities of MaCH are (1) to resolve haplotypes from diploid genotypes; (2) impute missing genotypes; and (3) perform disease mapping analysis.
+
'''MaCH''' is a tool for haplotyping, genotype imputation and disease association analysis developed by Goncalo Abecasis and Yun Li. MaCH was first used to imputed missing genotypes in our FUSION genomewide association study ([http://www.sph.umich.edu/csg/abecasis/publications/17463248.html Scott et al, ''Science'', 2007]) and has since been used in the analysis of many other GWAS.  
  
== Options ==
+
This page includes links to several useful MaCH related resources.
  
Input Files:
+
* The main MaCH webpage at http://www.sph.umich.edu/csg/abecasis/MaCH/
--datfile
+
* The MaCH download page, with source code, executables and reference haplotype files at http://www.sph.umich.edu/csg/abecasis/MaCH/download/
Marker information file for subjects under study.
+
* The MaCH tutorial at http://www.sph.umich.edu/csg/abecasis/MaCH/tour/
--pedfile
+
* [[MaCH FAQ|The MaCH FAQ]]
Pedigree file for subjects under study.
+
* [[MaCH Options|MaCH Options]]
 +
* [[MaCH: Input Files|Information on MaCH input formats]]
 +
* [[MaCH: 1000 Genomes Imputation Cookbook|1000 Genomes Imputation Cookbook]]
 +
* [[MaCH: machX|Chromosome X Imputation]]
 +
* [[Mach2dat: Association with MACH output]]
  
 +
Currently, it also includes random notes on input file formats, but these probably need to be cleaned up!
  
== FAQ ==
+
[[Category:Software]]
Q: Where can I find combined HapMap reference files?
 
A: http://www.sph.umich.edu/csg/yli/mach/download/HapMap-r21.html
 
 
 
Q: Where can I find HapMap III reference files?
 
A: http://www.sph.umich.edu/csg/yli/mach/download/
 
 
 
Q: Does --mle overwrite fed-in genotypes?
 
A: Yes. But rarely. --mle outputs the most likely genotype guesses by integrating over the probabilities of all possible configurations based on the reference haplotypes. The overwriting happens when the most likely guess differs from the experimental counterpart.
 

Latest revision as of 08:34, 26 November 2010

MaCH is a tool for haplotyping, genotype imputation and disease association analysis developed by Goncalo Abecasis and Yun Li. MaCH was first used to imputed missing genotypes in our FUSION genomewide association study (Scott et al, Science, 2007) and has since been used in the analysis of many other GWAS.

This page includes links to several useful MaCH related resources.

Currently, it also includes random notes on input file formats, but these probably need to be cleaned up!