- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Bioinformaticsamp;amp;Algorithmics.www.stats.ox.ac.ukheinlectures..ppt
Turning cabbage into a turnip Accelerations of pairwise algorithm Exact acceleration (Ukkonen,Myers). Assume all events cost 1. If de(s1,s2) 2e+|l1-l2|, then d(s1,s2)= de(s1,s2) Heuristic acceleration: Smaller band larger acceleration, but no guarantee of optimum. e { Alignment of many sequences. s1=ATCG, s2=ATGCC, ......., sn=ACGCG Alignment: AT-CG s1 s3 s4 ATGCC \ ! / ..... ---------- ..... / \ ACGCG s2 s5 Configurations in an alignment column: 2n-1 Recursion: Di=min{Di-? + d(i,?)} ? [{0,1}n\{0}n] Initial condition: D0,0,..0 = 0. Computation time: ln*(2n-1)*n Memory requirement: ln (l:sequence length, n:number of sequences) Longer Indels TCATGGTACCGTTAGCGT GCA-----------GCAT gk :cost of indel of length k. Initial condition: D0,0=0 Di,j = min { Di-1,j-1 + d(s1[i],s2[j]), Di,j-1 + g1,Di,j-2 + g2,, Di-1,j + g1,Di-2,j + g2,, } Cubic running time. Quadratic memory. (i,j) (i-1,j) (i-2,j) (i,j-1) (i,j-2) Evolutionary Consistency Condition: gi + gj gi+j If gk = a + b*k, then quadratic running time. Gotoh (1982) Di,j is split into 3 types: 1. D0i,j as Di,j, except s1[i] must mactch s2[j]. 2. D1i,j as Di,j, except s1[i] is matched with -. 3. D2i,j as Di,j, except s2[i] is matched with -. n n n n n - - n + + + n - n n n - + + - n n n - n + + 0: 1: 2: Then:D0i,j = min(D0i-1,j-1, D1i-1,j-1, D2i-1,j-1) + d(s1[i],s2[j]) D1i,j = min(D1i,j-1 + b, D0i,j-1 + a + b) D2i,j = min(D2i-1,j + b, D0i-1,j + a + b) Distance-Similarity. (Smith-Waterman-Fitch,1982) Di,j=min{Di-1,j-1 + d(s1[i],s2[j]), Di,j-1 +g, Di-1,j +g} Si,j=max{Di-1,j-1 + s(s1[i],s2[j]), Si,j-1 -w, Si-1,j-w} Distance: Transitions:2 Transversions 5 Indels:10 M largest distance between two nucleotides (5). Similarity s(n1,n2) M - d(n1,n2) wk
您可能关注的文档
- 3.1 酶的制备及活力测定.ppt
- 3.2 复化求积公式.ppt
- 3.2+0.12 9 - 8.60.96x2.5 4.8÷0.32.ppt
- 3.3 相似三角形的性质和判定(二).ppt
- 30年代台湾文学 与杨逵的创作.ppt
- 35个经典句型.ppt
- 380C Lecture 17.ppt
- 3rd Street Light Rail.ppt
- 4 火山和地震.ppt
- 4. How was it invented.ppt
- Biomarkers of Susceptibility.ppt
- BIOSCMOS解析.ppt
- Black Mamba Snake Venom.ppt
- Blood gas analysis and acid-basic disorder.ppt
- Body Parts.ppt
- Botulism.ppt
- Boundary Value Testing Example.ppt
- Brad MotleyCSCI392Spring 2010.ppt
- Brief Introduction to Citrus Limonoids.ppt
- Bringing XBRL tax filing to the UK.ppt
最近下载
- TB-T 2491-1994 扣件组装疲劳试验方法.pdf VIP
- 短节段融合内固定治疗成人退变性脊柱侧凸并发症-中国骨与关节杂志.pdf VIP
- 2025年银行纪检笔试题目及答案.doc VIP
- 《企业经营决策讲义》课件.ppt VIP
- 中小学生牛奶配送项目 投标方案.docx
- 2024年贵州省黔东南苗族侗族自治州凯里市鸭塘镇招聘社区工作者真题及参考答案详解.docx VIP
- 样板工程验收记录.docx
- YY_T 0466.1-2023 医疗器械 用于制造商提供信息的符号 第1部分通用要求.pdf
- 七年级数学新课标下的单元教学设计实践研究.docx VIP
- 燃气发生器结构和系统详解.ppt VIP
文档评论(0)