

InterviewSolution
Saved Bookmarks
1. |
The positional difference for each word between the two sequences is obtained by ________ the position of the ______ sequence from that of the _______ sequence and is expressed as the offset.(a) subtracting, second, first(b) adding, second, first(c) adding, first, second(d) subtracting, first, secondThis question was posed to me during an interview for a job.This key question is from FASTA topic in section Database Similarity Searching of Bioinformatics |
Answer» Right option is (d) subtracting, first, second |
|