CYANA Command: atoms observable: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
Line 1: Line 1:
== Parameters ==
== Parameters ==


Line 7: Line 6:
== Description ==
== Description ==


Command to define the atoms matched by the selection ''string'' as
Select the atoms that can be observed in the peak list(s) specified by the '''list''' parameter. Assignments of NOESY peaks made by the [[CYANA Commands: assign|'''assign''']] command are restricted to such “observable” atoms. By default, the atom selection made in the most recent [[CYANA Commands: atoms select|'''atoms select''']] command is used, or all atoms if no selection has been made so far. The '''list''' parameter value is expected to be a <string> that can either denote a range of peak list indices (for example, “1..3” to choose the first three peak lists) or a name, possibly containing wildcards, that matches one or several peak list names. By default, all peak lists are selected. Initially, all atoms with an assigned chemical shift are considered as observable and will be used as possible assignments in the [[CYANA Commands: assign|'''assign''']] command.
atoms that can be observed in the peak list(s) specified by the '''list'''
 
parameter. Assignments of NOESY peaks made by the '''assign''' command are
restricted to such "observable" atom. By default, the atom selection
made in the most recent '''atoms select''' command is used, or all atoms
if no selection has been made so far. The '''list''' parameter value is
expected to be a ''string'' that can either denote a range of peak list
indices (for example, '''1..3''' to choose the first three peak lists)
or a name, possibly containing wildcards, that matches one or several
peak list names. By default, all peak lists are selected. Initially,
all atoms with an assigned chemical shift are considered as observable
and will be used as possible assignments in the '''assign''' command.


== See also ==
== See also ==


* [[assign]]
* [[CYANA Commands: assign|'''assign''']]

Revision as of 14:37, 6 August 2009

Parameters

selection=string
(default: none)
list=string
(default: none)

Description

Select the atoms that can be observed in the peak list(s) specified by the list parameter. Assignments of NOESY peaks made by the assign command are restricted to such “observable” atoms. By default, the atom selection made in the most recent atoms select command is used, or all atoms if no selection has been made so far. The list parameter value is expected to be a <string> that can either denote a range of peak list indices (for example, “1..3” to choose the first three peak lists) or a name, possibly containing wildcards, that matches one or several peak list names. By default, all peak lists are selected. Initially, all atoms with an assigned chemical shift are considered as observable and will be used as possible assignments in the assign command.


See also