Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use python to answer! oneFrane Write a function oneframe (DNA) that starts at the 0 position of DNA and searches forward in units of three

Use python to answer!
image text in transcribed
image text in transcribed
image text in transcribed
oneFrane Write a function oneframe (DNA) that starts at the 0 position of DNA and searches forward in units of three looking for start codons. When it finds a start codon, onefrane should take the slice of DNA beginning with that "ATG" and ask restoFOrF for the open reading frame that begins there. It should store that sequence in a list and then continue searching for the next "ATG start codon and repeat this process. Ultimately, this function returns the list ot all ORFs that it found. Here are some examples of oneFrane in action onefrane ( ccCTTTTTGAAAATOCCCGGGTAA-) >>> oneFrane("CCATGTAGAAATGCCC") [1 >oneFrane("ATGCCCATGGGGAAATTTTGACCC") 'ATOCCCATOGGGAAATTTATG0GGAAATTT

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

The Accidental Data Scientist

Authors: Amy Affelt

1st Edition

1573877077, 9781573877077

Students also viewed these Databases questions

Question

4. What action should Cherita Howard take and why?

Answered: 1 week ago