subject

DNA sequences (dnaSearch. c) A DNA sequence is a sequence of some combination of the characters A (adenine), C (cytosine), G (guanine), and T (thymine) which correspond to the four nucleobases that make up DNA. Given a long DNA sequence, it is often necessary to compute the number of instances of a certain subsequence. For this exercise, you will develop a program that processes a DNA sequence from a file and, given a subsequence , searches the DNA sequence and counts the number of times s appears. As an example, consider the following sequence: If we were to search for the subsequence GTA, the output will be: Sample Output: GTA appears 2 times You will write a program (place your source in a file named dnaSearch. c) that takes, as command line inputs, an input file name and a valid DNA (sub)sequence. That is, the file name and the DNA subsequence should be callable from the command line as follows: ./dnaSearch dna01.txt GTA Note: You are not allowed to use the string library "strstr" function, which will result into a 0 score. You have to submit the following file containing the solution of this program via handin: dnaSearch. c

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 20:30
Write a program that reads the file, then displays the average number of steps taken for each month. (the data is from a year that was not a leap year, so february has 28 days.) your program needs to use at least 3 functions not counting main and display the information in a neat well formatted fashion.
Answers: 3
question
Computers and Technology, 22.06.2019 03:00
Which action describes an aspect of technological design?
Answers: 1
question
Computers and Technology, 22.06.2019 20:00
What is used to analyze and summarize your data without graphical support
Answers: 1
question
Computers and Technology, 23.06.2019 00:30
Quic which one of the following is the most accurate definition of technology? a electronic tools that improve functionality b electronic tools that provide entertainment or practical value c any type of tool that serves a practical function d any type of tool that enhances communication
Answers: 1
You know the right answer?
DNA sequences (dnaSearch. c) A DNA sequence is a sequence of some combination of the characters A (a...
Questions
question
Health, 27.10.2020 21:10
question
Computers and Technology, 27.10.2020 21:10
question
History, 27.10.2020 21:10
question
English, 27.10.2020 21:10
question
Mathematics, 27.10.2020 21:10
Questions on the website: 13722367