1.

Which of the following is untrue about DCA?(a) It stands for Divide-and-Conquer Alignment(b) It works by breaking each of the sequences into two smaller sections(c) The breaking points during the process are determined based on regional similarity of the sequences(d) If the sections are not short enough, further divisions are restricted as wellThis question was addressed to me in a job interview.Asked question is from Exhaustive Algorithms topic in portion Multiple Sequence Alignment of Bioinformatics

Answer»

Right choice is (d) If the sections are not short enough, further divisions are restricted as well

The best I can explain: This is a web-based program that is in fact semi exhaustive because certain STEPS of computation are REDUCED to heuristics. If the sections are not short enough, further divisions are carried out. When the lengths of the sequences reach a predefined threshold, DYNAMIC programming is applied for aligning each set of subsequences. The resulting short alignments are joined together head to TAIL to yield a multiple ALIGNMENT of the entire length of all sequences.



Discussion

No Comment Found

Related InterviewSolutions