Question

In: Biology

BIOINFORMATICS (Python) In the following you are required to present on paper your solution to alignment...

BIOINFORMATICS (Python)

In the following you are required to present on paper your solution to alignment problems. Please use the Needleman-Wunsch algorithm to find the best global pairwise alignment and use the Smith-Waterman algorithm to find the best local pairwise alignment. For each (global or local) alignment you must: - Construct the dynamic programming matrix F(i,j) keeping track of the pointers Ptr(j,i). - Determine the score of the best pairwise alignment. - Present the best alignment. If there are more than one, present all the best.

PROBLEM 1

Consider the following two nucleotide sequences

Sequence 1: A A C G T T A C

Sequence 2: C G A T A A C

and the following scoring model:

Match = +1

Mismatch = -1

Gap = -1

PROBLEM 2

Consider the following two nucleotide sequences

Sequence 1: A C G C G T

Sequence 2: C G T A A

and the following scoring model:

Match = +5

Mismatch = -3

Gap = -4

Solutions

Expert Solution

As required,Please find the attached final complete calculations of answer.


Related Solutions

PYTHON Suppose you need to import a single class named GeneTools from a module named bioinformatics,...
PYTHON Suppose you need to import a single class named GeneTools from a module named bioinformatics, in Python. Which of the following represents the correct use of an import statement? import GeneTools from bioinformatics from bioinformatics import GeneTools from bioinformatics import * import GeneTools
You are required to read each statement carefully and present your agreement or disagreement With the...
You are required to read each statement carefully and present your agreement or disagreement With the statement. You must support your answer with logical answers. Your answer should not Exceed three statements for each statement. a. It is important that ideal standards should be used as a benchmark for developing practical Standards. b. Every type of variance should be reported to the management for improving efficiency Of the organization’s operations. c. The contribution margin is an alternative to the gross...
Explain this python program as if you were going to present it to a class in...
Explain this python program as if you were going to present it to a class in a power point presentation. How would you explain it? I am having a hard time with this. I have my outputs and code displayed throughout 9 slides. #Guess My Number Program # Python Code is modified to discard duplicate guesses by the computer import random #function for getting the user input on what they want to do. def menu(): #print the options print("\n\n1. You...
In this paper you will be working with a dollar value of $1,000,000 to calculate present...
In this paper you will be working with a dollar value of $1,000,000 to calculate present value, present value of an annuity, future value and future value of an annuity. In each of the four parts of the assignment, you will provide a scenario in which you personally or a business would need to calculate these values. Personal examples are planning for retirement, planning for education or winning the lottery. Business examples are buying a new delivery truck, bond issues,...
For HSM410, you will be completing a Healthcare Policy Analysis Paper . You will be required...
For HSM410, you will be completing a Healthcare Policy Analysis Paper . You will be required to choose a single past, current, or proposed legislative item to analyze. Submit a brief description of the problem/issue that your legislation addresses and the legislation itself that you will analyze in your paper. It is expected that you will provide a focused topic that identifies a problem/issue of concern and the legislation that is/has/will address the problem. Once you have identified your legislation,...
You are required to present an outline design of a system that will be used by...
You are required to present an outline design of a system that will be used by doctors at a medical practice to keep basic patient records. The system should record each consultation between a doctor and patient, any illness diagnosed by the doctor, and any drugs prescribed to the patient. At regular intervals, an auditor will use the system to check whether the same drug is being prescribed repeatedly to a particular patient. (a) How would you go about determining...
In this python program , you are to build a trivia game. The game should present...
In this python program , you are to build a trivia game. The game should present each question – either in order or randomly – to the player, and display up to four possible answers. The player is to input what they believe to be the correct answer.   The game will tell the player if they got it right or wrong and will display their score. If they got it right, their score will go up. If they got it...
You are required to complete one research paper that will allow you to utilize the theory...
You are required to complete one research paper that will allow you to utilize the theory and techniques we discuss, excluding book case studies. Pick any financial issue facing companies in the last two years to research (2013-Present). For example, you may want to write on financial issues in a particular industry or for several companies. Write a 15 page analysis. It must be APA formatted including 12 font, Times New Roman, double spaced, and 1 inch margins. Use the...
You will present to your peers one of your main concepts from each of the following...
You will present to your peers one of your main concepts from each of the following areas of your ideal society: One main concept from key concepts One main concept from theory One main concepts from people Along with your three takeaways, explain how each concept builds your ideal society
Final Project You will be required to do a term paper on one of the topics...
Final Project You will be required to do a term paper on one of the topics listed below. Discuss how the unique physical and chemical properties of water contribute to the importance of water for life on Earth to survive. Discuss how the methods of experimentation and observation have changed throughout the history of science. Explain the role so called “accidental” discoveries played in the history of science. Describe the major experiments and scientists involved in the discovery of DNA...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT