This is a read-only mirror of pymolwiki.org
Difference between revisions of "Select"
Jump to navigation
Jump to search
m (10 revisions) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
'''select''' creates a named selection from an atom selection. Selections are one of the most powerful aspects of PyMOL and learning to use selections well is paramount to quickly achieving your goals in PyMOL. | '''select''' creates a named selection from an atom selection. Selections are one of the most powerful aspects of PyMOL and learning to use selections well is paramount to quickly achieving your goals in PyMOL. | ||
Revision as of 03:49, 28 March 2014
select creates a named selection from an atom selection. Selections are one of the most powerful aspects of PyMOL and learning to use selections well is paramount to quickly achieving your goals in PyMOL.
USAGE
select (selection) select name, (selection) select name = (selection) # (DEPRECATED)
PYMOL API
cmd.select(string name, string selection)
EXAMPLES
select near , (ll expand 8) select near , (ll expand 8) select bb, (name ca,n,c,o )
cmd.select("%s_%s"%(prefix,stretch), "none")
NOTES
Type help selections for more information about selections.