Question: Please answer parts 1-7. It is a decent amount but each question bounces off of the previous one. For part 1, I have attached the

Please answer parts 1-7. It is a decent amount but each question bounces off of the previous one. For part 1, I have attached the functions restOfORF(DNA) and oneFrame(DNA). These are needed to answer part 1. Thank you!
 Please answer parts 1-7. It is a decent amount but each
question bounces off of the previous one. For part 1, I have
attached the functions restOfORF(DNA) and oneFrame(DNA). These are needed to answer part
1. Thank you! def restoFORF (DNA): "*"Takes a sequence starting with an
ATG and finds first stop codon. Returns ORF. If no in-frame stop
codon, return whole sequence." for i in range (0,len (DNA),3) if DNAL:
(1+3)] in stopList : seq DNA[:i] return seq return DNA # Modify

def restoFORF (DNA): "*"Takes a sequence starting with an ATG and finds first stop codon. Returns ORF. If no in-frame stop codon, return whole sequence." for i in range (0,len (DNA),3) if DNAL: (1+3)] in stopList : seq DNA[:i] return seq return DNA # Modify oneFrame(DNA) according to directions. # def oneFrame(DNA): Begining at the start of DNA, searches that one frame for all ORFs. Returns their seqs as list.""" seqL = [] f# for i in range (0,len(DNA),3): if DNA[1:1+3)-= "ATG": seq = re stofORF (DNA[i:)) seq L = seqL + [seq] # return seql

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!