Question: Programming skills. Design and then write (Python) a program that could detect transmembrane domains called tmScanner.py This program should call two other functions that you

 Programming skills. Design and then write (Python) a program that could

Programming skills. Design and then write (Python) a program that could detect transmembrane domains called tmScanner.py This program should call two other functions that you write: getProteinRegion should return a ten amino acid window. (initially it should grab amino acids 1-10...the next time it is called it should grab amino acids 2-11...). The TMscanner should also repeatedly call a second function called testForTM, which should calculate and return the decimal fraction of those ten amino acids which are nonpolar. For example, in the Amino Acid table below, the first set immediately below (AV.L,I,P,M,F,W)nonpolar _/30 For example if your code is run with the test code #Test code for TMSCANNER protein='AVLIPMFWGSTCNQYDEKRH#only the first 8 are nonpolar results=tmScanner(protein) print "Results are", results it should print out: Results are [.8,7,6,.5.4,.3,2,.1,0.0.0.0]

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!