<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=128.100.109.30</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=128.100.109.30"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/128.100.109.30"/>
	<updated>2026-08-10T10:42:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Poloidal%E2%80%93toroidal_decomposition&amp;diff=22846</id>
		<title>Poloidal–toroidal decomposition</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Poloidal%E2%80%93toroidal_decomposition&amp;diff=22846"/>
		<updated>2013-11-20T18:07:47Z</updated>

		<summary type="html">&lt;p&gt;128.100.109.30: /* Poloidal and toroidal vector fields */ symbol error&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;DNA sequencing theory&#039;&#039;&#039; is the broad body of work that attempts to lay analytical foundations for determining the order of specific [[nucleotide]]s in a sequence of [[DNA]], otherwise known as [[DNA sequencing]]. The practical aspects revolve around designing and optimizing sequencing projects (known as &amp;quot;strategic genomics&amp;quot;), predicting project performance, troubleshooting experimental results, characterizing factors such as sequence bias and the effects of software processing algorithms, and comparing various sequencing methods to one another. In this sense, it could be considered a branch of [[systems engineering]] or [[operations research]]. The permanent archive of work is primarily mathematical, although numerical calculations are often conducted for particular problems too. DNA sequencing theory addresses &#039;&#039;physical processes&#039;&#039; related to sequencing DNA and should not be confused with theories of analyzing resultant DNA sequences, e.g. [[sequence alignment]]. Publications&amp;lt;ref name=&amp;quot;waterman95&amp;quot;&amp;gt;{{cite book |last=Waterman |first=Michael S. |authorlink=Michael Waterman |year=1995 |title=Introduction to Computational Biology |publisher=Chapman and Hall/CRC |location=Boca Raton |isbn=0-412-99391-0}}&amp;lt;/ref&amp;gt; sometimes do not make a careful distinction, but the latter are primarily concerned with [[algorithm]]ic issues. Sequencing theory is based on elements of [[mathematics]], [[biology]], and [[systems engineering]], so it is highly interdisciplinary. The subject may be studied within the context of [[computational biology]].&lt;br /&gt;
&lt;br /&gt;
==Theory and sequencing strategies==&lt;br /&gt;
&lt;br /&gt;
===Sequencing as a covering problem===&lt;br /&gt;
&lt;br /&gt;
All mainstream methods of [[DNA sequencing]] rely on reading small fragments of DNA and subsequently reconstructing these data to infer the original DNA target, either via [[sequence assembly|assembly]] or [[Sequence alignment|alignment]] to a reference. The [[abstraction]] common to these methods is that of a mathematical [[Cover (topology)|covering problem]].&amp;lt;ref name=&amp;quot;hall&amp;quot;&amp;gt;{{cite book |last=Hall |first=P. |year=1988 |title=Introduction to the Theory of Coverage Processes |publisher=Wiley |location=New York |isbn=0-471-85702-5}}&amp;lt;/ref&amp;gt; For example, one can imagine a line segment representing the target and a subsequent process where smaller segments are &amp;quot;dropped&amp;quot; onto random locations of the target. The target is considered &amp;quot;sequenced&amp;quot; when adequate coverage accumulates (e.g., when no gaps remain).&lt;br /&gt;
&lt;br /&gt;
The abstract properties of covering have been studied by mathematicians for over a century.&amp;lt;ref name=&amp;quot;solomon&amp;quot;&amp;gt;{{cite book |last=Solomon |first=H. |year=1978 |title=Geometric Probability |publisher=Society for Industrial and Applied Mathematics |location=Philadelphia |isbn=0-898-71025-1}}&amp;lt;/ref&amp;gt; However, direct application of these results has not generally been possible. Closed-form mathematical solutions, especially for probability distributions, often cannot be readily evaluated. That is, they involve inordinately large amounts of computer time for parameters characteristic of [[DNA sequencing]]. Stevens&#039; configuration is one such example.&amp;lt;ref name=&amp;quot;stevens&amp;quot;&amp;gt;{{cite journal |author=Stevens WL |year=1939 |title=Solution to a Geometrical Problem in Probability |journal=Annals of Eugenics |volume=9 |pages=315–320}}&amp;lt;/ref&amp;gt; Results obtained from the perspective of [[pure mathematics]] also do not account for factors that are actually important in sequencing, for instance detectable overlap in sequencing fragments, double-stranding, edge-effects, and target multiplicity. Consequently, development of sequencing theory has proceeded more according to the philosophy of [[applied mathematics]]. In particular, it has been problem-focused and makes expedient use of approximations, simulations, etc.&lt;br /&gt;
&lt;br /&gt;
===Early uses derived from elementary probability theory===&lt;br /&gt;
&lt;br /&gt;
The earliest result was actually borrowed directly from elementary probability theory. If we model the above process and take &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; as the fragment length and target length, respectively, then the probability of &amp;quot;covering&amp;quot; any given location on the target &#039;&#039;with one particular fragment&#039;&#039; is &amp;lt;math&amp;gt;L / G&amp;lt;/math&amp;gt;. (Note that this presumes &amp;lt;math&amp;gt;L \ll G&amp;lt;/math&amp;gt;, which is valid for many, though not all sequencing scenarios). The probability of &#039;&#039;&#039;not&#039;&#039;&#039; covering a given location on the target is therefore &amp;lt;math&amp;gt;1 - L / G&amp;lt;/math&amp;gt; for a single fragment and &amp;lt;math&amp;gt;\left[1 - L / G\right]^N&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt; fragments. The probability of covering a given location on the target with &#039;&#039;at least one&#039;&#039; fragment is therefore&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;P = 1 - \left[1 - \frac{L}{G}\right]^N.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This equation was first used to characterize plasmid libraries,&amp;lt;ref name=&amp;quot;clarkecarbon&amp;quot;&amp;gt;{{cite journal |author=Clarke L, Carbon J |year=1976 |title=A colony bank containing synthetic Col-El hybrid plasmids representative of the entire E. coli genome |journal=Cell |volume=9 |issue=1 |pages=91–99 |doi=10.1016/0092-8674(76)90055-6 |pmid=788919 }}&amp;lt;/ref&amp;gt; but is often more useful in a modified form. For most projects &amp;lt;math&amp;gt;N \gg 1&amp;lt;/math&amp;gt;, so that, to a good degree of approximation&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\left[1 - \frac{L}{G}\right]^N \sim \exp(-NL/G),&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;R = NL/G&amp;lt;/math&amp;gt; is called the &#039;&#039;redundancy&#039;&#039;. Note the significance of redundancy as representing the average number of times a position is covered with fragments. Note also that in considering the covering process over all positions in the target, this probability is identical to the [[expected value]] of the random variable &amp;lt;math&amp;gt;C&amp;lt;/math&amp;gt;, which represents the fraction of the target coverage. The final result,&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;E\langle C \rangle = 1 - e^{-R},&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
remains in widespread use as a &amp;quot;[[Back-of-the-envelope calculation|back of the envelope]]&amp;quot; estimator and predicts that coverage for all projects evolves along a universal curve that is a function only of the redundancy.&lt;br /&gt;
&lt;br /&gt;
===Lander-Waterman theory===&lt;br /&gt;
&lt;br /&gt;
In 1988, [[Eric Lander]] and [[Michael Waterman]] published an important paper&amp;lt;ref name=&amp;quot;landerwaterman&amp;quot;&amp;gt;{{cite journal |author=[[Eric Lander|Lander ES]], [[Michael Waterman|Waterman MS]] |year=1988 |title=Genomic mapping by fingerprinting random clones: a mathematical analysis |journal=Genomics |volume=2 |issue=3 |pages=231–239 |doi=10.1016/0888-7543(88)90007-9 |pmid=3294162 }}&amp;lt;/ref&amp;gt; examining the covering problem from the standpoint of gaps. Although they focused on the so-called [[Gene mapping|mapping problem]], the abstraction to sequencing is much the same. They furnished a number of useful results that were adopted as the standard theory from the earliest days of &amp;quot;large-scale&amp;quot; genome sequencing.&amp;lt;ref name=&amp;quot;fleischmann&amp;quot;&amp;gt;{{cite journal |author=Fleischmann RD, &#039;&#039;et al.&#039;&#039; |year=1995 |title=Whole-genome random sequencing and assembly of haemophilus influenzae Rd |journal=Science |volume=269 |issue=5223 |pages=496–512 |doi=10.1126/science.7542800 |pmid=7542800 |bibcode = 1995Sci...269..496F }}&amp;lt;/ref&amp;gt; Their model was also used in designing the [[Human Genome Project]] and continues to play an important role in DNA sequencing.&lt;br /&gt;
&lt;br /&gt;
Ultimately, the main goal of a sequencing project is to close all gaps, so the &amp;quot;gap perspective&amp;quot; was a logical basis of developing a sequencing model. One of the more frequently used results from this model is the expected number of [[contig]]s, given the number of fragments sequenced. If one neglects the amount of sequence that is essentially &amp;quot;wasted&amp;quot; by having to detect overlaps, their theory yields&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;E\langle contigs \rangle = N e^{-R}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In 1995, Roach&amp;lt;ref name=&amp;quot;roach95&amp;quot;&amp;gt;{{cite journal |author=Roach JC |year=1995 |title=Random subcloning |journal=Genome Research |volume=5 |issue=5|pages=464–473 |doi=10.1101/gr.5.5.464 |pmid=8808467 }}&amp;lt;/ref&amp;gt; published improvements to this theory, enabling it to be applied to sequencing projects in which the goal was to completely sequence a target genome. [[Michael Christopher Wendl|Michael Wendl]] and [[Bob Waterston]]&amp;lt;ref name=&amp;quot;wendl02&amp;quot;&amp;gt;{{cite journal |author=[[Michael Christopher Wendl|Wendl MC]], [[Bob Waterston|Waterston RH]] |year=2002 |title=Generalized gap model for bacterial artificial chromosome clone fingerprint mapping and shotgun sequencing |journal=Genome Research |volume=12 |issue=12 |pages=1943–1949 |doi=10.1101/gr.655102 |pmid=12466299 |pmc=187573}}&amp;lt;/ref&amp;gt; confirmed, based on Stevens&#039; method,&amp;lt;ref name=&amp;quot;stevens&amp;quot;/&amp;gt; that both models produced similar results when the number of contigs was substantial, such as in low coverage mapping or sequencing projects. As sequencing projects ramped up in the 1990s, and projects approached completion, low coverage approximations became inadequate, and the exact model of Roach was necessary. However, as the cost of sequencing dropped, parameters of sequencing projects became easier to directly test empirically, and interest and funding for strategic genomics diminished&lt;br /&gt;
&lt;br /&gt;
The basic ideas of Lander–Waterman theory led to a number of additional results for particular variations in mapping techniques.&amp;lt;ref name=&amp;quot;arratia&amp;quot;&amp;gt;{{cite journal |author=[[Richard Arratia|Arratia R]], &#039;&#039;et al.&#039;&#039; |year=1991 |title=Genomic mapping by anchoring random clones: a mathematical analysis |journal=Genomics |volume=11 |pages=806–827 |issue=4 |doi=10.1016/0888-7543(91)90004-X |pmid=1783390 }}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;port&amp;quot;&amp;gt;{{cite journal |author=Port E, &#039;&#039;et al.&#039;&#039; |year=1995 |title=Genomic mapping by end-characterized random clones: a mathematical analysis |journal=Genomics |volume=26 |pages=84–100 |issue=1 |doi=10.1016/0888-7543(95)80086-2 |pmid=7782090 }}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;zhang&amp;quot;&amp;gt;{{cite journal |author=Zhang MQ, Marr TG |year=1993 |title=Genome mapping by nonrandom anchoring: a discrete theoretical analysis |journal=[[Proceedings of the National Academy of Sciences]] |volume=90 |issue=2 |pages=600–604 |doi=10.1073/pnas.90.2.600 |bibcode = 1993PNAS...90..600Z }}&amp;lt;/ref&amp;gt; However, technological advancements have rendered mapping theories largely obsolete except in organisms other than highly studied model organisms (e.g., yeast, flies, mice, and humans).&lt;br /&gt;
&lt;br /&gt;
===Parking strategy===&lt;br /&gt;
&lt;br /&gt;
The parking strategy for sequencing resembles the process of parking cars along a curb. Each car is a sequenced clone, and the curb is the genomic target.&amp;lt;ref name=&amp;quot;roach2000&amp;quot;&amp;gt;{{cite journal |author=Roach JC, &#039;&#039;et al.&#039;&#039; |year=2000 |title=Parking strategies for genome sequencing |doi=10.1101/gr.10.7.1020 |journal=Genome Research |volume=10 |issue=7 |pages=1020–1030 |pmid=10899151 |pmc=310895}}&amp;lt;/ref&amp;gt; Each clone sequenced is screened to ensure that subsequently sequenced clones do not overlap any previously sequenced clone. No sequencing effort is redundant in this strategy. However, much like the gaps between parked cars, unsequenced gaps less than the length of a clone accumulate between sequenced clones. There can be considerable cost to close such gaps.&lt;br /&gt;
&lt;br /&gt;
===Pairwise end-sequencing===&lt;br /&gt;
&lt;br /&gt;
In 1995, Roach &#039;&#039;et al.&#039;&#039;&amp;lt;ref name=&amp;quot;roach1995b&amp;quot;&amp;gt;{{cite journal |author=Roach JC, Boysen C, Wang K, [[Leroy Hood|Hood L]] |year=1995 |title=Pairwise end sequencing: a unified approach to genomic mapping and sequencing |journal=Genomics |volume=26 |issue=2 |pages=345–353 |doi=10.1016/0888-7543(95)80219-C |pmid=7601461}}&amp;lt;/ref&amp;gt; proposed and demonstrated through simulations a generalization of a set of strategies explored earlier by Edwards and Caskey.&amp;lt;ref name=&amp;quot;edwards91&amp;quot;&amp;gt;{{cite book |author=Edwards, A.; Caskey, T. |year=1991 |title=Closure strategies for random DNA sequencing |publisher=A Companion to Methods in Enzymology |volume=3 |pages=41–47}}&amp;lt;/ref&amp;gt; This [[Shotgun_sequencing#Whole_genome_shotgun_sequencing|whole-genome sequencing]] method became immensely popular as it was championed by Celera and used to sequenced several model organisms before Celera applied it to the human genome. Today, most sequencing projects employ this strategy, often called paired end sequencing.&lt;br /&gt;
&lt;br /&gt;
==Post Human Genome Project advancements==&lt;br /&gt;
&lt;br /&gt;
The physical processes and protocols of DNA sequencing have continued to evolve, largely driven by advancements in bio-chemical methods, instrumentation, and automation techniques. There is now a wide range of problems that [[DNA sequencing]] has made in-roads into, including [[metagenomics]] and [[Cancer Genome Project|medical (cancer) sequencing]]. There are important factors in these scenarios that classical theory does not account for. Recent work has begun to focus on resolving the effects of some of these issues. The level of mathematics becomes commensurately more sophisticated.&lt;br /&gt;
&lt;br /&gt;
===Various artifacts of large-insert sequencing===&lt;br /&gt;
&lt;br /&gt;
Biologists have developed methods to filter highly-repetitive, essentially un-sequenceable regions of genomes. These procedures are important for organisms whose genomes consist mostly of such DNA, for example corn. They yield multitudes of small islands of sequenceable DNA products. Wendl and Barbazuk&amp;lt;ref name=&amp;quot;wendl05&amp;quot;&amp;gt;{{cite journal |author=[[Michael Christopher Wendl|Wendl MC]], Barbazuk WB |year=2005 |title=Extension of Lander–Waterman Theory for sequencing filtered DNA libraries |journal=BMC Bioinformatics |volume=6 |pages=article 245 |doi=10.1186/1471-2105-6-245 |pmid=16216129 |pmc=1280921}}&amp;lt;/ref&amp;gt; proposed an extension to Lander–Waterman Theory to account for &amp;quot;gaps&amp;quot; in the target due to filtering and the so-called &amp;quot;edge-effect&amp;quot;. The latter is a position-specific sampling bias, for example the terminal base position has only a &amp;lt;math&amp;gt;1 / G&amp;lt;/math&amp;gt; chance of being covered, as opposed to &amp;lt;math&amp;gt;L / G&amp;lt;/math&amp;gt; for interior positions. For &amp;lt;math&amp;gt;R &amp;lt; 1&amp;lt;/math&amp;gt;, classical Lander–Waterman Theory still gives good predictions, but dynamics change for higher redundancies.&lt;br /&gt;
&lt;br /&gt;
Modern sequencing methods usually sequence both ends of a larger fragment, which provides linking information for &#039;&#039;de novo&#039;&#039; assembly and improved probabilities for alignment to reference sequence. Researchers generally believe that longer lengths of data (read lengths) enhance performance for very large DNA targets, an idea consistent with predictions from distribution models.&amp;lt;ref name=&amp;quot;wendl06distrib&amp;quot;&amp;gt;{{cite journal |author=[[Michael Christopher Wendl|Wendl MC]] |year=2006 |title=Occupancy modeling of coverage distribution for whole genome shotgun DNA sequencing |journal=Bulletin of Mathematical Biology |volume=68 |issue=1|pages=179–196 |doi=10.1007/s11538-005-9021-4 |pmid=16794926 }}&amp;lt;/ref&amp;gt; However, Wendl&amp;lt;ref name=&amp;quot;wendl06gen&amp;quot;&amp;gt;{{cite journal |author=[[Michael Christopher Wendl|Wendl MC]] |year=2006 |title=A general coverage theory for shotgun DNA sequencing |journal=Journal of Computational Biology |volume=13 |issue=6 |pages=1177–1196 |doi=10.1089/cmb.2006.13.1177 |pmid=16901236 }}&amp;lt;/ref&amp;gt; showed that smaller fragments provide better coverage on small, linear targets because they reduce the edge effect in linear molecules. These findings have implications for sequencing the products of DNA filtering procedures. Read-pairing and fragment size evidently have negligible influence for large, whole-genome class targets.&lt;br /&gt;
&lt;br /&gt;
===Individual and population sequencing===&lt;br /&gt;
&lt;br /&gt;
Sequencing is emerging as an important tool in medicine, for example in cancer research. Here, the ability to detect [[Loss of heterozygosity|heterozygous mutations]] is important and this can only be done if the sequence of the [[Diploid#Diploid|diploid genome]] is obtained. In the pioneering efforts to sequence individuals, Levy &#039;&#039;et al.&#039;&#039;&amp;lt;ref name=&amp;quot;levy07&amp;quot;&amp;gt;{{cite journal |author=Levy S, &#039;&#039;et al.&#039;&#039; |year=2007 |title=The diploid genome sequence of an individual human |journal=PLoS Biology |volume=5 |issue=10 |pages=article e254 |doi=10.1371/journal.pbio.0050254 |pmid=17803354 |pmc=1964779}}&amp;lt;/ref&amp;gt; and Wheeler &#039;&#039;et al.&#039;&#039;,&amp;lt;ref name=&amp;quot;wheeler08&amp;quot;&amp;gt;{{cite journal |author=Wheeler DA, &#039;&#039;et al.&#039;&#039; |year=2008 |title=The complete genome of an individual by massively parallel DNA sequencing |journal=Nature |volume=452 |issue=7189 |pages=872–876 |doi=10.1038/nature06884 |pmid=18421352 |bibcode=2008Natur.452..872W}}&amp;lt;/ref&amp;gt; who sequenced [[Craig Venter]] and [[James D. Watson|Jim Watson]], respectively, outlined models for covering both alleles in a genome. Wendl and Wilson&amp;lt;ref name=&amp;quot;wendl08&amp;quot;&amp;gt;{{cite journal |author=[[Michael Christopher Wendl|Wendl MC]], [[Richard K. Wilson|Wilson RK]] |year=2008 |title=Aspects of coverage in medical DNA sequencing |journal=BMC Bioinformatics |volume=9 |pages=article 239 |doi=10.1186/1471-2105-9-239 |pmid=18485222 |pmc=2430974}}&amp;lt;/ref&amp;gt; followed with a more general theory that allowed for an arbitrary number of coverings of each allele and arbitrary [[ploidy]]. These results point to the general conclusion that the amount of data needed for such projects is significantly higher than for traditional haploid projects. Generally, at least 30-fold redundancy, i.e. each nucleotide spanned by an average of 30 sequence reads, is now standard.&amp;lt;ref name=&amp;quot;ley2008&amp;quot;&amp;gt;{{cite journal |author=[[Timothy Ley|Ley TJ]], &#039;&#039;et al.&#039;&#039; |year=2008 |title=DNA sequencing of a cytogenetically normal acute myeloid leukaemia genome |journal=Nature |volume=456 |issue=7218|pages=66–72 |doi=10.1038/nature07485 |pmid=18987736|bibcode = 2008Natur.456...66L }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
However, requirements can be even greater, depending upon what kinds of genomic events are to be found. For example, in the so-called &amp;quot;discordant read pairs method&amp;quot;, DNA insertions can be inferred if the distance between read pairs is larger than expected. Calculations show that around 50-fold redundancy is needed to avoid [[False positive rate|false-positive errors]] at 1% threshold.&amp;lt;ref name=&amp;quot;wendl09a&amp;quot;&amp;gt;{{cite journal |author=[[Michael Christopher Wendl|Wendl MC]], [[Richard K. Wilson|Wilson RK]] |year=2009 |title=Statistical aspects of discerning indel-type structural variation via DNA sequence alignment |journal=BMC Genomics |volume=10 |pages=article 359 |pmid=19656394 |doi=10.1186/1471-2164-10-359 |pmc=2748092}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advent of [[DNA_sequencing#Next-generation_methods|next-generation sequencing]] has also made large-scale population sequencing feasible, for example the [[1000 Genomes Project]] to characterize variation in human population groups. While common variation is easily captured, rare variation poses a design challenge: too few samples with significant sequence redundancy risks not having a variant in the sample group, but large samples with light redundancy risk not capturing a variant in the read set that is actually in the sample group. Wendl and Wilson&amp;lt;ref name=&amp;quot;wendl09b&amp;quot;&amp;gt;{{cite journal |author=[[Michael Christopher Wendl|Wendl MC]], [[Richard K. Wilson|Wilson RK]] |year=2009 |title=The theory of discovering rare variants via DNA sequencing |journal=BMC Genomics |volume=10 |pages=article 485 |pmid=19843339 |doi=10.1186/1471-2164-10-485 |pmc=2778663}}&amp;lt;/ref&amp;gt; report a simple set of optimization rules that maximize the probability of discovery for a given set of parameters. For example, for observing a rare allele at least twice (to eliminate the possibility is unique to an individual) a little less than 4-fold redundancy should be used, regardless of the sample size.&lt;br /&gt;
&lt;br /&gt;
===Metagenomic sequencing===&lt;br /&gt;
&lt;br /&gt;
Next-generation instruments are now also enabling the sequencing of whole uncultured metagenomic communities. The sequencing scenario is more complicated here and there are various ways of framing design theories for a given project. For example, Stanhope&amp;lt;ref name=&amp;quot;stanhope2010&amp;quot;&amp;gt;{{cite journal |author=Stanhope SA |year=2010 |title=Occupancy modeling maximum contig size probabilities and designing metagenomics experiments |journal=PLoS ONE|volume=5 |pages=article e11652 |pmid= 20686599 |doi=10.1371/journal.pone.0011652|bibcode = 2010PLoSO...511652S }}&amp;lt;/ref&amp;gt; developed a probabilistic model for the amount of sequence needed to obtain at least one contig of a given size from each novel organism of the community, while Wendl et al. reported analysis for the average contig size or the probability of completely recovering a novel organism for a given rareness within the community.&amp;lt;ref name=&amp;quot;wendl2012&amp;quot;&amp;gt;{{cite journal |author=[[Michael Christopher Wendl|Wendl MC]] &#039;&#039;et al.&#039;&#039;|year=2012 |title=Coverage theories for metagenomic DNA sequencing based on a generalization of Stevens&#039; theorem |journal=Journal of Mathematical Biology |pmid= 22965653 |doi=10.1007/s00285-012-0586-x}}&amp;lt;/ref&amp;gt; Conversely, Hooper et al. propose a semi-empirical model based on the [[Gamma distribution]].&amp;lt;ref name=&amp;quot;hooper2010&amp;quot;&amp;gt;{{cite journal |author=Hooper SD &#039;&#039;et al.&#039;&#039;|year=2010 |title=Estimating DNA coverage and abundance in metagenomes using a gamma approximation |journal=Bioinformatics|volume=26 |pages=295–301 |pmid= 20008478 |doi=10.1093/bioinformatics/btp687}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
&lt;br /&gt;
DNA sequencing theories often invoke the assumption that certain random variables in a model are [[Independent and identically-distributed random variables|independent and identically distributed]]. For example, in Lander–Waterman Theory, a sequenced fragment is presumed to have the same probability of covering each region of a genome and all fragments are assumed to be independent of one another. In actuality, sequencing projects are subject to various types of bias, including differences of how well regions can be cloned, sequencing anomalies, biases in the target sequence (which is &#039;&#039;not&#039;&#039; random), and software-dependent errors and biases. In general, theory will agree well with observation up to the point that enough data have been generated to expose latent biases.&amp;lt;ref name=&amp;quot;wendl08&amp;quot;/&amp;gt; The kinds of biases related to the underlying target sequence are particularly difficult to model, since the sequence itself may not be known &#039;&#039;a priori&#039;&#039;. This presents a type of [[Chicken or the egg|&amp;quot;chicken and egg&amp;quot;]] closure problem.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Computational biology]]&lt;br /&gt;
*[[Bioinformatics]]&lt;br /&gt;
*[[Mathematical biology]]&lt;br /&gt;
*[[Sulston score]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Bioinformatics]]&lt;br /&gt;
[[Category:Mathematical and theoretical biology]]&lt;br /&gt;
[[Category:DNA sequencing]]&lt;/div&gt;</summary>
		<author><name>128.100.109.30</name></author>
	</entry>
</feed>