Select

From PyMOLWiki
Revision as of 14:34, 29 January 2006 by Inchoate (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

DESCRIPTION

select creates a named selection from an atom selection.

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 )

NOTES

Type help selections for more information about selections.