Difference between revisions of "Rms"

From PyMOLWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
'''rms''' computes a RMS fit between two atom selections, but does not tranform the models after performing the fit.
+
[[Rms]] computes a RMS fit between two atom selections, but does not tranform the models after performing the fit.
  
 
===USAGE===
 
===USAGE===
rms (selection), (target-selection)
+
<source lang="python">
 
+
rms (selection), (target-selection)
 +
</source>
 
===EXAMPLES===
 
===EXAMPLES===
fit ( mutant and name ca ), ( wildtype and name ca )
+
<source lang="python">
 +
fit ( mutant and name ca ), ( wildtype and name ca )
 +
</source>
  
 
===USER COMMENTS===
 
===USER COMMENTS===
Line 15: Line 18:
  
 
[[Category:Commands|rms]]
 
[[Category:Commands|rms]]
 +
[[Category:Structure_Alignment]]

Revision as of 18:24, 17 April 2009

DESCRIPTION

Rms computes a RMS fit between two atom selections, but does not tranform the models after performing the fit.

USAGE

rms (selection), (target-selection)

EXAMPLES

fit ( mutant and name ca ), ( wildtype and name ca )

USER COMMENTS

See Intra_Rms for selection caveats for this group of commands.

SEE ALSO

Fit, Rms_Cur, Intra_Fit, Intra_Rms, Intra_Rms_Cur, Pair_Fit