Author Login Chief Editor Login Reviewer Login Editor Login Remote Office

Computer Engineering ›› 2006, Vol. 32 ›› Issue (8): 207-209.

• Artificial Intelligence and Recognition Technology • Previous Articles     Next Articles

RNA Secondary Structure Prediction Using Role Inverse Algorithm Based Syntactic Parser

DANG Yan1, ZHANG Yulei2, ZHANG Dongmo 1, ZHAO Liping2   

  1. 1. Department of Computer Science and Engineering, Shanghai Jiaotong University, Shanghai 200240;2. School of Life Science and Technology, Shanghai Jiaotong University, Shanghai 200240
  • Online:2006-04-20 Published:2006-04-20

使用角色反演句法分析器 RNA 二级结构的预测

党 琰 1,张宇镭2,张冬茉1,赵立平2   

  1. 1. 上海交通大学计算机科学与工程系,上海 200240;2. 上海交通大学生命科学与技术学院,上海200240

Abstract: One of the most important research areas in bioinformatics is RNA secondary structure prediction. This paper introduces syntactic parser which is used in NLP to do research on RNA secondary structure prediction. The method is established on role inverse algorithm, along with a PCFG. It combines the advantages of both Chart parsing algorithm and GLR parsing algorithm to build the parser, and then sets up a PCFG according to the special constitution of RNA secondary structure. It also shows some examples

Key words: RNA secondary structure prediction; Syntactic parser; Role inverse algorithm; Probabilistic context-free grammar (PCFG)

摘要: RNA 二级结构预测问题是生物信息学的一个研究重点。该文主要利用自然语言理解中句法分析的方法来研究RNA 二级结构预测。使用基于角色反演算法建立起来的,采用概率上下文无关文法进行分析的句法分析器,来预测RNA 二级结构。结合传统Chart 算法分析器和广义LR 算法分析器的优点,建立角色反演句法分析器;根据RNA 二级结构的构建方法建立相应的概率上下文无关文法;给出对RNA二级结构进行预测的具体实例。

关键词: RNA 二级结构预测;句法分析;角色反演算法;概率上下文无关文法