This is a read-only mirror of pymolwiki.org

Intra rms

From PyMOL Wiki
Revision as of 22:42, 5 January 2012 by Speleo3 (talk | contribs) (remove example (it did not work properly and was actually not an intra_rms example...))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

intra_rms calculates rms fit values for all states of an object over an atom selection relative to the indicated state. Coordinates are left unchanged. The rms values are returned as a python array.

PYMOL API

cmd.intra_rms( string selection, int state)

PYTHON EXAMPLE

from pymol import cmd
rms = cmd.intra_rms("(name ca)",1)

SEE ALSO

Fit, Rms, Rms_Cur, Intra_Fit, Intra_Rms_Cur, Pair_Fit