Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using Python: 1. Write a function called 'back_trans' that takes an RNA sequence as an argument and returns the original DNA sequence. For example, if

Using Python: 1. Write a function called 'back_trans' that takes an RNA sequence as an argument and returns the original DNA sequence. For example, if the RNA sequence is: uaguacua Then the backwards transcribed DNA sequence should be: tagtacta Write a program to prompt the user to enter an RNA sequence and validate the sequence using the function you wrote in lab 5 and display the original DNA sequence. 2. Write a function called 'gc_percent' that takes a DNA sequence as an argument and returns the percentage of the sequence that are 'G' or 'C' nucleotides. For example, if the DNA sequence is: tagtacta Then the function will return 0.25. For this problem, your program must read the DNA sequence from a file called "fasta.txt". The contents of the file are: >monkey tatagctacgtagcaatagcgccgatacg

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

Practical Azure SQL Database For Modern Developers Building Applications In The Microsoft Cloud

Authors: Davide Mauri, Silvano Coriani, Anna Hoffma, Sanjay Mishra, Jovan Popovic

1st Edition

1484263693, 978-1484263693

More Books

Students also viewed these Databases questions

Question

=+8.8. Suppose that S = (0,1,2 ,... ], Poo =1, and f,o>0 for all i.

Answered: 1 week ago