We apologize for Proteopedia being slow to respond. For the past two years, a new implementation of Proteopedia has been being built. Soon, it will replace this 18-year old system. All existing content will be moved to the new system at a date that will be announced here.

User:Karsten Theis/Electron density

From Proteopedia

< User:Karsten Theis(Difference between revisions)
Jump to: navigation, search
Current revision (21:44, 17 August 2021) (edit) (undo)
 
(19 intermediate revisions not shown.)
Line 6: Line 6:
<scene name='79/790960/Bp/1'>Base pair</scene>
<scene name='79/790960/Bp/1'>Base pair</scene>
 +
 +
<scene name='79/790960/Water/1'>water (solvent)</scene>
The following is the command to fetch the electron density from the pdbe.org database and display it around the selected atoms:
The following is the command to fetch the electron density from the pdbe.org database and display it around the selected atoms:
Line 44: Line 46:
</jmol>
</jmol>
If you don't see your model at 1 sigma, you probably should not put in those atoms. At this level, you see a lot of solvent molecules and a lot of noise.
If you don't see your model at 1 sigma, you probably should not put in those atoms. At this level, you see a lot of solvent molecules and a lot of noise.
 +
 +
===A technical note===
 +
This is not the most efficient way of displaying electron density, and it works because the structures displayed here are rather small. Every time you click on a button to display electron density, the entire electron density file is fetched from the database, and your browser has to read it all to find those points in space that are close to the selected atoms and have a density higher than the cutoff.
 +
 +
Update: there is now an efficient way to just fetch the part of the map you need:
 +
 +
isosurface within 3 {visible} "=233D"
 +
 +
will retrieve that part of the map within 3 Angstroem away from any atom displayed.
 +
 +
Try it:
 +
 +
<jmol>
 +
<jmolButton>
 +
<script>isosurface within 3 {visible} "=233D"</script>
 +
<text>faster way to a map</text>
 +
</jmolButton>
 +
</jmol>
 +
 +
If you already know what density you want to show, it is much faster (and saves space) to save the "chicken-wire" object as a .jvxl file and upload it to Proteopedia. These files are much smaller (especially if you are showing the density around just a couple of atoms, which is the typical case for publication figures). An example of this technique is explained [[Talk:Kisker_lab:_5B5Q|here]].
 +
 +
===Ferrodoxin: Ultra-high resolution===
 +
 +
<scene name='79/790960/Ferredoxin/1'>Ferredoxin</scene> is a small protein that binds to a certain metal.
 +
 +
For this structure, we can look at the density at very high contour level to find the metal.
 +
 +
 +
<jmol>
 +
<jmolButton>
 +
<script>isosurface s_one sigma 20.0 color blue within 3.5 {selected} "http://www.ebi.ac.uk/pdbe/coordinates/files/1iqz.ccp4" mesh nofill</script>
 +
<text>20 sigma</text>
 +
</jmolButton>
 +
</jmol>
 +
 +
This will take long to load... the density file has a size of 11.2 Mbyte and your browser might ask you whether you want to continue. Once its loaded, see it you can spot the metals in the structure. To see the interpretation, click the button below.
 +
 +
<jmol>
 +
<jmolButton>
 +
<script>select not protein and not solvent; spacefill 20%; wireframe 30%</script>
 +
<text>show non-protein atoms</text>
 +
</jmolButton>
 +
</jmol>
 +
 +
If your patience did not run out, you can look at the density at the typical 1.5 sigma to see all atoms.
 +
<jmol>
 +
<jmolButton>
 +
<script>isosurface s_two sigma 1.5 color silver within 3.5 {selected} "http://www.ebi.ac.uk/pdbe/coordinates/files/1iqz.ccp4" mesh nofill</script>
 +
<text>1.5 sigma</text>
 +
</jmolButton>
 +
</jmol>
 +
 +
===Pre-calculated density===
 +
This is <scene name='79/790960/Ferredoxin_density/2'>Ferredoxin</scene> again, surrounded by 20 sigma density. It loads faster because the density was rendered already and saved as a small file (10 kB instead of 11.2 Mb - factor 1000 less).
 +
 +
Even the 1.5 sigma density around <scene name='79/790960/Ferredoxin_density/3'>ferredoxin</scene>loads faster (222kB file). This is the kind of display you would use to build or rebuild an atomic model into electron density. To be able to see the trees in the forest, you use a technique called slabbing, illustrated below.
 +
 +
*<jmol>
 +
<jmolLink>
 +
<script> slab on; depth 40; var a = [90,80,70,60,55,54,53,52,51]; for(var i IN a) {slab @i; delay 0.4;}
 +
</script>
 +
<text>Slab into center of molecule</text>
 +
</jmolLink>
 +
</jmol>
 +
 +
*<jmol>
 +
<jmolLink>
 +
<script> slab on; depth 40; var a = [51,52,53,54,55,60,70,80,90,100]; for(var i IN a) {slab @i; delay 0.4;}
 +
</script>
 +
<text>Slab out of center</text>
 +
</jmolLink>
 +
</jmol>

Current revision

Caption for this structure

Drag the structure with the mouse to rotate

Proteopedia Page Contributors and Editors (what is this?)

Karsten Theis

Personal tools