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

Oracle Database Administration The Essential Reference

Authors: Brian Laskey, David Kreines

1st Edition

1565925165, 978-1565925168

More Books

Students also viewed these Databases questions

Question

List behaviors to improve effective leadership in meetings

Answered: 1 week ago