To use all functions of this page, please activate cookies in your browser.
my.bionity.com
With an accout for my.bionity.com you can always see everything at a glance – and you can configure your own website and individual newsletter.
- My watch list
- My saved searches
- My saved topics
- My newsletter
Sequence assemblyIn bioinformatics, sequence assembly refers to aligning and merging many fragments of a much longer DNA sequence in order to reconstruct the original sequence. Typically the short fragments result from shotgun sequencing genomic DNA, or gene transcript (ESTs). First-Generation sequence assemblers began to appear in the late 1980s and early 1990s, to piece together vast quantities of fragments generated by automated sequencing instruments. Often, these First-Generation assemblers employed the Shortest Common Supersequence algorithm, outlined below. As a result, they're not well suited for reconstructing original sequences containing repeats or noise. The following are First-Generation assemblers, widely used within the industry:
Modern assemblers like DNA Baser or Celera Assembler brings many improvements to the first generation of assemblers. Additional recommended knowledge
Assemblers for large genomeFaced with the challenge of assembling the much larger genomes of the fruit fly Drosophila melanogaster in 2000 and the human genome just a year later, scientists developed assemblers able like Celera Assembler (first developed by a private company) and Arachne able to handle genomes of 100-300 million base pairs. Subsequent to these efforts, several other groups, mostly at the major genome sequencing centers, built large-scale assemblers, and an open source effort known as AMOS was launched to bring together all the innovations in genome assembly technology under the open source framework. EST assembly differs from genome assembly in several ways. For instance, genomes often have large amounts of repetitive sequences, mainly in the intra-genic parts. Since ESTs represent gene transcripts, they will not contain these repeats. On the other hand, genes sometimes overlap in the genome (sense-antisense transcription), and should ideally still be assembled separately. EST assembly is also complicated by features like (cis-) alternative splicing, trans-splicing, single-nucleotide polymorphism, recoding, and post-transcriptional modification. These differences make the new generation assemblers less applicable to EST assembly. Greedy algorithmGiven a set of sequence fragments the object is to find the Shortest common supersequence.
The result is a suboptimal solution to the problem. See also
References
|
|
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Sequence_assembly". A list of authors is available in Wikipedia. |