

InterviewSolution
Saved Bookmarks
1. |
The first step in FASTA alignment id to arrange the sequences in matrices’ rows and columns in order to be analyzed.(a) True(b) FalseThe question was asked in an interview for internship.The query is from FASTA in section Database Similarity Searching of Bioinformatics |
Answer» CORRECT choice is (b) False The explanation: The first step in FASTA alignment is to identify ktups between TWO sequences by USING the hashing STRATEGY. This strategy works by constructing a look up table that shows the position of each ktup for the two sequences under consideration. The mentioned METHOD is similar to that of BLAST. |
|