Question: i do not need the explaination i need help with the coding part. Required Preparation: Basic knowledge of funcions, loops, strings, and unit tests. Problem



Required Preparation: Basic knowledge of funcions, loops, strings, and unit tests. Problem Domain: Bioirformatics DNA Gadground information a. ldentifyag Unknown DWA Ouickiy. b. Complementing a strand of DNA. Understanding the Problem: Identifying Unknown DNA Quickly Statement and Analysis Anatysis: In DNA strings, symbots ' A ' and T are complements of each other, as are ' C and ' G '. The reverse compiement of a DNA string s is the string se formed by reversing the symbols of s, then aking the complement of each symbol (o g., the reverse complement. of "GTCA" is "TGAC7 Analysis Create a function with a string parameter, process string for reverse complement, and return a string Steps to get DNA complement: a. Reverse the string (Do not use Ct+ Standard Lbrary function, reverse suingusing a locp.? b. Iterate string. replace A with T, Y with A, C with G and G with C. c. Retum the string Function specifications Test Cases Test function get_gc_content Test function get_reverse_string Test function get dna complement Main Program Flow: Mend 1- Get Gc content 2. Get DNA complement 3. Ealit content or get dna complement function and disply the resut. Implementation: 1) Open your Visual Studio Code acc-cosc-1337-semester-year-username provect 2) IMPORTANT: In Visual Studio code do a Github Pull 3onctications tublei (i) Reunyour iertcases iocaly, nise pour chirite 8) Hrmm vauar studio cous chick on source coses ion b) buct your tom im in cirhat
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
