Difference between revisions of "Fuse"

From PyMOLWiki
Jump to navigation Jump to search
m (fix typo)
Line 19: Line 19:
  
 
===SEE ALSO===
 
===SEE ALSO===
[[Bond]], [[Unbond]], [[Attach]], [[Replace]], [[Fuse]], [[Remove_picked]]  
+
[[Bond]], [[Unbond]], [[Attach]], [[Replace]], [[Remove_picked]]  
 
   
 
   
  
 
[[Category:Commands|Fuse]]
 
[[Category:Commands|Fuse]]
 
[[Category:Editing Module|Fuse]]
 
[[Category:Editing Module|Fuse]]

Revision as of 15:22, 6 August 2015

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 reasonable 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, Remove_picked