Single Atom Molecular Replacement

From Phaserwiki
Revision as of 15:42, 11 November 2014 by Airlie (talk | contribs) (Created page with '<div style="margin-left: 25px; float: right;">__TOC__</div> Single Atom Molecular Replacement (SAMR) with Phaser combines the MR and SAD phasing modes to solve high resolution s…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Single Atom Molecular Replacement (SAMR) with Phaser combines the MR and SAD phasing modes to solve high resolution structures. Firstly, single atoms are used for MR in the MR_AUTO mode. Then log-likelihood gradient completion is performed with EP_AUTO. The anomalous differences are not used in this step, only the mean structure factors. These two functionalities are wrapped in the MR_ATOM mode of phaser.

SAMR is called from the phaser executable with the MR_ATOM mode

MODE MR_ATOM

SAMR is called from the python interface with the runMR_ATOM function

 ResultEP r = runMR_ATOM(i=InputMR_ATOM)