- 3
- 0
- 约3.33千字
- 约 17页
- 2017-04-04 发布于江苏
- 举报
Genomic Sorting withLength-Weighted Reversals
Computer Science DepartmentTechnion – Israel Institute of TechnologyGenomic Sorting with Length-Weighted ReversalsRon Y. PinterTechnionSteve SkienaSUNY Stony Brook Genome Rearrangement events duplication translocation reversal (inversion) occur primarily during reproduction allow large-scale genomic comparisons Sorting by Reversals genome represented as a permutation on 1, 2, …, n n = # homologous genes among species assumptions can identify genes genes are distinct operation: reversal of a subsequence (of genes) models inversion (occurs during crossover) one of the permutations can be 1, 2, …, n appropriately relabel others Example 6 reversal in our model (for f(l) = l): cost = 18 Our Model unsigned cost of reversal of subsequence of length l is f(l) total sorting cost (or distance) is f (length(sj)) Cost Functions additive f(x+y) = f(x) + f(y) subadditive f(x+y) f(x) + f(y) superadditive f(x+y) f(x) + f(y) other e.g. bitonic Problems algorithm to sort any permutation worst-case min cost approximate min cost for a given permutation Extremal Costs highly subadditive: e.g. unit cost, f(l) = 1 NP complete [Caprara, ’97] series of approximation ratios: 2, 1.75, 1.375 highly superadditive: f(l) l2 essentially bubblesort Our Results additive cost function specifically f(l) = l QuickSort-like algorithm for worst-case complexity: O(n lg2n) min cost approximation ratio of O(lg2n) MedianEject(a,b) find r maximal blocks of wrong-sided elements with respect to median for lg r do: flip every other pair of blocks of wrong-sided and adjacent blocks move wrong-sided blocks to median boundary reverse left and right blocks Sample Run complexity: O((b-a) lg r) ReversalSort(a,b) MedianEject (a,b); ReversalSort (a, ); ReversalSort ( ,b); Complexity T(n) = 2 ? T ( ) + O(f(n) lg n) O(f(n)lg2n) = O(n lg2n) for f(n)~n Algorithmic Improvements I simplif
您可能关注的文档
- 7AUnit_1Revision(W)1.ppt
- 7B Unit 2-9 (Main task).ppt
- 7B unit 3 checkout.ppt
- 7B Unit 5 Main taskjoy.ppt
- 7上Unit3Integrated skills课件.ppt
- 7B Unit5 Amazing things 导入公开课.ppt
- 8 current liabilities1.ppt
- 82th Oscar.ppt
- 8A Chapter 3 Newspaper 课件.ppt
- 8A Integrated skills课件.ppt
- 广东省广州省实验中学教育集团2025-2026学年八年级上学期期中考试物理试题(解析版).docx
- 广东省广州大学附属中学2025-2026学年八年级上学期奥班期中物理试题(解析版).docx
- 广东省广州市第八十六中学2025-2026学年八年级上学期期中物理试题(含答案).docx
- 广东省广州市第八十九中学2025-2026学年八年级上学期期中考试物理试题(解析版).docx
- 广东省广州市第二中学2025-2026学年八年级上学期期中考试物理试题(含答案).docx
- 广东省广州市第八十六中学2025-2026学年八年级上学期期中物理试题(解析版).docx
- 广东省广州市第八十九中学2025-2026学年八年级上学期期中考试物理试题(含答案).docx
- 广东省广州市第二中学2025-2026学年八年级上学期期中考试物理试题(解析版).docx
- 2026《中国人寿上海分公司营销员培训体系优化研究》18000字.docx
- 《生物探究性实验教学》中小学教师资格模拟试题.docx
最近下载
- 肺隔离症诊疗指南(2025年版).docx
- 2021届贵州省遵义市高三年级第一次统考物理试卷含答案.pdf VIP
- 精品解析:北京市海淀区2025-2026学年九年级上学期期末考试物理试题(解析版).docx VIP
- 2025年山西省中考数学备考全指南(知识点归纳,必考知识点、真题模拟试卷及解析).docx VIP
- 心血管疾病的风险评估与管理课件.pptx VIP
- 离婚协议书(2026官方标准版).docx VIP
- HG_T 3706-2014 工业用孔网钢骨架聚乙烯复合管.doc VIP
- 湖北省学位英语考试真题2023.pdf VIP
- 船舶焊接 垂直气电焊 垂直气电焊.ppt VIP
- 2024湖北省学位英语考试真题及答案.docx VIP
原创力文档

文档评论(0)