

InterviewSolution
Saved Bookmarks
1. |
There are two types matrices involved in the study- score matrices and trace matrices.(a) True(b) FalseThis question was addressed to me in final exam.My query is from Needleman topic in portion Multiple Sequence Alignment of Bioinformatics |
Answer» CORRECT option is (a) True To explain: The Needleman-Wunsch algorithm consists of three steps where these matrices play their role as follows: i. Initialization of the score MATRIX ii. CALCULATION of SCORES and filling the traceback matrix iii. Deducing the ALIGNMENT from the traceback matrix |
|