[Solved] Module 2 Assignment 605.451 Principles of Computational Biology

$25

File Name: Module_2_Assignment_605.451_Principles_of_Computational_Biology.zip
File Size: 593.46 KB

SKU: [Solved] Module 2 Assignment 605.451 Principles of Computational Biology Category: Tag:
5/5 - (1 vote)

Small Project 1

  1. Find the best local alignment between the following two sequences using two ways:
    1. Manually calculate scores on the DP table, draw the path, and write out the two aligned sub sequences. (50 points)
    2. Write a computer program in Java or any other programming languages to compute the local alignment score and print out the aligned two sub sequences. (50 points)

Q: GCTGGAAGGCAT

P: GCAGAGCACG

Linear gap model:

Gap = -4

Match = 5

Mismatch = -4

What to turn in

  • Turn in DP table with the scores and paths
  • Turn in the two aligned sub sequences
  • Turn in your source code
  • Turn in the output from your program

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[Solved] Module 2 Assignment 605.451 Principles of Computational Biology
$25