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 Homework
Due on Canvas on Wednesday
On Canvas you will find a file named "BMEHWSpringmlx 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
modifyadd your own code denoted by square brackets
A couple of notes:
If the code takes more than seconds to run, you're probably stuck in an infinite loop. Use ctrlC 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'.
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 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
tcggga
tggtcg given template sequence input
agccct
accagc synthesized strand sequence output
Transcription
tcggga
tggtcg antisense strand input
agcccu
accagc synthesized RNA strand output
Translation
agcccu....aug gcc cug....ccagc RNA strand input
aug gcc cug....ccagc ORF intermediate
MAL amino acid sequence output
I need help with this please
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
