This is a read-only mirror of pymolwiki.org
Difference between revisions of "Show hydrophilic"
Jump to navigation
Jump to search
m (5 revisions) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <source lang="python"> | ||
# | # | ||
# Show side chain sticks for hydrophilic residues | # Show side chain sticks for hydrophilic residues | ||
Line 18: | Line 19: | ||
color green,hydrophilics | color green,hydrophilics | ||
disable hydrophilics | disable hydrophilics | ||
− | set cartoon_smooth_loops,0 | + | set cartoon_smooth_loops,0</source> |
+ | |||
+ | |||
+ | [[Category:Script_Library|Show Hydrophilic]] | ||
+ | [[Category:Biochemical_Scripts]] |
Latest revision as of 03:53, 28 March 2014
#
# Show side chain sticks for hydrophilic residues
#
# (script for PyMol)
# Tom Stout, 08/05/2004
#
mstop
dss
hide all
#zoom all
#orient
show cartoon,all
color gray,all
select hydrophilics,(resn arg+lys+his+glu+asp+asn+gln+thr+ser+cys)
show sticks, (hydrophilics and !name c+n+o)
color green,hydrophilics
disable hydrophilics
set cartoon_smooth_loops,0