<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://teaching.healthtech.dtu.dk:443/22118/index.php?action=history&amp;feed=atom&amp;title=Pairwise_alignment</id>
	<title>Pairwise alignment - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://teaching.healthtech.dtu.dk:443/22118/index.php?action=history&amp;feed=atom&amp;title=Pairwise_alignment"/>
	<link rel="alternate" type="text/html" href="https://teaching.healthtech.dtu.dk:443/22118/index.php?title=Pairwise_alignment&amp;action=history"/>
	<updated>2026-05-15T03:04:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://teaching.healthtech.dtu.dk:443/22118/index.php?title=Pairwise_alignment&amp;diff=34&amp;oldid=prev</id>
		<title>WikiSysop: Created page with &quot;__NOTOC__ ===Description=== Aligning sequences is of great importance in bioinformatics. Many discoveries are based on finding sequences that align to each other. Evolution theory and phylogeny are based on sequence alignments. This project is about implementing a well-known algorithm for aligning two sequences, i.e. finding where they match in an optimal fashion.  You must choose to implement either: # Smith-Waterman alignment where the goal is to find the best local al...&quot;</title>
		<link rel="alternate" type="text/html" href="https://teaching.healthtech.dtu.dk:443/22118/index.php?title=Pairwise_alignment&amp;diff=34&amp;oldid=prev"/>
		<updated>2025-09-26T11:47:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__ ===Description=== Aligning sequences is of great importance in bioinformatics. Many discoveries are based on finding sequences that align to each other. Evolution theory and phylogeny are based on sequence alignments. This project is about implementing a well-known algorithm for aligning two sequences, i.e. finding where they match in an optimal fashion.  You must choose to implement either: # Smith-Waterman alignment where the goal is to find the best local al...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
===Description===&lt;br /&gt;
Aligning sequences is of great importance in bioinformatics. Many discoveries are based on finding sequences that align to each other. Evolution theory and phylogeny are based on sequence alignments.&lt;br /&gt;
This project is about implementing a well-known algorithm for aligning two sequences, i.e. finding where they match in an optimal fashion.&lt;br /&gt;
&lt;br /&gt;
You must choose to implement either:&lt;br /&gt;
# Smith-Waterman alignment where the goal is to find the best local alignment of the two sequences given as input, i.e. the optimal alignment that covers most/best of both sequences.&lt;br /&gt;
# Needleman-Wunsch alignment where the goal is to find the best global alignment of the two sequences given as input, i.e. the optimal alignment that covers all of at least one sequence.&lt;br /&gt;
# Or both if you are cool :-)&lt;br /&gt;
&lt;br /&gt;
===Input and output===&lt;br /&gt;
The input is just a fasta file with two sequences, that should be aligned.&amp;lt;br&amp;gt;&lt;br /&gt;
The output should be the the best alignment with clear notation where it is in both sequence inputs.&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Pairwise alignment works for both DNA and protein sequences.&lt;br /&gt;
&lt;br /&gt;
Examples of program execution:&lt;br /&gt;
 align.py &amp;lt;fastafile&amp;gt;&lt;br /&gt;
 align.py fastafile.fsa&lt;br /&gt;
&lt;br /&gt;
===Details===&lt;br /&gt;
Fasta file: [https://teaching.healthtech.dtu.dk/material/22113/dna7.fsa Similar dna sequences coding for insulin].&amp;lt;br&amp;gt;&lt;br /&gt;
Wikipedia: [https://en.wikipedia.org/wiki/Smith%E2%80%93Waterman_algorithm Smith-Waterman alignment].&amp;lt;br&amp;gt;&lt;br /&gt;
Wikipedia: [https://en.wikipedia.org/wiki/Needleman%E2%80%93Wunsch_algorithm Needleman-Wunsch alignment].&amp;lt;br&amp;gt;&lt;br /&gt;
Google:  [http://books.google.dk/books?id=bvY21DGa1OwC&amp;amp;pg=PA87&amp;amp;lpg=PA87&amp;amp;dq=smith-waterman&amp;amp;source=web&amp;amp;ots=gJTIZXMkqv&amp;amp;sig=AO0TtuhrNFaH0ZuKIg2TUXHmqww&amp;amp;hl=en book on alignment].&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Investigate substitution matrices, [https://en.wikipedia.org/wiki/BLOSUM https://en.wikipedia.org/wiki/BLOSUM] and [https://en.wikipedia.org/wiki/Point_accepted_mutation https://en.wikipedia.org/wiki/Point_accepted_mutation]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
</feed>