Difference between revisions of "Remove"

From PyMOLWiki
Jump to navigation Jump to search
m
Line 14: Line 14:
 
   
 
   
 
===SEE ALSO===
 
===SEE ALSO===
[[Cmd delete]]]
+
[[Delete]]
 
   
 
   
 
[[Category:Commands|remove]]
 
[[Category:Commands|remove]]

Revision as of 06:23, 20 December 2005

DESCRIPTION

remove eleminates a selection of atoms from models.

USAGE

remove (selection)

PYMOL API

cmd.remove( string selection )

EXAMPLES

remove ( resi 124 )

SEE ALSO

Delete