Distances set: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
m (1 revision)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
''Set properties of distance restraints''
= distances_set =
     
== Parameters ==


== Parameters ==
; selection=''string'': (default: ''none'')
 
; bound=''string'': (default: ''none'')
'''selection='''''string''
; weight=''string'': (default: ''none'')
: Distance restraint selection (default: -)
; confine=''string'': (default: ''none'')
 
bound=''string'': Distance bound (default: -)
 
weight=''string'': weight for distance restraint (default: -)
 
confine=''string'': maximal violation for violation confinement (default: -)
 
; selection=''string'': Distance restraint selection (default: -)
; bound=''string'': Distance bound (default: -)
; weight=''string'': weight for distance restraint (default: -)
; confine=''string'': maximal violation for violation confinement (default: -)


== Description ==
== Description ==
Line 26: Line 17:
Properties that can be set:
Properties that can be set:


* '''bound''': distance bound, given in Ångstrom
* bound     distance bound, given in Angstrom
* '''weight''': relative weight
* weight     relative weight
* '''confine''': confinement limit for violation confinement, given in Ångstrom
* confine   confinement limit for violation confinement, given in Angstrom


The value of '''bound''' parameter can be an arbitrary real expression that
The value of '''bound''' parameter can be an arbitrary real expression that
may contain the symbols 'distance', 'distdev', 'distmin', and 'distmax'
may contain the symbols '''distance''', '''distdev''', '''distmin''', and '''distmax'''
to denote, respectively, the average value, the standard deviation,
to denote, respectively, the average value, the standard deviation,
the minimal value, and the the maximal value of the corresponding
the minimal value, and the the maximal value of the corresponding
distance in the selected structures.
distance in the selected structures.
== Examples ==
* Increase the distance bound of all distance restraints by 0.2 Å:
  distances set * bound=bound+0.2
* Set the relative weight of all distance restraints between SG atoms to 5.0:
  distances set "SG, SG" weight=5.0

Latest revision as of 20:18, 28 January 2009

distances_set

Parameters

selection=string
(default: none)
bound=string
(default: none)
weight=string
(default: none)
confine=string
(default: none)

Description

This command sets properties of the distance restraints that match the selection string. By default, the selection made in the most recent distances select command is used, or all distance restraints if no selection has been made so far.

Properties that can be set:

  • bound distance bound, given in Angstrom
  • weight relative weight
  • confine confinement limit for violation confinement, given in Angstrom

The value of bound parameter can be an arbitrary real expression that may contain the symbols distance, distdev, distmin, and distmax to denote, respectively, the average value, the standard deviation, the minimal value, and the the maximal value of the corresponding distance in the selected structures.