Jmol/Depth from surface: Difference between revisions
Eric Martz (talk | contribs) No edit summary |
Eric Martz (talk | contribs) No edit summary |
||
Line 30: | Line 30: | ||
*In order of increasing depth: the sidechains nitrogens and oxygens of charged amino acids (Asp, Glu, Lys, Arg) 0.8 < the sidechain O,N of Asn, Gln 1.1 < the entire sidechains of Val, Leu, Ile 1.4 < the entire sidechains of Phe, Tyr, Trp 2.3 Å. | *In order of increasing depth: the sidechains nitrogens and oxygens of charged amino acids (Asp, Glu, Lys, Arg) 0.8 < the sidechain O,N of Asn, Gln 1.1 < the entire sidechains of Val, Leu, Ile 1.4 < the entire sidechains of Phe, Tyr, Trp 2.3 Å. | ||
*Lys and Glu (0.3, 0.5) are shallower than Asp and Arg (~1). | *Lys and Glu (0.3, 0.5) are shallower than Asp and Arg (~1). | ||
*In order of increasing depth: atoms in coil 1.3 < helices 1.6 < β strands 2.4 Å | *In order of increasing depth: atoms in coil 1.3 < helices 1.6 < β strands 2.4 Å. | ||
==Selecting By Surfacedistance== | |||
==Tunnel Isosurface Colored By Surfacedistance== | |||
</StructureSection> | </StructureSection> |
Revision as of 03:14, 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.
Atoms Colored By SurfacedistanceHere is a cross-section (slab) of acetylcholinesterase (2ace) with . The commands are simply restrict not solvent # hides water spacefill only select ach # acetylcholine substrate model color black select protein color surfacedistance In Proteopedia's Molecular Scene Authoring Tools (SAT), you can enter these commands in the slot below the molecule. There will be a delay (about 20 sec on my computer) while JSmol calculates the surfacedistance for each atom. However, once the scene is saved as a green link, the colors are saved and displayed without re-calculation when the green link is clicked. Color SchemesThe default color scheme[1] for surfacedistance is red-white-blue, "rwb" in Jmol command language. You can apply other color schemes, such as the ("roygb"). color property surfacedistance "roygb" Reporting SurfacedistanceThese commands will be much faster, especially for larger molecules, if done in the standalone Jmol Java application. The Jmol command[2] to report the maximum surfacedistance for any atom in a model is print {*}.surfacedistance.max # Reports 10.25 for 2ace. The asterisk "⁎" means "all atoms". The atom expression must be enclosed in curly brackets "{...}". Anything after "#" is a comment, which is not part of the command to Jmol. Three enzymes that are roughly spherical with 527-575 amino acids each are 2ace, 1CRL, and 1o86. Their maximum surfacedepth values are 10.25, 9.58, and 7.94 Å respectively. A script that you can download (right click, save link as) reports the average surfacedepth values for each amino acid, secondary structures, and common chemical elements. Average values were normalized to a maximum depth of 10.0 Å, and averaged. For this small sample of 3 enzymes:
Selecting By SurfacedistanceTunnel Isosurface Colored By Surfacedistance |
|
NotesNotes
- ↑ 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.