Calmodulin: Difference between revisions
From Proteopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
select 4-147;cartoon on; | select 4-147;cartoon on; | ||
model 1; | model 1; | ||
center visible; | center visible;color group; | ||
color group; | |||
compare {2.1} {1.1} SUBSET{*.CA} ATOMS{4-138}{4-138} ROTATE TRANSLATE; | compare {2.1} {1.1} SUBSET{*.CA} ATOMS{4-138}{4-138} ROTATE TRANSLATE; | ||
</script> | </script> | ||
| Line 36: | Line 33: | ||
<jmolButton> | <jmolButton> | ||
<script> | <script> | ||
model 2; | |||
structures = [{1.1}, {2.1}]; | structures = [{1.1}, {2.1}]; | ||
my_recipe = [ | my_recipe = [ | ||
| Line 43: | Line 41: | ||
morph(20, structures, my_recipe, 0); | morph(20, structures, my_recipe, 0); | ||
</script> | </script> | ||
<text> | <text>Open</text> | ||
</jmolButton> | |||
</jmol><jmol> | |||
<jmolButton> | |||
<script> | |||
model 1 | |||
structures = [{2.1}, {1.1}]; | |||
my_recipe = [ | |||
[0, 1, 0, {79-147},{79-147}, {(79-138) and alpha}, 0], | |||
[0, 1, 0, {8-78}, {79}, {(4-78) and alpha}, 0], | |||
]; | |||
morph(20, structures, my_recipe, 0); | |||
</script> | |||
<text>Close</text> | |||
</jmolButton> | </jmolButton> | ||
</jmol> | </jmol> | ||