Difference between revisions of "Protein Community"

From Jmol
Jump to navigation Jump to search
(Selection and coloring)
Line 37: Line 37:
  
 
=== Selection and coloring ===
 
=== Selection and coloring ===
 +
Atom expressions related to secondary structure:
 +
<table>
 +
<tr>
 +
<th>by name</th>
 +
<th></th>
 +
<th>by index</th>
 +
<th></th>
 +
</tr>
 +
<tr>
 +
<td></td>
 +
<td></td>
 +
<td><code>select structure=-1</code></td>
 +
<td>matches non-protein parts (ligands,...)</td>
 +
</tr>
 +
<tr>
 +
<td></td>
 +
<td></td>
 +
<td><code>select structure=0</code></td>
 +
<td>matches unstructured protein (random coil)</td>
 +
</tr>
 +
<tr>
 +
<td><code>select turn</code></td>
 +
<td>or</td>
 +
<td><code>select structure=1</code></td>
 +
<td>matches turns</td>
 +
</tr>
 +
<tr>
 +
<td><code>select sheet</code></td>
 +
<td>or</td>
 +
<td><code>select structure=2</code></td>
 +
<td>matches beta strands</td>
 +
</tr>
 +
<tr>
 +
<td><code>select helix</code></td>
 +
<td>or</td>
 +
<td><code>select structure=3</code></td>
 +
<td>includes all 3 types of helices</td>
 +
</tr>
 +
<tr>
 +
<td><code>select dna</code></td>
 +
<td>or </td>
 +
<td><code>select structure=4</code></td>
 +
<td>matches DNA</td>
 +
</tr>
 +
<tr>
 +
<td><code>select rna</code></td>
 +
<td>or </td>
 +
<td><code>select structure=5</code></td>
 +
<td>matches RNA</td>
 +
</tr>
 +
<tr>
 +
<td><code>select carbohydrate</code></td>
 +
<td>or</td>
 +
<td><code>select structure=6</code></td>
 +
<td>matches carbohydrates</td>
 +
</tr>
 +
<tr>
 +
<td><code>select helix310</code></td>
 +
<td>or</td>
 +
<td><code>select substructure=7</code></td>
 +
<td>matches 3<sub>10</sub> helices (DSSP code "G"). Example: 2JC9.pdb</td>
 +
</tr>
 +
<tr>
 +
<td><code>select helixAlpha</code></td>
 +
<td>or</td>
 +
<td><code>select substructure=8</code></td>
 +
<td>matches alpha helices (DSSP code "H")</td>
 +
</tr>
 +
<tr>
 +
<td><code>select helixPi</code></td>
 +
<td>or</td>
 +
<td><code>select substructure=9</code></td>
 +
<td>matches pi helices (DSSP code "I").<br>Example: 2JC9.pdb after <code>calculate structure</code></td>
 +
</tr>
 +
</table>
  
* <code>color structure</code> now applies different shades of color to alpha, 3<sub>10</sub> and pi helices ([http://jmol.sourceforge.net/jscolors/index.en.html#Secondary%20structure Jmol Colors]).
+
* <code>color structure</code> now applies different shades of color to alpha, 3<sub>10</sub> and pi helices, in addition to the classic coloring of helices, beta strands, turns and unstructured portions ([http://jmol.sourceforge.net/jscolors/index.en.html#Secondary%20structure Jmol Colors]).
 
 
* <code>select helix</code> includes all 3 types of helices.
 
* <code>select helixAlpha</code>
 
* <code>select helix310</code> (example: 2JC9.pdb)
 
* <code>select helixPi</code> (example: 2JC9.pdb after <code>calculate structure</code>)
 
* <code>select substructure=7</code> matches DSSP "G", i.e. 3<sub>10</sub> helices, same as <code>select helix310</code>
 
* <code>select substructure=8</code> matches DSSP "H", i.e. alpha helices, same as <code>select helixAlpha</code>
 
* <code>select substructure=9</code> matches DSSP "I", i.e. pi helices, same as <code>select helixPi</code>
 
  
 
* <code>label %[substructure]</code> labels with the texts: helixalpha, helix310, helixpi, sheet, turn, none
 
* <code>label %[substructure]</code> labels with the texts: helixalpha, helix310, helixpi, sheet, turn, none

Revision as of 15:12, 14 May 2011

Jmol/JSmol Community

This subcommunity is for Jmol users that use Jmol for display and analysis of protein structures. Please add on this page your favorite scripts etc. for displaying proteins in Jmol.

  • Angel Herraez page
  • Eric Martz: FirstGlance in Jmol is a simple tool for exploring the structure of any on-line macromolecular model. Proteopedia.Org is a Jmol-based wiki with easy Scene-Authoring Tools for creating and sharing customized molecular scenes without learning Jmol language.

Molecular surfaces

documentation and testing page

Secondary structure

Starting with versions 12.0.18 and 12.1.15, Jmol implements the DSSP algorithm for determination of secondary structure in proteins. This is accompanied by some changes in the defaults and some new commands.

When reading files

  1. If the File icon.gifpdb or File icon.gifmmcif file contains HELIX/SHEET/TURN information: that information is respected in all Jmol versions. In new Jmol versions, File icon.gifpdb and File icon.gifmmcif readers also read helix types alpha, pi, and 310, and color them slightly differently (Jmol Colors).
  2. If the File icon.gifpdb or File icon.gifmmcif file des not contain HELIX/SHEET/TURN information:
    • Old versions of Jmol used Ramachandran-angle based calculation.
    • New versions of Jmol use DSSP calculation.
  3. In the case of alpha-carbon-only chains, all versions of Jmol use the method of Levitt and Greer (doi).
  4. In new versions of Jmol the calculation based on Ramachandran angles is still available (see below).

Forced recalculation of structure

calculate structure

This command overwrites any secondary structure assignment with a new one:

  • In old Jmol versions, calculated using the Ramachandran method.
  • In new Jmol versions, calculated using the DSSP method.

Note that, intentionally, Jmol turns off all bioshapes when the calculate structure command is given. So, you will usually want to follow it with cartoons on or something of the sort.

New commands

  • calculate structure ramachandran is available for forcing the old method of calculation (it may have some advantages in certain contexts). It can be shortened to calculate structure rama.
  • calculate hBonds structure does DSSP determining hydrogen bonds only.
  • set defaultStructureDSSP false will change the defaults of file load and calculate structure to use the Ramachandran method; by default, it is true and uses the DSSP method.
  • set dsspCalculateHydrogenAlways false does DSSP enforcing the use of backbone amide H atoms present in the file; by default, it is true and does standard DSSP, ignoring all backbone amide H atoms present in the file and using rough approximations instead.
  • show dssp displays a report of the DSSP calculation.
  • set debug displays a verbose DSSP calculation.
  • save structure s1 (for example) saves in memory the current structure assignment with the internal ID 's1' for later restoring.
  • restore structure s1 restores the previously saved assignment.

Selection and coloring

Atom expressions related to secondary structure:

by name by index
select structure=-1 matches non-protein parts (ligands,...)
select structure=0 matches unstructured protein (random coil)
select turn or select structure=1 matches turns
select sheet or select structure=2 matches beta strands
select helix or select structure=3 includes all 3 types of helices
select dna or select structure=4 matches DNA
select rna or select structure=5 matches RNA
select carbohydrate or select structure=6 matches carbohydrates
select helix310 or select substructure=7 matches 310 helices (DSSP code "G"). Example: 2JC9.pdb
select helixAlpha or select substructure=8 matches alpha helices (DSSP code "H")
select helixPi or select substructure=9 matches pi helices (DSSP code "I").
Example: 2JC9.pdb after calculate structure
  • color structure now applies different shades of color to alpha, 310 and pi helices, in addition to the classic coloring of helices, beta strands, turns and unstructured portions (Jmol Colors).
  • label %[substructure] labels with the texts: helixalpha, helix310, helixpi, sheet, turn, none
  • structure helixAlpha ....
  • structure helix310 ....
  • structure helixPi ....

Reference section

  • W. Kabsch, C. Sander (1983) Dictionary of protein secondary structure: pattern recognition of hydrogen-bonded and geometrical features. Biopolymers 22: 2577-2637. doi:10.1002/bip.360221211
  • DSSP Home Page: http://swift.cmbi.ru.nl/gv/dssp/
  • M. Levitt, J. Greer (1977) Automatic identification of secondary structure in globular proteins. J. Mol. Biol. 114: 181-239. doi:10.1016/0022-2836(77)90207-8
  • Codes for structure types:
PDB
code
SPSS
code
Jmol codes
substructure and name
right-handed alpha (default) 1 H 8 helixalpha
right-handed omega 2
right-handed pi 3 G 7 helixpi
right-handed gamma 4
right-handed 310 5 I 9 helix310
left-handed alpha 6
left-handed omega 7
left-handed gamma 8
27 ribbon/helix 9
polyproline 10
(beta) strand 0 first
1 parallel
-1 antiparallel
E 2 sheet
turn T 1 turn
isolated beta-bridge residue B
bend S
none (unstructured protein) - 0 none
DNA 4 dna
RNA 5 rna
carbohydrate 6 carbohydrate
other* -1
Helix types in PDB format: columns 39-40 of HELIX record, right-justified.
Strand sense in PDB format: columns 39-40 of SHEET record, right-justified.
(*) Other = not protein, not nucleic, not carbohydrate.

Pretty cartoons

Apply this script to get cartoons with a better-than-default look (it will take some more time to rotate them around):

set hermiteLevel -4; set ribbonAspectRatio 12;

or

set hermiteLevel 4; set ribbonAspectRatio 12;

which accelerates rotation (the thickness disappears while manipulating with the mouse)