Jmol/Surfaces
From Proteopedia
(Difference between revisions)
(7 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
==Showing surfaces in Jmol== | ==Showing surfaces in Jmol== | ||
- | Proteins are often shown as cartoon to illustrate their fold. However, the small molecules that interact with proteins do | + | Proteins are often shown as cartoon to illustrate their fold. However, the small molecules that interact with proteins do not "see" the fold, they interact with the surface of the protein. How they interact depends on the shape of the surface, the distribution of charges, functional groups and hydrophobic patches. The conservation of surface residues among related proteins from different organisms gives clues about functionally important sites on the surface. Showing a protein in a surface representation with a color scheme that highlights features is an excellent way to communicate structural information. |
But how can we using Jmol? This page shows some examples, and editing this page shows the jmol commands used. | But how can we using Jmol? This page shows some examples, and editing this page shows the jmol commands used. | ||
<StructureSection load='' size='340' side='right' caption='' scene='87/871286/Rnase_a/2'> | <StructureSection load='' size='340' side='right' caption='' scene='87/871286/Rnase_a/2'> | ||
+ | |||
== Examples and Jmol commands to modify them == | == Examples and Jmol commands to modify them == | ||
- | === | + | === Plain vanilla overall surface === |
Here is the surface of <scene name='87/871286/Rnase_a/2'>RNAse</scene>. It was created with the [[Scene Authoring Tools]], and it is shown with the default parameters "frontlit" and "frontonly". | Here is the surface of <scene name='87/871286/Rnase_a/2'>RNAse</scene>. It was created with the [[Scene Authoring Tools]], and it is shown with the default parameters "frontlit" and "frontonly". | ||
Line 61: | Line 62: | ||
=== Slabbing surfaces === | === Slabbing surfaces === | ||
- | + | The surface can get busy easily. One way to make the scene easier to understand is to cut away the parts of the surface that are less important for the point you are trying to get across. Here are two examples of slabbing: | |
<jmol> | <jmol> | ||
Line 91: | Line 92: | ||
<scriptWhenUnChecked>isosurface ID "1" transparent 0 | <scriptWhenUnChecked>isosurface ID "1" transparent 0 | ||
</scriptWhenUnChecked> | </scriptWhenUnChecked> | ||
- | <scriptWhenchecked>isosurface ID "1" transparent | + | <scriptWhenchecked>isosurface ID "1" transparent |
</scriptWhenchecked> | </scriptWhenchecked> | ||
<checked>true</checked> | <checked>true</checked> | ||
Line 100: | Line 101: | ||
=== Coloring surfaces === | === Coloring surfaces === | ||
- | You | + | You can color the surface by <scene name='87/871286/Rnase_a/8'>hydrophobic/hydrophilic</scene>, <scene name='87/871286/Rnase_a/5'>conservation</scene>, <scene name='87/871286/Rnase_a/7'>temperature factor</scene>, or any other atom property (such as the <scene name='87/871286/Rnase_a/3'>x-coordinate</scene>). |
</StructureSection> | </StructureSection> |
Current revision
Showing surfaces in Jmol
Proteins are often shown as cartoon to illustrate their fold. However, the small molecules that interact with proteins do not "see" the fold, they interact with the surface of the protein. How they interact depends on the shape of the surface, the distribution of charges, functional groups and hydrophobic patches. The conservation of surface residues among related proteins from different organisms gives clues about functionally important sites on the surface. Showing a protein in a surface representation with a color scheme that highlights features is an excellent way to communicate structural information.
But how can we using Jmol? This page shows some examples, and editing this page shows the jmol commands used.
|