컴퓨터 알고리즘 2023-04-09 수업정리

Flow

Sequence Alignment


An alignment is an assignment of gaps to positions 0, ..., M in x, and 0, ..., N in y, so as to line up each letter in one sequence with either a letter or a gap in the other sequence

Sequence Alignment란 결국 두 개 이상의 시퀸스(문자열)을 정렬하여 유사한 부분을 찾아내는 것이다.

What is a good alignment?

Dynamic Programming - Needleman-Wunsch algorithm


Implementation

// TODO (`2023-04-15)

Reference

BLAST : Basic Local Alilgnment Search Tool - NCBI

마크다운 수식 위키