Chimeraにおいてselectコマンドは強化され、現在2種類の機能を持っています。 新機能はselectionで、従来からある機能は動作を有効化する機能になります。
Selection
使い方:
select
原子表記
使い方:
~select
原子表記
使い方:
select [ up | down | invert | invert sel ]
selectコマンドでは原子や表面モデルの選択が行えます。 原子表記によって、あらゆる種類の原子(atom)や表面を組み合わせた指定ができます。また何も指定しないと全体を指定したことになります。 "select 原子表記"コマンドにより既存の選択範囲がどのように変化するのかは選択モードによって変わります。 ~Selectコマンドの場合、選択モードに関係なく指定した原子が選択範囲から除去されます。
Keyword arguments:
- up - broaden the selection
- down - narrow the selection
- invert - invert the selection within all models, like Select... Invert (all models) in the menu
- invert sel - invert the selection within models containing selections only, like Select... Invert (selected models) in the menu
select #1- select all atoms and bonds in model 1
~select :/isHelix- deselect any atoms in amino acid residues in helices
See also: namesel, zonesel, arrow key shortcuts
Activation for Motion
使い方:
select [ all | model_number(s) ]
使い方:
~select [ all | model_number(s) ]
The original function of select is indicated by use of the keyword all or the absence of a pound sign # before model_number(s). This function, now usually called activation, is to control whether a model can be moved with the mouse. Activation/deactivation allows manually moving one model relative to another. The activation status of models can also be controlled using the Model Panel or checkboxes under the Command Line.
The model_number(s) argument should be one or more model numbers or ranges separated by commas, not preceded by #. The keyword all indicates that all models should be activated. ~Select all will then revert to the previous activation state. This feature is convenient for switching back and forth between moving models relative to one another and global motion of all models.
Examples:
select 1,5-8- activate models 1 and 5 through 8 for motion
See also: split, movie-related commands