This is a read-only mirror of pymolwiki.org

Difference between revisions of "Fuse"

From PyMOL Wiki
Jump to navigation Jump to search
m
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
"fuse" joins two objects into one by forming a bond.  A copy of
+
'''fuse''' joins two objects into one by forming a bond.  A copy of
 
the object containing the first atom is moved so as to form an
 
the object containing the first atom is moved so as to form an
 
approximately resonable bond with the second, and is then merged
 
approximately resonable bond with the second, and is then merged
Line 6: Line 6:
 
   
 
   
 
===USAGE===
 
===USAGE===
  fuse (selection1), (selection2)
+
fuse (selection1), (selection2)
+
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.fuse( string selection1="(pk1)", string selection2="(pk2)" )
+
cmd.fuse( string selection1="(pk1)", string selection2="(pk2)" )
</source>
+
</source>
 
   
 
   
 
===NOTES===
 
===NOTES===
Line 18: Line 18:
 
eliminated, or they can both be non-hydrogens, in which
 
eliminated, or they can both be non-hydrogens, in which
 
case a bond is formed between the two atoms.
 
case a bond is formed between the two atoms.
+
 
 
===SEE ALSO===
 
===SEE ALSO===
 
+
[[Bond]], [[Unbond]], [[Attach]], [[Replace]], [[Fuse]], [[Remove_picked]]  
  [[Cmd bond]], [[Cmd unbond]], [[Cmd attach]], [[Cmd replace]], [Cmd fuse]], [[Cmd remove_picked]]  
 
 
   
 
   
  
[[Category:Commands|fuse]]
+
[[Category:Commands|Fuse]]

Revision as of 13:52, 20 June 2009

DESCRIPTION

fuse joins two objects into one by forming a bond. A copy of the object containing the first atom is moved so as to form an approximately resonable bond with the second, and is then merged with the first object.

USAGE

fuse (selection1), (selection2)

PYMOL API

cmd.fuse( string selection1="(pk1)", string selection2="(pk2)" )

NOTES

Each selection must include a single atom in each object. The atoms can both be hydrogens, in which case they are eliminated, or they can both be non-hydrogens, in which case a bond is formed between the two atoms.

SEE ALSO

Bond, Unbond, Attach, Replace, Fuse, Remove_picked