Working With Metal Ions: Difference between revisions

From NESG Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
== '''Running CYANA/AUTOSTRUCTURE for Proteins with Metal Ions'''  ==
== '''Running CYANA/AUTOSTRUCTURE for Proteins with Metal Ions'''  ==


<span class="mw-headline">CYANA/AUTOSTRUCTURE can handle structure calculation for protein with metal ions. </span>  
<span class="mw-headline">CYANA/AUTOSTRUCTURE can handle structure calculation for protein with metal ions. </span> One can use metal ion attached amino acid or attach the metal ion to protein sequence by using a pseudo long link during CYANA calculations  
One can use metal ion attached amino acid or attach the metal ion to protein sequence by using a pseudo long link during CYANA calculations
 
#Check CYANA.lib for special residues: (ME, PL, LL5, LP, CYSZ,HISZ,...,CYS-, CYSS,...).  
#Check CYANA.lib for special residues: (ION, PL, LL5, LP, CYSZ,HISZ,...,CYS-, CYSS,...).  
##ME,  
##ION:ion residue contain only one metal ion "ME"<br>
##PL/LP: pseudo link residues&nbsp; from protein to "ION" / "ION" to protein
##LL5" psdudo link residues
##CYSZ: Zinc attached cystine with cystine.SG convanlently&nbsp; binds to zinc.
##CYSS, cystine residue without "HG" atom
##CYS-, negative charged cystine residue without "HG" atom 
#Modify the protein's sequence file to have the required special residues included  
#Modify the protein's sequence file to have the required special residues included  
## Using metal ion attached residues (need pay attention to the charge)
## Using psedo link
#Metal-ligand geometry parameters. Use reliable bond length and bond angle parameters to derive upper/lower distance limits and angle constraints, and treated as addtional manual constraints during CYANA&nbsp;calculation.
#Metal-ligand geometry parameters. Use reliable bond length and bond angle parameters to derive upper/lower distance limits and angle constraints, and treated as addtional manual constraints during CYANA&nbsp;calculation.



Revision as of 16:56, 4 January 2010

Introduction

One-third of all proteins are "metalloproteins", chemical combinations of protein atoms (carbon, nitrogen, oxygen, hydrogen, sulfur) with ions of metals such as iron, calcium, copper, and zinc. The hemoglobin, for example, that carries oxygen in the bloodstream, is an iron-containing metalloprotein. The metal ions in metalloproteins are critical to the protein's function, structure, or stability. In fact, numerous essential biological functions require metal ions, and most of these metal ion functions involve metalloproteins.

To identify if a protein contains metal ion, bioinfomatic methods such as "zinc finder", and experimental methods such as NMR, SDS/native page can be used.


Running CYANA/AUTOSTRUCTURE for Proteins with Metal Ions

CYANA/AUTOSTRUCTURE can handle structure calculation for protein with metal ions. One can use metal ion attached amino acid or attach the metal ion to protein sequence by using a pseudo long link during CYANA calculations

  1. Check CYANA.lib for special residues: (ION, PL, LL5, LP, CYSZ,HISZ,...,CYS-, CYSS,...).
    1. ION:ion residue contain only one metal ion "ME"
    2. PL/LP: pseudo link residues  from protein to "ION" / "ION" to protein
    3. LL5" psdudo link residues
    4. CYSZ: Zinc attached cystine with cystine.SG convanlently  binds to zinc.
    5. CYSS, cystine residue without "HG" atom
    6. CYS-, negative charged cystine residue without "HG" atom
  2. Modify the protein's sequence file to have the required special residues included
    1. Using metal ion attached residues (need pay attention to the charge)
    2. Using psedo link
  3. Metal-ligand geometry parameters. Use reliable bond length and bond angle parameters to derive upper/lower distance limits and angle constraints, and treated as addtional manual constraints during CYANA calculation.

Running CNS for Proteins with Metal Ions

The CNS refinement for proteins with metal ions can also be performed with the new WaterrefCNS script, using the appropriate metal ion nomenclature in both the pdb coordinates and distance constraints.

For manual CNS refinement please do the refinement as following:

1.  Set environment for CNS1.1 by run source /farm/users/gliu/alias.cns

      alias cns1 /farm/software/cns/cns_solve_1.1/intel-i686-linux_g77/bin/cns
      setenv CNS_TOPPAR /farm/data/gliu/cns1/

In addition to the topology and parameter files, the metal ion parameter file ion.top is required. An example can be found in "/farm/users/gliu/projects/cns_cuttha_cis" with all required input files. 2.  Prepared required files as described above (final.tbl, final cns format PDB files and put in xplorPDB dir with name as sa_#.pdb) except the PDB file should include the metal ions with format according to CNS library ion.top. cp sa_1.pdb as  template.pdb, input files for creating mtf file Note that alignment is important. eg:

ATOM   1249  OT2 ALA    83      69.296  13.232   5.744  1.00  0.00
ATOM   1250 ZN+2 ZN2   150      63.086  13.789 -10.407  1.00  0.00      zinc

3.  Run generate_h2o.inp once to create temp_h2o.pdb and temp_h2o.mtf. The extra proton atom in the ligand residues, eg. HIS HD1 or CYS S, are removed by editing the generate_h2o.inp; cis proline is also defined here in the generate_h2o.inp (resid is the residue number prior the proline).

{* any special prosthetic group patches can be applied here *}
{===>}
delete select (name hg and resname cys and resid 61) end
delete select (name hg and resname cys and resid 85) end
delete select (name hd1 and resname his and resid 46) end
delete select (name he2 and resname his and resid 83) end
 patch cisp
           reference=1=( resid 13 )
 end

4.  Edit generate_1.inp to remove the extra proton as did above.

5.  Run generate_20.com, this will run generate_#.inp 20 times, updating each pdb number and this creates cnsPDB/sa_cns_#.pdb

6.  Edit and run re_h2o_cu.inp, the refined pdb is kept in refinedPDB, or

7.  Use subcns to submit cns refinement by using PBS: eg, type "sh subcns". Before run subcns , make a folder " com" contains the following file. Type getpdb to get refined pdb files in refinedPDB after it finished.

  • cns.sc: PBS submission
  • cutc_h2o.mtf: mtf file created as descrive above
  • topology and parameter files: parallhdg5.3C.pro, parallhdg5.3.pro, topallhdg5.3.pro
  • re_h2o_cu.inp: input file for cns refinement

-Gaohua Liu- 2009