|
Did you know...
= Overview =
This script colors the selection passed in based on the hydrophobicity scale as defined by:
- Source: http://us.expasy.org/tools/pscale/Hphob.Eisenberg.html
- Amino acid scale: Normalized consensus hydrophobicity scale
- Author(s): Eisenberg D., Schwarz E., Komarony M., Wall R.
- Reference: J. Mol. Biol. 179:125-142 (1984)
Or check out hydrophobicity coloring, with rTools from Kristian Rother.
http://www.rubor.de/pymol_extensions_de.html
The Code
<source lang="python">
- color_h
- -------
- PyMOL command to color protein molecules according to the Eisenberg hydrophobicity scale
- Source: http://us.expasy.org/tools/pscale/Hphob.Eisenberg.html
- Amino acid scale: Normalized consensus hydrophobicity scale
- Author(s): Eisenberg D., Schwarz E., Komarony M., Wall R.
- Reference: J. Mol. Biol. 179:125-142 (1984)
- Amino acid scale values:
- Ala: 0.620
- Arg: -2.530
- Asn: -0.780
- Asp: -0.900
- Cys: 0.290
- Gln: -0.850
- Glu: -0.740
- Gly: 0.480
- His: -0.400
- Ile: 1.380
- Leu: 1.060
- Lys: -1.500
- ..→
|
|
|
A Random PyMOL-generated Cover. See Covers.
|