Homepage |
Tutorials |
|||
|
Electrostatic Potential IElectrostatic Potential TutorialThis tutorial will quickly walk you through the generation and visualization of the electrostatic potential on the surface of acetylcholine-esterase (ach.pdb from 1B41). Please note that the generated potential is mainly determined by your dielectric constants (epsilon values) and the charges assigned to your protein atoms. These factors will not be discussed here. I Calculate the molecular surface of your protein with MSMS:
pdb2xyzr ach.pdb > ach.xyzr II Add hydrogens to your structure (e.g. with the generate_easy script from CNS) (not shown), yielding ach_h.pdb. III Use MEAD to calculate the ESP: Assign radii and charges to your coordinates (replacing the occupancy and bfactor columns): assign_parse_radch.pl < ach_h.pdb > ach.pqr Prepare a parameter file called ach.ogm containing one line: ON_GEOM_CENT 121 1.0 Then calculate the potential: potential -epsin 4 -ionicstr 10.0 -CoarseFieldOut ach ach IV Visualize everything in DINO:
Download this script: esp.scr
|