Gromacs处理amino acid residues小结

在使用Gromacs进行分子动力学模拟的时候,首先一步是将从氨基酸数据库下载得到的PDB文件处理为Gromacs所使用gro文件,使用pdb2gmx可以做到这一点。

pdb2gmx命令的使用时有很多参数,需要细心设定。比如:

1、若希望多肽两端闭合为NH2和COOH,需要在命令后面加上-ter参数,命令执行后会出现选择项,此时可以手动选择多肽两端闭合选项;

复制代码
#The protonation state of N- and C-termini can be chosen interactively with
the -ter flag.  Default termini are ionized (NH3+ and COO-), respectively. 
Some force fields support zwitterionic forms for chains of one residue, but
for polypeptides these options should NOT be selected. The AMBER force fields
have unique forms for the terminal residues, and these are incompatible with
the -ter mechanism. You need to prefix your N- or C-terminal residue names
with "N" or "C" respectively to use these forms, making sure you preserve the
format of the coordinate file. Alternatively, use named terminating residues
(e.g. ACE, NME).
复制代码

 

2、若residues中包括LYS, ASP, GLU, CYS or HIS等氨基酸(amino acid),可以选择单独处理,以确定这几个氨基酸末参与缩合的N的存在方式(NH2或NH3+)。

复制代码
The program has limited intelligence, it reads a number of database files,
that allow it to make special bonds (Cys-Cys, Heme-His, etc.), if necessary
this can be done manually. The program can prompt the user to select which
kind of LYS, ASP, GLU, CYS or HIS residue is desired. For Lys the choice is
between neutral (two protons on NZ) or protonated (three protons, default),
for Asp and Glu unprotonated (default) or protonated, for His the proton can
be either on ND1, on NE2 or on both. By default these selections are done
automatically. For His, this is based on an optimal hydrogen bonding
conformation. Hydrogen bonds are defined based on a simple geometric
criterion, specified by the maximum hydrogen-donor-acceptor angle and
donor-acceptor distance, which are set by -angle and -dist respectively.
复制代码

3、可以使用-ignh忽略原pdb文件所带氢,而按照Gromacs的方式产生新的氢键。

 

具体使用方式需要根据研究方向确定。如果只是想研究多肽脱水缩合的动力学情况,可以全部选择为NH2、COOH以闭合residue;如果研究包含LYS, ASP, GLU, CYS or HIS等氨基酸的residue内部是否存在Cross-Link,则可以选择NH3+,COO-为端。

posted @   冷风一夜  阅读(1237)  评论(0编辑  收藏  举报
编辑推荐:
· 智能桌面机器人:用.NET IoT库控制舵机并多方法播放表情
· Linux glibc自带哈希表的用例及性能测试
· 深入理解 Mybatis 分库分表执行原理
· 如何打造一个高并发系统?
· .NET Core GC压缩(compact_phase)底层原理浅谈
阅读排行:
· 手把手教你在本地部署DeepSeek R1,搭建web-ui ,建议收藏!
· 新年开篇:在本地部署DeepSeek大模型实现联网增强的AI应用
· 程序员常用高效实用工具推荐,办公效率提升利器!
· Janus Pro:DeepSeek 开源革新,多模态 AI 的未来
· 【译】WinForms:分析一下(我用 Visual Basic 写的)
点击右上角即可分享
微信分享提示