Jmol/Electrostatic potential: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Karsten Theis (talk | contribs)
New page: ==Why look at the electrostatic potential?== Many protein: ligand interactions are largely electrostatic in nature (e.g. via hydrogen bonds and ionic interactions), and their strength is m...
 
Karsten Theis (talk | contribs)
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 26: Line 26:
http://www.charmm-gui.org/?doc=input/pbeqsolver
http://www.charmm-gui.org/?doc=input/pbeqsolver


https://www.chemtube3d.com/category/structure-and-bonding/dipoles-and-electrostatic-surfaces/
https://pinostriccoli.altervista.org/le-superfici-molecolari-elettrostatiche-mep/
molcalc.org, e.g. http://molcalc.org/calculation/cc11a07f2bb4579391c1e0603665f673#/solvation
Some theory on the Poisson Boltzmann equation: DOI:10.1002/jmr.577
   
   
<StructureSection load='1stp' size='340' side='right' caption='Caption for this structure' scene=''>
<StructureSection load='1F36' size='340' side='right' caption='' scene=''>
This is a default text for your page '''Jmol/Electrostatic potential'''. Click above on '''edit this page''' to modify. Be careful with the &lt; and &gt; signs.
 
 
===Example 1: water===
===Example 1: water===
Electrostatic potential of <scene name='86/864093/Water/1'>water</scene> based on partial charges calculated in molcalc.org.
Use this checkbox to toggle the potential on and off:
<jmol>
  <jmolCheckbox>
    <scriptWhenUnChecked>isosurface off</scriptWhenUnChecked>
    <scriptWhenchecked>select all; isosurface molecular map mep; color isosurface range -0.05 0.05; color isosurface translucent
</scriptWhenchecked>
    <checked>false</checked>
    <text>potential map</text>
  </jmolCheckbox>
</jmol>
After loading the .smol file, the following command was used to show the potential:
<nowiki>isosurface molecular map mep color translucent</nowiki>




===Example 2: the DNA-binding protein FIS===
===Example 2: the DNA-binding protein FIS===
DNA-binding (and DNA-bending) of <scene name='86/864093/Fis/1'>FIS</scene> is believed to be mostly electrostatic, explaining the low sequence-specificity and the high sensitive of interactions to ionic strength of the solvent.
Use this checkbox to toggle the potential on and off:
<jmol>
  <jmolCheckbox>
    <scriptWhenUnChecked>isosurface off</scriptWhenUnChecked>
    <scriptWhenchecked>select all; isosurface JVXL "http://proteopedia.org/wiki/images/2/2c/1F36.jvxl"</scriptWhenchecked>
    <checked>false</checked>
    <text>potential map</text>
  </jmolCheckbox>
</jmol>


</StructureSection>
</StructureSection>
== References ==
== References ==
<references/>
<references/>

Latest revision as of 01:37, 11 October 2020

Why look at the electrostatic potential?

Many protein: ligand interactions are largely electrostatic in nature (e.g. via hydrogen bonds and ionic interactions), and their strength is modulated by the nature of the solvent (e.g. pure water or high ionic strength aqueous solution). Many of the intramolecular interactions within a protein are electrostatic in nature as well, and are different in strength depending whether they occur on the surface or in the hydrophobic core of a protein.

Calculating electrostatic potential and visualizing it in Jmol

Jmol has two ways of importing electrostatic information, either as atomic partial charges or as values on a three-dimensional grid (the latter allows looking at long-range effects as well).

Atomic partial charges

Mapping atomic partial charges on a surface is done with the "MEP" keyword in the "isosurface" command:

load C6H6.smol;isosurface solvent map mep

MEP stands for molecular electrostatic potential. In the example, the partial charges were loaded with the coordinates from a .smol file from a electrostatic potential calculation in Spartan.

Electrostatic potential map

Mapping values from a 3D grid onto the protein surface is also done with the "isosurface" command, loading the data directly when the command is issued:

load 1F36_pbeq.pdb; isosurface ID test  solvent 1.4 color range -5.0 5.0 map "1F36_pbeq.dx"

The "color range" keyword results in all values above 5 having the same color (blue in this case), all value below -5 having the same color (red in this case), and values in between shown in colors in between. In the example, the .dx file containing the potential map is from a calculation done in CHARMM.

Sources for obtaining electrostatic potential data

https://www.charmm-gui.org/?doc=input/pbeqsolver

https://www.chemtube3d.com/category/structure-and-bonding/dipoles-and-electrostatic-surfaces/

https://pinostriccoli.altervista.org/le-superfici-molecolari-elettrostatiche-mep/

molcalc.org, e.g. https://molcalc.org/calculation/cc11a07f2bb4579391c1e0603665f673#/solvation

Some theory on the Poisson Boltzmann equation: DOI:10.1002/jmr.577

Drag the structure with the mouse to rotate

References

Proteopedia Page Contributors and Editors (what is this?)

Karsten Theis