Question: 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:

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
Get step-by-step solutions from verified subject matter experts
