Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( 3 0 points ) Missense Mutation Function a . Write a function that takes three arguments: an RNA sequence, a codon - aminoacid dictionary

(30 points) Missense Mutation Function
a. Write a function that takes three arguments: an RNA sequence, a codon-aminoacid dictionary and a point mutation on RNA
b. The function should call the function you wrote in Q1c to convert the RNA sequence to aminoacid sequence (conversion can run either on whole sequence or a part of it)
c. Then function should return the index of the aminoacid effected by the mutation and if the mutation changes the aminoacid that is coded by the codon (missense mutation or not)
Note: Mutation information should be provided as follows:
r.123A>G,(on RNA, A in position is 123 is replaced by G)
p.Pro252Arg (on protein, proline at position 252 is replaced by arginine)
image text in transcribed

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

How To Build A Million Dollar Database

Authors: Michelle Bergquist

1st Edition

0615246842, 978-0615246840

More Books

Students also viewed these Databases questions