Select

From PyMOLWiki
Revision as of 00:49, 23 February 2005 by Tree (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

  'help selections' for more information about selections.