<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/index.php?action=history&amp;feed=atom&amp;title=Matroid_polytope</id>
	<title>Matroid polytope - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/index.php?action=history&amp;feed=atom&amp;title=Matroid_polytope"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Matroid_polytope&amp;action=history"/>
	<updated>2026-08-03T13:11:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Matroid_polytope&amp;diff=29015&amp;oldid=prev</id>
		<title>en&gt;FrescoBot: Bot: fixing section wikilinks and minor changes</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Matroid_polytope&amp;diff=29015&amp;oldid=prev"/>
		<updated>2013-07-12T17:46:13Z</updated>

		<summary type="html">&lt;p&gt;Bot: &lt;a href=&quot;/w/index.php?title=User:FrescoBot/Section_wikilinks&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:FrescoBot/Section wikilinks (page does not exist)&quot;&gt;fixing section wikilinks&lt;/a&gt; and minor changes&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In [[genetics]], [[haplotype]] estimation refers to the process of statistical estimation of haplotypes from genotype data. The most common situation arises when genotypes are collected at a set of polymorphic sites from a group of individuals. For example, in human genetics genome-wide association studies collect genotypes in thousands of individuals at between 200,000-5,000,000 SNPs using microarrays. Haplotype estimation methods are used in the analysis of these datasets and allow genotype imputation &amp;lt;ref&amp;gt;{{cite pmid| 20517342}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite pmid| 22820512}}&amp;lt;/ref&amp;gt; of alleles from reference databases such as the [[HapMap Project]] and [[the 1000 Genomes Project]]. Haplotype estimation is sometimes referred to as phasing.&lt;br /&gt;
&lt;br /&gt;
==Genotypes and haplotypes==&lt;br /&gt;
[[Image:haplotype estimation.gif|right|thumb|Heterozygote genotypes at 3 sites together with the 4 pairs of haplotypes that are consistent with the genotypes.]]&lt;br /&gt;
&lt;br /&gt;
Genotypes measure the unordered combination of alleles at each site, whereas haplotypes are the two sequence of alleles that have been inherited together from the individuals parents. When there are &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt; [[heterozygous]] genotypes present an individuals set of genotypes there will be &amp;lt;math&amp;gt;2^{N-1}&amp;lt;/math&amp;gt; possible pairs of haplotypes that could underly the genotypes. If there are missing genotypes then the number of possible haplotype pairs increases.&lt;br /&gt;
&lt;br /&gt;
==Haplotype estimation methods==&lt;br /&gt;
There is a large literature of statistical methods that have been proposed for estimation of haplotypes. Some of the earliest approaches used a simple multinomial model in which each possible haplotype consistent with the sample was given an unknown frequency parameter and these parameters were estimated with an EM algorithm. These approaches were only able to handle small numbers of sites at once, although sequential versions were later developed, specifically the SNPHAP method.&lt;br /&gt;
&lt;br /&gt;
The most accurate and widely used methods for haplotype estimation utilize some form of hidden Markov model (HMM) to carry out inference. For a long time the method PHASE&amp;lt;ref&amp;gt;{{cite pmid| 11254454}}&amp;lt;/ref&amp;gt; was the most accurate method. PHASE was the first method to utilize ideas from coalescent theory concerning the joint distribution of haplotypes. This method used a Gibbs sampling approach in which each individuals haplotypes were updated conditional upon the current estimates of haplotypes from all other samples. Approximations to the distribution of a haplotype conditional upon a set of other haplotypes were used for the conditional distributions of the Gibbs sampler. PHASE was used to estimate the haplotypes from the [[HapMap Project]]. PHASE was limited by its speed and was not applicable to datasets from genome-wide association studies. &lt;br /&gt;
&lt;br /&gt;
The fastPHASE &amp;lt;ref&amp;gt;{{cite pmid| 16532393}}&amp;lt;/ref&amp;gt; and BEAGLE methods &amp;lt;ref&amp;gt;{{cite pmid| 17924348}}&amp;lt;/ref&amp;gt; introduced haplotype cluster models applicable to GWAS sized datasets. Subsequently the IMPUTE2&amp;lt;ref&amp;gt;{{cite pmid|19543373 }}&amp;lt;/ref&amp;gt; and MaCH&amp;lt;ref&amp;gt;{{cite pmid|21058334 }}&amp;lt;/ref&amp;gt; methods were introduced that were similar to the PHASE approach but much faster. These methods iteratively update the haplotype estimates of each sample conditional upon a subset of K haplotype estimates of other samples. IMPUTE2 introduced the idea of carefully choosing which subset of haplotypes to condition on to improve accuracy. Accuracy increases with K but with quadratic &amp;lt;math&amp;gt; O(K^2)&amp;lt;/math&amp;gt; computational complexity. &lt;br /&gt;
&lt;br /&gt;
The SHAPEIT1 method made a major advance by introducing a linear &amp;lt;math&amp;gt;O(K)&amp;lt;/math&amp;gt; complexity method that operates only on the space of haplotypes consistent with an individual’s genotypes.&amp;lt;ref&amp;gt;{{cite pmid|22138821 }}&amp;lt;/ref&amp;gt; The HAPI-UR method subsequently proposed a very similar method.&amp;lt;ref&amp;gt;{{cite pmid|22883141 }}&amp;lt;/ref&amp;gt; SHAPEIT2 &amp;lt;ref&amp;gt;{{cite pmid| 23269371}}&amp;lt;/ref&amp;gt; combines the best features of SHAPEIT1  and IMPUTE2 to improve efficiency and accuracy.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
* [https://www-gene.cimr.cam.ac.uk/staff/clayton/software/ SNPHAP]&lt;br /&gt;
* [http://stephenslab.uchicago.edu/software.html#phase PHASE]&lt;br /&gt;
* [http://stephenslab.uchicago.edu/software.html#fastphase fasPHASE]&lt;br /&gt;
* [http://faculty.washington.edu/browning/beagle/beagle.html Beagle]&lt;br /&gt;
* [http://mathgen.stats.ox.ac.uk/impute/impute_v2.html IMPUTE2]&lt;br /&gt;
* [http://www.sph.umich.edu/csg/abecasis/MACH/download/ MaCH]&lt;br /&gt;
* [https://code.google.com/p/hapi-ur/ HAPI-UR]&lt;br /&gt;
* [http://www.shapeit.fr/ SHAPEIT]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Imputation_(genetics)|imputation]]: predict missing genotypes using known haplotypes&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This will add a notice to the bottom of the page and won&amp;#039;t blank it! The new template which says that your draft is waiting for a review will appear at the bottom; simply ignore the old (grey) drafted templates and the old (red) decline templates. A bot will update your article submission. Until then, please don&amp;#039;t change anything in this text box and press &amp;quot;Save page&amp;quot;. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Genetics]]&lt;/div&gt;</summary>
		<author><name>en&gt;FrescoBot</name></author>
	</entry>
</feed>