4. Write a C++ code that: 1. Read the sequences in the provided fasta file (unzip the attached file) 2. Build a Kmer count table (use array) where k = 10%; 3. Build a histogram table of size 200 in...


tRY TO DO ASASP!!!!!!!!!


4.<br>Write a C++ code that:<br>1. Read the sequences in the provided fasta file (unzip the attached file)<br>2. Build a Kmer count table (use array) where k = 10%;<br>3. Build a histogram table of size 200 in which we store the frequency of counts collected in step 2. if<br>frequency is 200 or more, increment the last element in the histogram array.<br>4. Report the results of histogram table to screen as the following:<br>Kmer-Count Frequency<br>1<br>100<br>80<br>3<br>40<br>20<br>....<br>200<br>300<br>

Extracted text: 4. Write a C++ code that: 1. Read the sequences in the provided fasta file (unzip the attached file) 2. Build a Kmer count table (use array) where k = 10%; 3. Build a histogram table of size 200 in which we store the frequency of counts collected in step 2. if frequency is 200 or more, increment the last element in the histogram array. 4. Report the results of histogram table to screen as the following: Kmer-Count Frequency 1 100 80 3 40 20 .... 200 300

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here