...11300A Bioinformatics Homework 2 Nov. 17, 2015 1. Sequence Alignment Using Dynamic Programming (DP) There are two amino acid sequences, seq1: COELACANTH and seq2: PELICAN. Obtain the global alignment by using DP (the Needleman-Wunsch algorithm) . [pic] |λ |c |o |e |l |a |c |a |n |t |h | |λ |0 |-1 |-2 |-3 |-4 |-5 |-6 |-7 |-8 |-9 |-10 | |p |-1 |-1 |-2 |-3 |-4 |-5 |-6 |-7 |-8 |-9 |-10 | |e |-2 |-2 |-2 |-1 |-2 |-3 |-4 |-5 |-6 |-7 |-8 | |l |-3 |-3 |-3 |-2 |0 |-1 |-2 |-3 |-4 |-5 |-6 | |i |-4 |-4 |-4 |-3 |-1 |-1 |-2 |-3 |-4 |-5 |-6 | |c |-5 |-5 |-5 |-4 |-2 |-2 |0 |-1 |-2 |-3 |-4 | |a |-6 |-6 |-6 |-5 |-3 |-1 |-1 |1 |0 |-1 |-2 | |n |-7 |-7 |-7 |-6 |-4 |-2 |-2 |0 |2 |1 |0 | | 2. In this question you will use two different dot matrix analysis servers to analyze the sequence of the human low density lipoprotein receptor (NP_000518). You will run a dot matrix analysis of this protein against itself (which means you will need to enter its sequence in both boxes on the website). A. First use Dottup (http://mobyle.pasteur.fr/cgi-bin/portal.py?#forms::dottup). Set the word size to 2 (“word size” is basically the same as “window”). Using a word size of 2, the algorithm will scan a window of 2 amino acids and put one dot in the matrix when the two sequences have identical amino acids. Dottup has no threshold, so it is simpler than Dotmatcher. a) Print (or copy and paste) the output from Dottup and turn it in. B. Now use Dotmatcher ...
Words: 367 - Pages: 2