Answered step by step
Verified Expert Solution
Question
1 Approved Answer
i need help with the coding. i need help with the part which codong goes to dna.h, dna.cpp, test.cpp and main cpp. i need help
i need help with the coding. i need help with the part which codong goes to dna.h, dna.cpp, test.cpp and main cpp. i need help with all this
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 1- Get GC content 2. Get bNA complement 3. Exat content or get dna complement function and dipply the result Implementation: 1) Open your Visual Studio Code acc-cosc-1337-semester-year-username project 2) IMPORTANTE In Visual Studio code do a GitHub Pull rpecificationg sable. 4) Runyour kercases iocaly 6) in rile sechomeworkos functiontha apg mie cote as indcates in progan How atove In swine your shariter a) Hrum vhauar soudio coure chickon source cosen kon b) Wach your comvits us conth Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started