This is a read-only mirror of pymolwiki.org

Difference between revisions of "Rms"

From PyMOL Wiki
Jump to navigation Jump to search
 
m
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
"rms" computes a RMS fit between two atom selections, but does not
+
[[Rms]] computes a RMS fit between two atom selections, but does not tranform the models after performing the fit.
tranform the models after performing the fit.
 
  
 
===USAGE===
 
===USAGE===
rms (selection), (target-selection)
+
<source lang="python">
 +
rms (selection), (target-selection)
 +
</source>
 +
===EXAMPLES===
 +
<source lang="python">
 +
fit ( mutant and name ca ), ( wildtype and name ca )
 +
</source>
  
===EXAMPLES===
+
===USER COMMENTS===
fit ( mutant and name ca ), ( wildtype and name ca )
+
See [[Intra_Rms]] for selection caveats for this group of commands.
  
 
===SEE ALSO===
 
===SEE ALSO===
[[Cmd fit|fit]], [[Cmd rms_cur|rms_cur]], [[Cmd intra_fit|intra_fit]], [[Cmd intra_rms|intra_rms]], [[Cmd intra_rms_cur|intra_rms_cur]], [[Cmd pair_fit|pair_fit]]
+
[[Fit]], [[Rms_Cur]], [[Intra_Fit]], [[Intra_Rms]], [[Intra_Rms_Cur]], [[Pair_Fit]]
  
[[Category:Commands|rms]]
+
[[Category:Commands|Rms]]
 +
[[Category:Structure_Alignment|Rms]]

Revision as of 14:23, 20 June 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