Smith Waterman Algorithm || Dynamic Programming|| Bioinformatics||Introduction & Example

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 2

  • @elif9747
    @elif9747 8 місяців тому

    why did we add gap penalty to top and left value?

    • @BioScholar971
      @BioScholar971  8 місяців тому +3

      In the Smith-Waterman algorithm, adding gap penalties to the top and left values encourages finding the best local alignment between sequences. It discourages introducing gaps at the beginning, focusing on high-scoring local alignments. This ensures accurate alignment by considering both sequence similarity and gap costs. Hope that clarifies things!