- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
一个双面 SF-MNSA 问题特殊情况下的算法
柳楠1,2, 朱大铭1
1
山东大学计算机科学与技术学院,济南 250101
2
山东建筑大学计算机科学与技术学院,济南 250101
摘要:片段填充是基因组测序中的一个组合优化问题,能够辅助提高生物测序及拼接结果的准
确性。基于最大化串邻接数的双面片段填充问题主要研究给定两个不完整的基因序列 A 和 B,
分别将缺失的基因填充到 A 和 B 中生成序列 A’ 和 B’,使 A’ 和 B’ 形成的邻接数最大。含有
重复基因的双面片段填充问题是 NP 完全的,且暂无有效的近似算法。本文首先提出了该问题
的一个新版本:带有符号 # 的双面 SF-MNSA 问题,针对该问题的特殊情况提出了一个多项
式时间算法,并证明算法的可执行性和正确性。
关键词:软件与理论,片段填充,串邻接,断点
中图分类号: TP301.5
The Algorithm for the Special Case of Two-sided
SF-MNSA Problem
LIU Nan1,2, ZHU Da-Ming1
1
School of Computer Science and Technology, Shandong University, Jinan 250101
2
School of Computer Science and Technology, Shandong Jianzhu University, Jinan 250101
Abstract: Sca?old ?lling is a new combinatorial optimization problem in genome sequencing
and can improve the integrity of the sequencing results.The two-sided Sca?old Filling to
Maximize the Number of String Adjacencies(SF-MNSA) problem can be described as: given
two incomplete gene sequences A and B, respectively ?ll the missing genes into A and B such
that the number of adjacencies between the resulting sequences A′ and B′ is maximized.The
two-sided sca?old ?lling problem is NP-complete for genomes with duplicated genes and there
is no e?ective approximation algorithm.In this paper, a new version problem is proposed that
symbol # is added to each endpoint of each input sequence for any instance of two-sided
SF-MNSA problem and a polynomial algorithm for the special instance of this new version
problem is designed and proved.
Key words: Software and Theory, Sca?old Filling, String Adjacency, Breakpoint.
基金项目: 国家科学自然基金 ,教育部高等学校博士学科点专项科研基金 (20090131110009),中国博士后科学基
金 (2011M501133)
作者简介: 柳楠(1980-),女,在读博士,主要研究方向:算法与复杂性、计算分子生物学, belovedmilk@126.com. 朱大铭
(1964-),男,教授,主要研究方向:算法与复杂性、计算分子生物学、神经网络等, dmzhu@.
-1-
0 Introduction
In the process of biological sequencing, a gene fragment or genome is generally sequenced
and assembled many times. Finally, we often obtain more than one incomplete sequence (scaf-
folds or contigs). T
文档评论(0)