基于强化学习的蛋白质折叠结构预测及其在二维和三维环境中的应用

Jason Lu
{"title":"基于强化学习的蛋白质折叠结构预测及其在二维和三维环境中的应用","authors":"Jason Lu","doi":"10.1145/3569966.3570102","DOIUrl":null,"url":null,"abstract":"Proteins are critical for lives. They not only build 10%-35% of our body tissues, but also can be used to understand the structures of different viruses, and then help us to explore effective vaccines. Hence, predicting new protein structures is very important for human health. However, the structure of protein is complicated. Exploration using human experiments is cost-consuming. Recently, artificial intelligence (AI) technology, such as imitation learning and reinforcement learning (RL), has been rapidly developed and significantly improved the efficiency in many different domains. In this project, we will try to use RL to solve the protein folding structure prediction problem. First, we adopted the PH structure as a relatively simple representation of the protein structure, where different peptides can be categorized into two types: P(hydrophilic) and H(hydrophobic). The goal of the protein folding is to try to make more H pairs during the folding process. We then formulated the protein folding problem as a reinforcement learning process. If a new H pair is generated during folding, we collect -1 reward. Such RL reward is designed based on the protein dataset (Protein Data Bank). Finally, we implemented three RL algorithms: 1) Q-learning, 2) Deep Q-learning, and 3) Double Deep Q-learning (DDQN). We implemented and compared the three algorithms in terms of their accuracy and efficiency. We found that all three algorithms can accurately predict the structures of simple proteins. As protein structures become more complicated, the DDQN is performing better.","PeriodicalId":145580,"journal":{"name":"Proceedings of the 5th International Conference on Computer Science and Software Engineering","volume":"37 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2022-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Protein Folding Structure Prediction using Reinforcement Learning with Application to Both 2D and 3D Environments\",\"authors\":\"Jason Lu\",\"doi\":\"10.1145/3569966.3570102\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Proteins are critical for lives. They not only build 10%-35% of our body tissues, but also can be used to understand the structures of different viruses, and then help us to explore effective vaccines. Hence, predicting new protein structures is very important for human health. However, the structure of protein is complicated. Exploration using human experiments is cost-consuming. Recently, artificial intelligence (AI) technology, such as imitation learning and reinforcement learning (RL), has been rapidly developed and significantly improved the efficiency in many different domains. In this project, we will try to use RL to solve the protein folding structure prediction problem. First, we adopted the PH structure as a relatively simple representation of the protein structure, where different peptides can be categorized into two types: P(hydrophilic) and H(hydrophobic). The goal of the protein folding is to try to make more H pairs during the folding process. We then formulated the protein folding problem as a reinforcement learning process. If a new H pair is generated during folding, we collect -1 reward. Such RL reward is designed based on the protein dataset (Protein Data Bank). Finally, we implemented three RL algorithms: 1) Q-learning, 2) Deep Q-learning, and 3) Double Deep Q-learning (DDQN). We implemented and compared the three algorithms in terms of their accuracy and efficiency. We found that all three algorithms can accurately predict the structures of simple proteins. As protein structures become more complicated, the DDQN is performing better.\",\"PeriodicalId\":145580,\"journal\":{\"name\":\"Proceedings of the 5th International Conference on Computer Science and Software Engineering\",\"volume\":\"37 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2022-10-21\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Proceedings of the 5th International Conference on Computer Science and Software Engineering\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1145/3569966.3570102\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Proceedings of the 5th International Conference on Computer Science and Software Engineering","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1145/3569966.3570102","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 0

摘要

蛋白质对生命至关重要。它们不仅构成了我们身体组织的10%-35%,还可以用来了解不同病毒的结构,然后帮助我们探索有效的疫苗。因此,预测新的蛋白质结构对人类健康非常重要。然而,蛋白质的结构是复杂的。利用人体实验进行探索是非常昂贵的。近年来,人工智能(AI)技术,如模仿学习和强化学习(RL)得到了迅速发展,并显著提高了许多不同领域的效率。在这个项目中,我们将尝试使用RL来解决蛋白质折叠结构的预测问题。首先,我们采用PH结构作为蛋白质结构的相对简单的表示,其中不同的肽可以分为两种类型:P(亲水)和H(疏水)。蛋白质折叠的目的是在折叠过程中产生更多的H对。然后我们将蛋白质折叠问题表述为一个强化学习过程。如果在折叠过程中产生一个新的H对,我们将获得-1奖励。这种RL奖励是基于蛋白质数据集(蛋白质数据库)设计的。最后,我们实现了三种强化学习算法:1)Q-learning, 2)深度Q-learning和3)双深度Q-learning (DDQN)。我们实现并比较了这三种算法的精度和效率。我们发现这三种算法都能准确地预测简单蛋白质的结构。随着蛋白质结构变得越来越复杂,DDQN的性能也越来越好。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Protein Folding Structure Prediction using Reinforcement Learning with Application to Both 2D and 3D Environments
Proteins are critical for lives. They not only build 10%-35% of our body tissues, but also can be used to understand the structures of different viruses, and then help us to explore effective vaccines. Hence, predicting new protein structures is very important for human health. However, the structure of protein is complicated. Exploration using human experiments is cost-consuming. Recently, artificial intelligence (AI) technology, such as imitation learning and reinforcement learning (RL), has been rapidly developed and significantly improved the efficiency in many different domains. In this project, we will try to use RL to solve the protein folding structure prediction problem. First, we adopted the PH structure as a relatively simple representation of the protein structure, where different peptides can be categorized into two types: P(hydrophilic) and H(hydrophobic). The goal of the protein folding is to try to make more H pairs during the folding process. We then formulated the protein folding problem as a reinforcement learning process. If a new H pair is generated during folding, we collect -1 reward. Such RL reward is designed based on the protein dataset (Protein Data Bank). Finally, we implemented three RL algorithms: 1) Q-learning, 2) Deep Q-learning, and 3) Double Deep Q-learning (DDQN). We implemented and compared the three algorithms in terms of their accuracy and efficiency. We found that all three algorithms can accurately predict the structures of simple proteins. As protein structures become more complicated, the DDQN is performing better.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信