Question: BME 2 0 1 Homework 5 Due on Canvas on Wednesday 2 / 2 1 / 2 4 On Canvas you will find a file

BME 201 Homework 5
Due on Canvas on Wednesday 2/21/24
On Canvas you will find a file named "BME201_HW5_Spring2024.mlx". It is broken up into three
sections, each one modeling a different aspect of molecular biology: DNA replication, transcription, and
translation. Follow the instructions in the code to analyze the DNA sequence from the human insulin
gene (found in the file insulinDNAseq.txt).
Throughout the code, there are lines that require you to answer questions and lines that require you to
modify/add your own code (denoted by square brackets []).
A couple of notes:
1.) If the code takes more than 3 seconds to run, you're probably stuck in an infinite loop. Use ctrl+C to
stop the code if this happens. I highly recommend you Google how to use breakpoints in MATLAB to
make sure you only run the code up until the point you care about. If you let it run beyond the lines
you've worked on, you'll almost definitely run into problems. It also might be helpful to use the 'Run
Section' button (which just runs the current section of code) rather than 'Run'.
2.) Troubleshooting hint: If you're running into problems, copy and paste each line in order in the
command window. Make sure each line is doing what you want it to do. If you're troubleshooting a for
loop, first type i=1 in the command window.
Use the schematics below to help interpret the input and output for each section. Hint: use the
sequences below to confirm that your output looks correct for each step!
DNA Replication
3' tcggga
.tggtcg 5'= given template sequence (input)
5' agccct
.accagc 3'= synthesized strand sequence (output)
Transcription
3' tcggga
tggtcg 5'= antisense strand (input)
5' agcccu
accagc 3'= synthesized RNA strand (output)
Translation
5' agcccu....aug gcc cug....ccagc 3'= RNA strand (input)
5' aug gcc cug....ccagc 3'= ORF (intermediate)
M-A-L.....== amino acid sequence (output)
I need help with this please
 BME 201 Homework 5 Due on Canvas on Wednesday 2/21/24 On

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!