Proteopedia:Macros
From Proteopedia
- blink(ligand)
- import: script /mc/ktheis.spt;
- bobble()
- import: script /mc/ktheis.spt;
- peekaboo(ligand) hides ligand for 0.5 seconds by Karsten Theis
- param ligand: what to hide/show
- import: script /mc/ktheis.spt;
- example: peekaboo({998}); peekaboo('ACH');
- putty(selection,scheme) colors protein trace according to B-factor and applies trace thickness proportional to B-factor value
- param selection what portion to color
- optional param scheme, if it is "wr" colors using gradient from white (low B) to red (high B); if absent or any other value, colors using the standard blue-white-red gradient (low to high B)
- import script /mc/aherraez.spt
- example putty( {protein} ); putty( {*:A}, "wr" ); putty( {*:B} );
- wobble()
- import: script /mc/ktheis.spt;
For more about Macros and how to use them, see Proteopedia:DIY:Macros.