Question: Mr. Fuzzy devises the following algorithm to find the median string of length k for a given set of t DNA sequences Dna ={Dna1, Dna2,...,
Mr. Fuzzy devises the following algorithm to find the median string of length k for a given set of t DNA sequences Dna={Dna1, Dna2,..., Dnat}. Is the algorithm correct? Why? *Do not provide alternative algorithm, if it is incorrect simply explain why, or why it is correct. Psuedo-code is all that is needed for the former.

Input: Dna, integer k FuzzyMedianString(Dna, k) for each string Text in Dna d min F- kxt; for each k-mer P in Text for each string Text' in Dna such that Text' f Text d min'
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
