96
edits
Changes
From Genome Analysis Wiki
no edit summary
This page documents how to perform X chromosome (non-pseudo-autosomal part) imputation using MaCH [http://wwwcsg.sph.umich.edu/csg/yli/mach] and minimac [http://genome.sph.umich.edu/wiki/Minimac].
== Getting Started ==
=== Your Own Data ===To get started, you will need to store your data in [[Merlin]] format pedigree and data files, one per chromosome. For details of the Merlin file format, see the Merlin tutorial [http:/www.sph.umich.edu/csg/abecasis/Merlin/tour/input_files.html].
== Two-Step Imputation = Reference Haplotypes ===
== Two-Step Imputation == === Phase Your Own Data === If there is no missing genotypes in males, you will only need to phase the females. Make sure that alleles are all stored in forward strand before phasing. mach1 -d sample.dat -p sample.ped --states 200 -r 20 --phase -o sample.phased > sample.phased.log === Impute === Imputation will then be performed on the phased haplotypes using minimac [http://genome.sph.umich.edu/wiki/Minimac]. minimac --refHaps ref.hap.gz --refSnps ref.snps --haps sample.phased.gz --snps sample.snps --rounds 5 --states 200 --prefix sample.imputed > sample.imputed.log
== FAQ ==
=== Shall I phase/impute males and females together or separately? ===
Phasing males together with or separately from females doesn't seem to affect imputation quality.
Imputing males together with or separately from females doesn't seem to affect imputation quality either.
== Questions and Comments? ==
Email [mailto:yunli@med.unc.edu Yun Li].