• 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.

    含锌蛋白用Amber进行分子动力学模拟 - 阿飞与安达 - 阿飞与安达

    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.

    1. Download and save the .zip files to a windows system
    2. Transfer the .zip files to a Unix or Linux system
    3. Change the ".zip" extension to ".gz"
    4. Unzip the .gz files with the "gunzip" command
    5. Add ".lib" extension to the hin, znb, and hydroxide files
    6. 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.

    含锌蛋白用Amber进行分子动力学模拟 - 阿飞与安达 - 阿飞与安达

    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

  • 相关阅读:
    Linux之find命令
    Android WebView如何加载assets下的html文件
    Android 静默安装
    Android listview下拉刷新 SwipeRefreshLayout
    AndroidManifest.xml 详解
    Android 查看内存使用状况
    Android invalidate() 和 postInvalidate()的区别
    Android动画之Interpolator和AnimationSet
    实现Fragment的切换和ViewPager自动循环设置切换时间
    android 实现橡皮擦效果以及保存涂鸦的功能
  • 原文地址:https://www.cnblogs.com/yanzhi123/p/3480884.html
Copyright © 2020-2023  润新知