Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem Two: Splicing Out Introns: We are given a short DNA sequence: ATCGATCGATCGATCGACTGACTAGTCATAGCTATGCATGTAGCTACTCGATCGA TCGATCGATCGATCGATCGATCGATCGATCATGCTATCATCGATCGATATCGATG CATCGACTACTAT A. It comprises two exons and an intron. The first

Problem Two: Splicing Out Introns:

image text in transcribed

We are given a short DNA sequence: ATCGATCGATCGATCGACTGACTAGTCATAGCTATGCATGTAGCTACTCGATCGA TCGATCGATCGATCGATCGATCGATCGATCATGCTATCATCGATCGATATCGATG CATCGACTACTAT A. It comprises two exons and an intron. The first exon runs from the start of the sequence to the sixty-third character, and the second exon runs from the ninety first character to the end of the sequence. Write a program, named introns1.py, that will print just the coding regions of the DNA sequence. B. Using the data from part A, write a program, named introns2.py, that will calculate what percentage of the DNA sequence is coding. C. Using the data from part one, write a program, named introns3.py, that will print out the original genomic DNA sequence with coding bases in uppercase and non-coding bases in lowercase. Do not forget to use comments and the Python Coding Style conventions

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions