User:Angel Herraez/Sandbox 3
From Proteopedia
(Difference between revisions)
Line 27: | Line 27: | ||
</jmol> | </jmol> | ||
- | 3) <jmol> | + | 3) Alternate rendering: <jmol> |
<jmolButton> | <jmolButton> | ||
- | <text> | + | <text>start</text> |
<script> | <script> | ||
/* alternate */ | /* alternate */ | ||
Line 49: | Line 49: | ||
</jmol> | </jmol> | ||
+ | |||
+ | |||
+ | <jmol> | ||
+ | <jmolButton> | ||
+ | <text>Show just the site and ligand</text> | ||
+ | <script> | ||
+ | zoomTo 0.5 (~ligand, ~allosteric) 0; display (~ligand, ~allosteric); | ||
+ | </script> | ||
+ | </jmolButton> | ||
+ | <jmolButton> | ||
+ | <text>Cancel (show all)</text> | ||
+ | <script> | ||
+ | display all; zoomTo 0.5 (all) 0; | ||
+ | </script> | ||
+ | </jmolButton> | ||
+ | </jmol> | ||
</StructureSection> | </StructureSection> |
Revision as of 12:41, 24 March 2014
Alternate rendering for display of both evolutionary conservation and allosteric site
This is a proof-of-concept.
|