Question: Given a DNA sequence, write a Python program that outputs the number and proportion of each base, including ambiguous ones (n). Make sure your code
Given a DNA sequence, write a Python program that outputs the number and proportion of each base, including ambiguous ones (n). Make sure your code can handle upper and lower case. Now add some code to output the reverse complement of the sequence.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
