back tracking global alignment - Needleman Wunsch

2 Ansichten (letzte 30 Tage)
Sara Yousef
Sara Yousef am 3 Mär. 2015
the question is about finding all optimal global alignments between AAAG and ACG
I built the matrix for saving the score for each cell C(i, j) with match= 1, mismatch= -1 , and gap= -2.
the problem is how can I track back the score in order to obtain the alignments? I tried to save the direction from where the score came from in a new matrix, but I could not.

Antworten (0)

Kategorien

Mehr zu Genomics and Next Generation Sequencing finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by