Introduction to Bioinformatics - Needleman Wunsch Algorithm

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024
  • For Bioinformatics Services please contact farhan@jgiconsulting.pk
    visit: jgiconsulting....
    Basics of sequence alignment
    Topic : Global Alignment
    Instructor: Dr. Hassaan Mehboob Awan
    COMSATS University, Islamabad.
    #Protein #DNA #Aligment #English #Urdu

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

  • @vicentcaselles4807
    @vicentcaselles4807 9 месяцев назад +1

    Very nice video, thank you Farhan Haq

  • @haryank330
    @haryank330 2 года назад +2

    loved eur explanation sir from andhra pradesh,india

  • @creativewrite2444
    @creativewrite2444 8 месяцев назад +2

    Thank you very much sir, tomorrow is my exam!! I will do it well❤

  • @marianagonzales3201
    @marianagonzales3201 2 года назад +8

    This was excellent! Thank you very much for a very clear and detailed explanation!

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

    Very informative Dr Sab

  • @jiilaanhani311
    @jiilaanhani311 Год назад +1

    Thank you so much, you help me alot!!

  • @bitta1997
    @bitta1997 9 месяцев назад +1

    Thank you Sir

  • @muhammadjawadhussain8441
    @muhammadjawadhussain8441 3 года назад +2

    from Lahore well explained great sir

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

    Thank you sir!

  • @phatimadesu9710
    @phatimadesu9710 9 месяцев назад +1

    W Alaikum AlSalam. Thank you

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

    shoukran kteer hakeem

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

    thank you this was very helpful

  • @aasmaaslam8951
    @aasmaaslam8951 Год назад +1

    Sir I have a question when we are finding T(i-1, j-1) why we put value of 4 and j=3

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

    Good explanation.... Thanks 👍

  • @khan-fn7if
    @khan-fn7if 2 года назад +1

    Thank u sir ,
    This video was very fruitful for me
    And gave me a clear concept about Needleman Wunsh algorithm.

  • @m.scholl1001
    @m.scholl1001 8 месяцев назад

    Entry (3,1) is -3 not -5. The value to the left is -3 + 0 (gap panalty). The Entry (2,1) has no gap.

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

    Well explained JazkAllah

  • @mahashahid3748
    @mahashahid3748 2 года назад +2

    THANK YOU SIR ... IT WAS INFORMATIVE AND EASY...

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

    Thank you very much sir. Best explanation i have got so far.

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

    thank u

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

    Very good

  • @user-xz2dz8zp6r
    @user-xz2dz8zp6r 10 месяцев назад

    T(5,2) arrow from T (4,2) only coz it's a mismatch

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

    Sir global needleman ek hi topic h or smith or local alignment ek hi topic h plzz reply sir I am very confuse now

  • @syedsalehhaider415
    @syedsalehhaider415 3 года назад +1

    I have a question, If all the three values from (Upside, Left, and Diagonal) are the same then during traceback what do write in the table either (Up, Left or Diag)??

    • @FarhanHaqj
      @FarhanHaqj  3 года назад +2

      All three. After doing traceback you can draw all three possible alignment and select the best one if you want!

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

      I've been looking for confirmation in this thing for such a long time 😭 If all three are right, which one is considered the best one though?

    • @dillid-8894
      @dillid-8894 5 месяцев назад

      @@nurulizzahmohammadnazir6285 could you find the answer

  • @aroobazahid2892
    @aroobazahid2892 2 года назад +3

    For T(2,0) value is -4

  • @MA-ny2gc
    @MA-ny2gc 2 года назад

    please say something on gap penalty determining

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

    thank you for the information it's much clearer now in my mind

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

    Can any one explain the value of T(4,2)...
    What's the answer?pls ...

  • @user-xz2dz8zp6r
    @user-xz2dz8zp6r 10 месяцев назад

    T(1,4) again arrow comes from T( 1,3) coz it's a mismatch

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

    hello sir,
    I have a question..
    how to solve the trace back step if we get 2 highest common values i.e. one in the first box of top right column and second value in the second box of the right column
    lets suppose I have 2 as my highest value.. and it's present in both the1st and 2nd box of extreme right column
    then how to trace back?

    • @FarhanHaqj
      @FarhanHaqj  3 года назад +1

      If you are solving needleman then getting the maximum value in the top right column is wrong, since first row of the matrix contains only GAP values. Gap values are always in negative. Secondly, if the alignment is correct, then regardless of the maximum value, traceback of needleman starts from the bottom right cell.

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

    This video is saving my ass from failing my Bioinformatics exam Thank you so much

  • @user-xz2dz8zp6r
    @user-xz2dz8zp6r 10 месяцев назад

    You didn't calculate the optimal alignment

  • @anishav.s9049
    @anishav.s9049 2 года назад +1

    your explation was very useful and i got a clear idea about it thak you so much, but i have a doubt that how can i calculate the score in needleman and wunsch algorithm when i perform an alignment in that tool

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

    Is it complementary to put arrows?

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

    Plz help me in my assignment vu bif 401 spring 2021 I want to understand then do myself there are lots of solutions but I want to understand very well then do myself plz help me sir

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

    Why j=3?

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

    When finding the Levensthein Distanz do we need to use the same scoring shema in the matrix? or can we use a different scoring shema after we have found the best alighnment?

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

    An excellent explanation

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

    If the both sequences are not of equal length then how to place them in the matrix?

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

      Two sequences donot need to be of same length. Row and column can be of variable lengths.

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

      @@FarhanHaqj ok but both both the sequences will always start from i1 and j1 respectively, right? Or can there be rows and columns left blanks at the start?

    • @FarhanHaqj
      @FarhanHaqj  3 года назад +1

      There must be always one row and one column blank in the beginning of the matrix

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

    Penalty?

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

    Mashallah well explained

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

    Salam sir plz explain formula which is s1(I), s2(j)

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

      Bro it's similarity function. Duh

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

    Rest of the not match with the answers

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

    be blessed

  • @Jayesh-w-005
    @Jayesh-w-005 23 дня назад

    Jay shree ram🚩🧡

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

    Work on your speaking.....

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

    bhebak bas hek

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

    Bad explanation since you just showed us the process but not the reason behind this.