User:Jaime Prilusky/Test/superposition
From Proteopedia
(Difference between revisions)
Line 2: | Line 2: | ||
+ | <jmol> | ||
+ | <jmolButton> | ||
+ | <script> | ||
+ | zap; | ||
+ | load files "/wiki/images/8/8e/1agx_r.pdb" "/wiki/images/7/74/1agx.pdb"; | ||
+ | select all; wireframe off; cpk off; | ||
+ | select protein and 1.1; cartoon; color palegreen; center selected | ||
+ | select protein and 2.1; cartoon; color cornflowerblue; | ||
+ | model 0; | ||
+ | </script> | ||
+ | <text>just load two structures</text> | ||
+ | </jmolButton> | ||
+ | </jmol> | ||
+ | <jmol> | ||
+ | <jmolButton> | ||
+ | <script> | ||
+ | zap; | ||
+ | load files "/wiki/images/8/8e/1agx_r.pdb" "/wiki/images/7/74/1agx.pdb"; | ||
+ | compare {2.1} {1.1} subset {*.CA} rotate translate; | ||
+ | select all; wireframe off; cpk off; | ||
+ | select protein and 1.1; cartoon; color palegreen; center selected | ||
+ | select protein and 2.1; cartoon; color cornflowerblue; | ||
+ | model 0; | ||
+ | </script> | ||
+ | <text>load and align C alpha</text> | ||
+ | </jmolButton> | ||
+ | </jmol> | ||
Revision as of 07:50, 14 June 2024
|