Question: Write a function complementWC() that takes a DNA string as its argument and returns its Watson-Crick complement: replace A with T, C with G, and
Write a function complementWC() that takes a DNA string as its argument and returns its Watson-Crick complement: replace A with T, C with G, and vice versa.
Can we see this in Python? Thank you so much for helping!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
