home..

Lecture02 sequence alignment and dynamic programming

Lectures ML_in_genomics

Alignment 算法的应用

引入Alignment算法,对这块不熟悉,以后遇到再细看

image.png 这个图对Bio和comp的关系描述的很好,算法和模型是为了简化/公式化,忽略噪声信息,提取有意义的信息

Longest common substring (no gaps)->Longest common subsequence (gaps allowed)-> Allow gaps (fixed penalty)->Varying penalties ->Varying gap cost models:

(从这个层面看似乎需要回溯的问题考虑bottom-top结构更合适)

将traceback限制在一定范围之内–限制gap数量

© 2025 zying   •  Powered by Soopr   •  Theme  Moonwalk