<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Xfit</id>
	<title>Xfit - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Xfit"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Xfit&amp;action=history"/>
	<updated>2026-05-08T11:05:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Xfit&amp;diff=14159&amp;oldid=prev</id>
		<title>Cchem: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Xfit&amp;diff=14159&amp;oldid=prev"/>
		<updated>2017-11-13T03:27:09Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 03:27, 13 November 2017&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Cchem</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Xfit&amp;diff=14158&amp;oldid=prev</id>
		<title>Speleo3: created</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Xfit&amp;diff=14158&amp;oldid=prev"/>
		<updated>2017-10-19T09:20:44Z</updated>

		<summary type="html">&lt;p&gt;created&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox psico&lt;br /&gt;
|module    =  psico.fitting&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[xfit]] does a weighted superposition of two structures. The weights are estimated with maximum likelihood.&lt;br /&gt;
&lt;br /&gt;
This typically gives better looking superpositions than the [[align]] command, which does simple outlier rejection (equivalent to weight=0 on the rejected atoms, and weight=1 on the included atoms).&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
[[xfit]] is available from the [[psico]] package and requires [https://github.com/csb-toolbox/CSB CSB].&lt;br /&gt;
&lt;br /&gt;
All dependencies are available from [https://anaconda.org Anaconda Cloud]:&lt;br /&gt;
&lt;br /&gt;
 conda install -c schrodinger pymol&lt;br /&gt;
 conda install -c schrodinger pymol-psico&lt;br /&gt;
 conda install -c speleo3 csb&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
 xfit mobile, target [, mobile_state [, target_state [, load_b&lt;br /&gt;
     [, cycles [, match [, guide [, seed ]]]]]]]&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
* '''mobile''' = string: atom selection&lt;br /&gt;
* '''target''' = string: atom selection&lt;br /&gt;
* '''mobile_state''' = int: object state of mobile selection {default: current}&lt;br /&gt;
* '''target_state''' = int: object state of target selection {default: current}&lt;br /&gt;
* '''load_b''' = 0 or 1: save -log(weights) into B-factor column {default: 0}&lt;br /&gt;
* '''cycles''' = int: number of weight refinement cycles {default: 10}&lt;br /&gt;
* '''match''' = align or super: alignment method {default: align}&lt;br /&gt;
* '''guide''' = 0 or 1: use only CA-atoms (protein) or C4' (nucleic acid) {default: 1}&lt;br /&gt;
* '''seed''' = 0 or 1: use initial weights from current positions {default: 0}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
 import psico.fitting&lt;br /&gt;
 fetch 4akeA 1akeA, async=0&lt;br /&gt;
 &lt;br /&gt;
 xfit 4akeA, 1akeA, load_b=1&lt;br /&gt;
 &lt;br /&gt;
 spectrum b, blue_white_red, 4akeA &amp;amp; guide&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[intra_xfit]]&lt;br /&gt;
* [[align]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Script Library]]&lt;br /&gt;
[[Category:Structural_Biology_Scripts]]&lt;/div&gt;</summary>
		<author><name>Speleo3</name></author>
	</entry>
</feed>