Global Sequence Alignment & Needleman-Wunsch || Algorithm and Example

preview_player
Показать описание
Global Sequence Alignment & Needleman-Wunsch || Algorithm and Example

In this video, we have discussed the types of common sequence alignment techniques used in Bioinformatics i.e Local alignment and Global alignment. We have also discussed the working of the Needleman-Wunsch algorithm and discussed how to do global sequence alignment with examples.

VIDEOS THAT CAN HELP YOU TO UNDERSTAND THE TOPIC BETTER
Sequence similarity and identity

The concepts of Homology

Sequence Comparison

LIKE COMMENT SHARE SUBSCRIBE
Рекомендации по теме
Комментарии
Автор

This is the simplest and clearest explanation of Needleman-Wunsch I have seen! Thank you!

shusrutorishik
Автор

you saved me, my professor kept stuttering for an hour and couldnt say any useful shit at the end in his hour long online lecture

codghosts
Автор

This is amazing explanation, just saved me and my classmates from a major headache. Thank you!

nmz
Автор

What a great video! you made this super easy to understand (you just saved my bioinformatics midterm grade). THANK YOU

user_
Автор

Omgosh thank you! Simple and clear explanation!

mirrycriel
Автор

simplest and clearest explanation of Needleman-Wunsch I have seen! Thank you!

SHANAKK-gd
Автор

I was trying to understand it from the past few hours from ample of videos but this was the best one that explained the method very clearly and in an easy manner. Thanks a lot.

khushichitania
Автор

Thank you for this !

Sequence 1 : CCGTCG
Sequence 2 : CCGCG
Aligned Sequence :
CCGTCG
CCG-CG

Lynsha
Автор

You have done what my lecturer could not do. Thank you so much for this simplified and easy video. Looking forward for more wonderful videos like this brother

borngreat
Автор

this was the best video that i could found about this topic. Thank you so much

cankale
Автор

Amazing, and even better explained than my lecturer👌🏾👌🏾👌🏾👌🏾🔥🔥🔥🔥🔥

rowanterry
Автор

Sir literally I was trying to understand this for a whole week but not a single video on the internet explain this clearly and easily as you...

amysacademy
Автор

you taught better than my teacher. helped in solving my assignment. thanks.

sumaib
Автор

Thank you, you saved me. They gave me 2 hours video and I got nothing. What a beautiful 11 minutes video here

skyescrawford
Автор

I have learnt it from the first time, thank you

hMF
Автор

Very clear explanation with the animation. Thank you

lizzisharon
Автор

The best lecture I have watched on global alignment !

gamingwithnoobs
Автор

this is the single best explanation i found here, great job sir

News_In_Snap
Автор

This is a great explanation, thank you so much sir.

mehmetalitoy
Автор

thank you for your video. But I have a question: can I traceback according to the largest value, so it would be 2, 1, 0, 0, 1, 0 instead of 2, 1, 0, -1, 1, 0?

yijingwang