3.3 Dynamic programing, global alignment

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024
  • Sequence alignment methods often use something called a "dynamic programming" algorithm. Here we introduce dynamic programming for the global alignment of biomolecular sequences.
    Reordered for BIMM143. For more details see:
    thegrantlab.org...

Комментарии • 10

  • @lassiholik
    @lassiholik 3 года назад

    This was the one I needed! 3 mins in and I can go code this up now. The rest are hard to stay focused and don't start with the essence of the algorithm. The only criticism is the reference to other videos, better when completely self contained. You're very talented at this. All the best! Thanks.

  • @booyah5021
    @booyah5021 2 года назад

    Excellent explanation

  • @fadysensei
    @fadysensei Год назад

    Thank you

  • @arslantariqable
    @arslantariqable 2 года назад +1

    How we can generate the matrix if there is a gap opening penalty and gap extension penalty. e.g.
    Match= +1
    mismatch = -1
    gap opening = -3
    gap extension = -2

  • @biniyamhailu2429
    @biniyamhailu2429 4 года назад

    thank you a lot!

  • @firatkurt4289
    @firatkurt4289 Год назад

    Purrfect :)

  • @cigdemozen5005
    @cigdemozen5005 3 года назад

    Hi Prof. Grant,
    Thank you very much again!
    Is there a rule about which sequence should be on top or bottom right? Or do we choose it completely arbitrarily?
    Best,
    Cigdem

  • @BlokeBritish
    @BlokeBritish 2 года назад

    what about aligning words like
    abcde
    bedca

  • @hebaallah.hashim6579
    @hebaallah.hashim6579 2 года назад

    thanks so much, can u share the slides too ?