

InterviewSolution
Saved Bookmarks
1. |
In a dot matrix, two sequences to be compared are written in the _____________ of the matrix.(a) horizontal and vertical axes(b) 2 parallel horizontal axes(c) 2 parallel vertical axes(d) horizontal axis (one preceding another) |
Answer» The correct option is (a) horizontal and vertical axes To elaborate: The comparison is done by scanning each residue of one sequence for similarity with all residues in the other sequence. If a residue match is found, a dot is placed within the graph. Otherwise, the matrix positions are left blank. |
|