Zn离子参数
Generating Topology and Coordinates Files Using xLeap (AmberTools V1.5) Parameter and example files:
Download and copy the parameter files to respective directories (see commands below).
cp leaprc.zinc $AMBERHOME/dat/leap/cmd cp znb.lib hin.lib hydroxide.lib $AMBERHOME/dat/leap/lib cp frcmod.zinc $AMBERHOME/dat/parm
Launch xLeap by typing the following command in c shell of X11: $AMBERHOME/exe/xleap –s –f $AMBERHOME/dat/leap/cmd/leaprc.ff99SB
Type the following commands in xLeap: source $AMBERHOME/dat/leap/cmd/leaprc.zinc m = loadpdb revised_zinc.pdb addions m counterion 0 solvatebox m TIP3PBOX 10.0 saveamberparm m prmtop prmcrd
Notes: xLeap does not recognize $AMBERHOME and you need to replace it with an actual path to the amber directory (e.g., /Applications/amber11).
"revised_zinc.pdb" is a pdb file that has been revised as follows:
Change the residue and atom names of the zinc divalent cation to ZNB and Zn, respectively. ZNB is the residue name of the tetrahedron-shaped zinc divalent cation and has 4 peripheral dummy atoms attached to the central zinc atom. xLeap will automatically add these dummies if they are not defined in the pdb file.
Change the residue name of the zinc-coordinating water molecule to HO- (hydroxide).
Change HIS and CYS to HIN and CYM, respectively, if these residues coordinate the zinc ion. HIN and CYM are anionic forms(阴离子形式) of histidine and cysteine, respectively.
Change GLU and ASP to GLH and ASH, respectively, if these residues form a hydrogen bond with HIN, HO-, or CYM. GLH and ASH are the neutral forms(电中性形式) of glutamic and aspartic acids, respectively. Swap the coordinates of OE1 and OE2 of GLH or ASH if OE1 is closer to the hydrogen bond acceptor of HIN, HO-, or CYM than OE2 (see below).
Original_zinc.pdb | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ATOM | 1622 | OE1 | GLU | C | 94 | 30.263 | 40.009 | 33.982 | 1.00 | 31.93 | O |
ATOM | 1623 | OE2 | GLU | C | 94 | 30.708 | 38.077 | 34.933 | 1.00 | 33.98 | O1- |
Revised_zinc.pdb | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ATOM | 1622 | OE1 | GLH | C | 94 | 30.708 | 38.077 | 34.933 | 1.00 | 33.98 | O |
ATOM | 1623 | OE2 | GLH | C | 94 | 30.263 | 40.009 | 33.982 | 1.00 | 31.93 | O1- |
"counterion" is either Na+ or Cl-.
"prmtop" and "prmcrd" are topology and coordinate files, respectively, for sander and/or pmemd
Ignore the "4n unknown element" message, wherein n is the number of the zinc ion in the protein, after "m = loadpdb revised_zinc.pdb." This benign message is caused by the lack of dummy atoms defined in the pdb file.

Table 1. The Most Recent Amber Force Field Parameters for Tetrahedron-Shaped Zinc Divalent Cation Used by the Cationic Dummy Atom (CaDA) Approach to Zinc Protein Simulations (Feb 25, 2005)
Q & A
Q: Energy minimization failed independent of what zinc protein was used.
A: This is likely due to special characters in leaprc.zinc, hin.lib, znb.lib, hydroxide.lib, or frcmod.zinc. These characters are introduced after copying the files from one operating system to the other. If you initially download the files to a Windows system, you need to follow the procedure below to make these files work properly in a Unix or Linux system.
- Download and save the .zip files to a windows system
- Transfer the .zip files to a Unix or Linux system
- Change the ".zip" extension to ".gz"
- Unzip the .gz files with the "gunzip" command
- Add ".lib" extension to the hin, znb, and hydroxide files
- Add ".zinc" extension to the leaprc and frcmod files
Another possibility is that the residue or atom name is not labeled correctly (see PDF file).
Q: The four dummy atoms do not point towards their respective coordinates after energy minimization.
A: This happens when DIELC is not 1.0 as the CaCA parameters are developed for DIELC = 1.0.
Q: The hydroxide always fused with one of the dummy atoms leading to an infinite electrostatic energy, when minimizing a protein containing a hydroxide-bound, tetrahedron-shaped zinc divalent cation.
A: This happens when the atom type of the dummy atom is mistakenly defined as "H" as it should be "DZ."
Q: The xLeap procedure failed when using 2CAB.pdb (carbonic anhydrase form B). However, the same procedure worked when using 1G54.pdb (carbonic anhydrase II).
A: This problem is caused by the 4 lines after the zinc atom line in the 2CAB.pdb (see below). Simply delete these lines and the procedure should work with 2CAB.pdb as well.
Q: Can the CaDA parameters be used with the ff03 force field?
A: The CaDA parameters work with all AMBER all-atom force fields excluding implicit solvent models.
引自:http://mayoresearch.mayo.edu/mayo/research/camdl/zinc_protein.cfm
Zn离子参数的更多相关文章
- 乙醇脱氢酶力场文件的处理(含ZN,NAD,乙醇)
很多蛋白质在行驶生物催化反应(如ATP水解,氨基酸的乙酰化,CoA的去乙酰化,甲基化等等)都需要金属离子(Mg,Zn,Ca等等)的参与,换句话说,金属离子对蛋白功能是必须的.模拟金属酶体系,现在也是分 ...
- [综] Latent Dirichlet Allocation(LDA)主题模型算法
多项分布 http://szjc.math168.com/book/ebookdetail.aspx?cateid=1&§ionid=983 二项分布和多项分布 http:// ...
- C#基础整理参数
基本概念 把数据传入方法中,可以使方法有多个返回值. 参数的传递 值参数,通过将实参的值复制到形参的方式传递数据.值参数的实参可以是变量或者是表达式
- Caffe学习系列(17):模型各层数据和参数可视化
cifar10的各层数据和参数可视化 .caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1p ...
- C/C++ 跨平台交叉编译、静态库/动态库编译、MinGW、Cygwin、CodeBlocks使用原理及链接参数选项
目录 . 引言 . 交叉编译 . Cygwin简介 . 静态库编译及使用 . 动态库编译及使用 . MinGW简介 . CodeBlocks简介 0. 引言 UNIX是一个注册商标,是要满足一大堆条件 ...
- android-exploitme(四):参数篡改
今天我们来测试请求中参数的篡改,这个在web安全测试中是常用的,拦截请求包,修改参数,提交 1. 首先我们需要启动模拟器,并使用本机的代理(加上参数-partition-size的目的是为了可以往a ...
- 自定义分页标签,并使分页标签能获得url中的参数
如题,要实现一个分页功能,其次,要让分页标签“智能一点”,在分页时能自动带上url后面的参数 <tag> <description>分页标签</description&g ...
- C#中的ref与out参数(本文仅作为个人笔记)
假如一个方法的参数(形参)是引用类型,那么使用那个参数来进行的任何修改都会改变参数引用的数据.但这里的关键在于,虽然引用的数据发生了变化,但参数本生没有改变——它仍然引用的是一个对象.换句话说,虽然可 ...
- javaweb请求编码 url编码 响应编码 乱码问题 post编码 get请求编码 中文乱码问题 GET POST参数乱码问题 url乱码问题 get post请求乱码 字符编码
乱码是一个经常出现的问题 请求中,参数传递的过程中也是经常出现乱码的问题 本文主要整理了请求乱码中的问题以及解决思路 先要理解一个概念前提: 编码就是把图形变成数值码所以说: 图形的字符 -- ...
随机推荐
- 重读《Struts In Action》
Figure 1.1. The Java Servlet API exposes the HTTP client/server protocol to the Java platform. S ...
- poj 2449 Remmarguts' Date K短路+A*
题目链接:http://poj.org/problem?id=2449 "Good man never makes girls wait or breaks an appointment!& ...
- 【BZOJ】【1717】【USACO 2006 Dec】Milk Patterns产奶的模式
后缀数组 o(︶︿︶)o 唉傻逼了一下,忘了把后缀数组的字典范围改回20001,直接21交了上去,白白RE了两发……sigh 既然要找出现了K次的子串嘛,那当然要用后缀数组了>_>(因为我 ...
- Leetcode#135 Candy
原题地址 遍历所有小孩的分数 1. 若小孩的分数递增,分给小孩的糖果依次+12. 若小孩的分数递减,分给小孩的糖果依次-13. 若小孩的分数相等,分给小孩的糖果设为1 当递减序列结束时,如果少分了糖果 ...
- 【bzoj1005】[HNOI2008]明明的烦恼
1005: [HNOI2008]明明的烦恼 Time Limit: 1 Sec Memory Limit: 162 MBSubmit: 4175 Solved: 1660[Submit][Stat ...
- highchart 导出图片, 显示空白
使用highchart时, 导出的图片会变空白.. 解决方案: 不要加载grid.js
- PostgreSQL数据库中获取表主键名称
PostgreSQL数据库中获取表主键名称 一.如下表示,要获取teacher表的主键信息: select pg_constraint.conname as pk_name,pg_attribute. ...
- ajax原理总结附简单实例及其优点
在工作中用了Ajax N多次了,也看过一些相关方面的书籍,也算是认识了它,但是一直没有认真总结和整理过相关的东东,失败! 近有闲情,将之总结如下: [名称] Ajax是Asynchronous Jav ...
- javascript实现数据结构与算法系列:功能完整的线性链表
由于链表在空间的合理利用上和插入,删除时不需要移动等的有点,因此在很多场合下,它是线性表的首选存储结构.然而,它也存在着实现某些基本操作,如求线性表长度时不如顺序存储结构的缺点:另一方面,由于在链表中 ...
- cf 403 D
D. Beautiful Pairs of Numbers time limit per test 3 seconds memory limit per test 256 megabytes inpu ...