

InterviewSolution
Saved Bookmarks
1. |
In sequence alignment by BLAST, each word from query sequence is typically _______ residues for protein sequences and _______ residues for DNA sequences.(a) ten, eleven(b) three, three(c) three, eleven(d) three, ten |
Answer» The correct option is (c) three, eleven For explanation: The first step is to create a list of words from the query sequence. Each word is typically three residues for protein sequences and eleven residues for DNA sequences. The list includes every possible word extracted from the query sequence. This step is also called seeding. |
|