Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Sequence assembly
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Assembly algorithms == Different organisms have a distinct region of higher complexity within their genome. Hence, the need of different computational approaches is needed. Some of the commonly used algorithms are: ; Graph Assembly: is based on Graph theory in computer science. The [[De Bruijn graph|de Bruijn Graph]] is an example of this approach and utilizes [[k-mers]] to assemble a contiguous from reads.<ref>{{cite journal | vauthors = Compeau PE, Pevzner PA, Tesler G | title = How to apply de Bruijn graphs to genome assembly | journal = Nature Biotechnology | volume = 29 | issue = 11 | pages = 987–991 | date = November 2011 | pmid = 22068540 | pmc = 5531759 | doi = 10.1038/nbt.2023 }}</ref> ; Greedy Graph Assembly: this approach score each added read to the assembly and selects the highest possible score from the overlapping region. :Given a set of sequence fragments, the object is to find a longer sequence that contains all the fragments (see figure under ''Types of Sequence Assembly''): :# Сalculate pairwise alignments of all fragments. :# Choose two fragments with the largest overlap. :# Merge chosen fragments. :# Repeat step 2 and 3 until only one fragment is left. :The result might not be an optimal solution to the problem.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)