JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for CCP4BB Archives


CCP4BB Archives

CCP4BB Archives


CCP4BB@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

CCP4BB Home

CCP4BB Home

CCP4BB  January 2015

CCP4BB January 2015

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: Bulk solvent

From:

James Holton <[log in to unmask]>

Reply-To:

James Holton <[log in to unmask]>

Date:

Mon, 12 Jan 2015 10:45:28 -0800

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (157 lines)

Yes, you can provide your own bulk solvent model as a "partial 
structure" to REFMAC.
http://www.ysbl.york.ac.uk/~garib/refmac/docs/keywords/xray-principal.html#labin_fparti_phiparti
http://www.ysbl.york.ac.uk/~garib/refmac/docs/keywords/xray-general.html#scpa
http://www.ysbl.york.ac.uk/~garib/refmac/docs/keywords/xray-principal.html#solv

Once you have an electron density map for the bulk solvent that you are 
happy with, use the CCP4 program SFALL to convert that map into 
structure factors:

sfall mapin my_better_solvent.map hklout my_better_solvent.mtz << EOF
mode sfcalc mapin
EOF

  SFALL will output FC and PHIC, but since these names are sort of 
"taken" inside of REFMAC, you may want to re-name them to be Fsolv and 
PHIsolv using CAD.  While you are at it, you might as well combine Fsolv 
PHIsolv with your input MTZ file (the one that contains your observed 
data.  REFMAC only takes one input MTZ file.  For example:

cad hklin1 old_refme.mtz hklin2 my_better_solvent.mtz hklout 
new_refme.mtz << EOF
labin file 1 E1=FP E2=SIGFP E3=FreeR_flag
labin file 2 E1=FC E2=PHIC
labou file 2 E1=Fsolv E2=PHIsolv
scale file 2 1 0
EOF

Next, you want to alert REFMAC to the "partial structure" you are 
providing.  Do this by assigning them to FPART1 and PHIP1.  My input 
usually looks like this:

refmac5 hklin new_Refme.mtz xyzin best_model_yet.pdb hklout 
refmacout.mtz xyzout refmacout.pdb <<  EOF
LABIN FP=FP SIGFP=SIGFP FREE=FreeR_flag FPART1=Fsolv PHIP1=PHIsolv
SCPART 1
SOLVENT NO
EOF

The "SCPART 1" is required if you want REFMAC to refine a scale and B 
factor for your bulk solvent like it does with the bulk solvent it makes 
automatically.  If the map you input into SFALL used "1" to define a 
"solvent" map voxel and "0" to define vacuum, then the "scale factor" 
you will find under "Partial structure 1: scale" in the refmac output 
log will be your refined bulk solvent electron density (k_sol), which 
has units of electrons/Angstrom^3.

Note that I am using "SOLVENT NO" in the above example to turn off the 
"built-in" bulk solvent model.  If you don't do this, REFMAC will make 
its own bulk solvent as usual, but refine it as an additional partial 
structure.  Then you will have two bulk solvent masks!   REFMAC actually 
supports multiple partial structures (up to four, I think), but my 
experience with this is that it gets unstable rather quickly.

That's the mechanics of it anyway.  It is a pity that phenix.refine 
doesn't support external partial structures like this, but perhaps it 
will soon.

One thing to beware is that MSKOUT may or may not be on any particular 
scale.  If you want to actually recover the "refined" bulk solvent map, 
you need to first re-scale the mskout.map so that it ranges from 0 to 1 
in value (check this with MAPDUMP), before you feed it to SFALL.  Then, 
during the CAD step above apply an appropriate scale and B factor to 
Fsolv using "SCALE FILE 1":
http://www.ccp4.ac.uk/html/cad.html#scale
You will find appropriate scale and B factor values printed out on the 
last "Partial structure   1:" entry in your last refmac log.


Now, of course, you have the finer detail problem of what, exactly, to 
do to the "default" bulk solvent mask to make it better.   Simply adding 
the Fo-Fc map is not only cheating; it doesn't work!  By default, the 
Fo-Fc map does not contain structure factors flagged as part of the FREE 
set.  So, if you "edit" your bulk solvent by adding Fo-Fc, you will 
immediately get an Rwork of zero, but will see no change to Rfree.  This 
is because all the "free" structure factors used to make the Fo-Fc map 
were zero.

Finding some way to "transfer" information from the differences in the 
working set into the free set is challenging, and indeed this is the 
central problem of model building.

-James Holton
MAD Scientist

On 1/11/2015 11:05 AM, Alastair Fyfe wrote:
> A related/follow-on question, hopefully on the same topic:
>
> When mask-based solvent modeling leads to problems caused by 
> calculation of an inappropriate mask (eg inclusion of disordered loops 
> or inaccessible pockets as bulk-solvent volume) it seems that a 
> feasible workaround is to (a) output the calculated mask via MSKOUT 
> (b) edit it to remove spurious regions (c) calculate partial structure 
> factors for the new solvent region using refmac's previous kSol, bSol 
> estimates (d)  include the partial structure factors in a second round 
> of refinement by specifying "SOLVENT NO", FPART and SCPART.
>
> However, this does not re-calculate kSol and bSol to reflect the 
> modified mask. Is there a way to simply supply the mask to be used 
> rather than have refmac calculate it ?
> Thanks,
> Alastair Fyfe
>
>
> On 01/11/2015 08:04 AM, Eleanor Dodson wrote:
>> Yes. If the model is incomplete it is obviously not sensible to use the
>> mask based solvent - you will tend to lose the unmodelled features. 
>> It also
>> gives unrealistically low R factors for a crystal with high solvent
>> content. However the best test would be to analyse maps and try to 
>> decide
>> if & when the different procedures work best.. A project for a student
>> dissertation perhaps??
>>    Eleanor
>>
>> On 9 January 2015 at 20:13, Roberts, Sue A - (suer) 
>> <[log in to unmask]>
>> wrote:
>>
>>> I always try both methods - usually there is little difference.  
>>> However,
>>>
>>> For CueO (multicopper oxidase) where there are about  25 disordered
>>> (unseen) residues in a loop,  using Babinet scaling instead of the 
>>> default
>>> refmac scaling reduced the R factors by about 2% (both R and Rfree) and
>>> improved the quality of the maps substantially.
>>>
>>>  From Dirk's comment, I'd guess this is because the mask-based solvent
>>> model is putting solvent where there is (disordered) protein, which is
>>> different from real bulk solvent.
>>>
>>> Sue
>>>
>>> Dr. Sue A. Roberts
>>> Dept. of Chemistry and Biochemistry
>>> University of Arizona
>>> 1306 E. University Blvd,  Tucson, AZ 85721
>>> Phone: 520 621 4168
>>> [log in to unmask]
>>>
>>>
>>>
>>> -----Original Message-----
>>> From: CCP4 bulletin board [mailto:[log in to unmask]] On Behalf Of
>>> Armando Albert
>>> Sent: Friday, January 09, 2015 12:56 AM
>>> To: [log in to unmask]
>>> Subject: [ccp4bb] Bulk solvent
>>>
>>> Dear all,
>>> Is there any reason for using Babinet scaling for bulk solvent 
>>> correction
>>> instead of mask based scaling?
>>> Armando
>>>

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager