Jmol/Depth from surface
From Proteopedia
(Difference between revisions)
Line 17: | Line 17: | ||
===Color Schemes=== | ===Color Schemes=== | ||
- | The default color scheme<ref>For the list of Jmol's color schemes, look for "set property colorscheme" under [https://chemapps.stolaf.edu/jmol/docs/#setmisc set (misc) in the command documentation].</ref> for surfacedistance is | + | The default color scheme<ref>For the list of Jmol's color schemes, look for "set property colorscheme" under [https://chemapps.stolaf.edu/jmol/docs/#setmisc set (misc) in the command documentation].</ref> for surfacedistance is blue-white-red, "bwr" in Jmol command language. You can apply other color schemes, such as the <scene name='87/872319/2ace_surfacedistance/2'>spectral color scheme red-orange-yellow-green-blue</scene> ("roygb"). |
<pre> | <pre> | ||
color property surfacedistance "roygb"</pre> | color property surfacedistance "roygb"</pre> |
Revision as of 19:46, 19 January 2021
This page is under construction. Eric Martz 00:56, 18 January 2021 (UTC)
The atom property surfacedistance in Jmol is each atom's distance from the surface of the macromolecule. The units of surfacedistance are Ångstroms. You can select atoms by distance from the surface, and report the average, minimum, or maximum surfacedistance of a group of atoms. Atoms, cavity/pocket/tunnel isosurfaces, and other objects can be colored by distance from the surface.
|
Notes
- ↑ For the list of Jmol's color schemes, look for "set property colorscheme" under set (misc) in the command documentation.
- ↑ Jmol commands are explained in the interactive scripting documentation at Jmol.org.