Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using PAM.py and PAM1.txt as a starting point, modify your Blast alignment program so that it creates and stores a PAM250 matrix we calculate (It

image text in transcribed
Using PAM.py and PAM1.txt as a starting point, modify your Blast alignment program so that it creates and stores a PAM250 matrix we calculate (It shouldn't be necessary to actually copy and paste 3"? text from PAM - py into your program - if you are clever, you can simply import the necessary functionality from PAM . by and call whatever methods you need to calculate an appropriate PAM matrix. 1b) The biggest difference between BLASTP and BLASTN is that normal BLASTN only has to check whether or not there is an exact match between the current symbol found in the query and the current symbol found in the target (i.e., does 'A' == 'A') and scores accordingly using binary (true/false) logic. But with protein comparisons, amino acids might be considered an exact, a good, a poor, or a downright unfavorable substitution depending on which pair of amino acids happens to be under consideration. We therefore need to look up the score from the PAM dict we have calculated. Modify your program so that reward/ penalty values are appropriately looked up from the PAM matrix during scoring

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intermediate Accounting

Authors: Donald E. Kieso, Jerry J. Weygandt, And Terry D. Warfield

13th Edition

9780470374948, 470423684, 470374942, 978-0470423684

Students also viewed these Mathematics questions