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  August 2008

CCP4BB August 2008

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: Wilson plot from truncated.mtz

From:

Phil Evans <[log in to unmask]>

Reply-To:

Phil Evans <[log in to unmask]>

Date:

Sun, 24 Aug 2008 20:08:00 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (364 lines)

You're right. The smoothed <I> is used for the Truncate procedure,  
though it is difficult in the very low resolution bins. Also it  
doesn't allow for pseudo-translations, which it should.

As you say, the linear fit is only used to put data on a very rough  
absolute scale. This isn't necessary, but it doesn't hurt

There's no reason why truncate shouldn't give a "best" estimate of |F| 
^2 but I'm not sure why you would want this. I would think that  
refinement is better done against the measured I, which may be  
slightly negative

Phil


On 24 Aug 2008, at 19:23, Ian Tickle wrote:

>
> Phil
>
> OK I admit I didn't delve very deeply into the code, but looking at  
> the
> printer output it obviously does do a linear fit to the Wilson plot to
> get an overall B & scale.  However, looking at the man page (if all  
> else
> fails read the documentation!) I see that it does say that this is  
> only
> used to put the data on an approximately absolute scale.  This is
> unnecessary of course - absolutely scaled data isn't needed for HA
> phasing & MR, and the refinement will give a much more accurate scale
> factor anyway.
>
> Thanks for the info.
>
> Cheers
>
> -- Ian
>
>> -----Original Message-----
>> From: [log in to unmask]
>> [mailto:[log in to unmask]] On Behalf Of Phil Evans
>> Sent: 23 August 2008 08:09
>> To: [log in to unmask]
>> Subject: Re: [ccp4bb] Wilson plot from truncated.mtz
>>
>> Actually Truncate (& ctruncate) do use a smoothed <I> in resolution
>> shell (using a spline fit), not a linear Wilson plot
>>
>> Phil
>>
>>
>>
>> On 22 Aug 2008, at 20:30, Ian Tickle wrote:
>>
>>> This indeed raises the question of whether the assumed Wilson
>>> distribution is valid, and it's another point I was in fact going to
>>> bring up.  As presently constructed, Truncate fits a
>> straight line to
>>> the Wilson plot (based on Imeas) in order to determine the overall
>>> scale
>>> & B, but to avoid the problem that the low res data for a typical
>>> protein deviates markedly from the theoretical distribution, it uses
>>> resolution limits determined by the RSCALE option.
>> According to the
>>> man
>>> page, the low resolution limit is by default set to 4 Ang
>> if the high
>>> res limit is higher than 3.5 Ang.  This usually means that the
>>> straight
>>> line fit is good for the high res data, but very poor for
>> the low res
>>> data, but at least this means that the assumed distribution
>> is valid
>>> at
>>> high res where most of the weak data (i.e. the data most
>> affected by
>>> the
>>> Bayes correction) is located, but not valid for any weak
>> data at low
>>> res
>>> (there will obviously be some).  As you point out translational NCS
>>> invalidates these assumptions since the form of the distribution
>>> changes, but then probably only a few % of structures
>> suffer from this
>>> type of NCS.
>>>
>>> A better way to deal with this would surely be to forget about the
>>> Wilson plot and simply determine the average I in resolution shells,
>>> with perhaps spline interpolation between the bin means (this is
>>> actually the 'k-curve' method for determining E's, attributed
>>> originally
>>> to Karle & Hauptman I believe).  There would still be an
>> assumption of
>>> the Wilson distribution but now only within the bins, i.e.
>> the Wilson
>>> distribution parameter would vary with resolution, when
>> previously it
>>> was a single number independent of resolution.  I think
>> this would go
>>> some way towards addressing your objections.
>>>
>>> In fact my prog ECALC already uses the k-curve method to
>> determine E's
>>> and it would probably not be too much work to have it
>> optionally read
>>> the IMEAN column, perform the Bayes probability integrals and output
>>> both <F> and <F^2> (also <E> & <E^2> as now).  However I've no idea
>>> whether my iteration idea for re-using the <F^2> values for the k-
>>> curve
>>> will work - it may well diverge!
>>>
>>> Cheers
>>>
>>> -- Ian
>>>
>>>> -----Original Message-----
>>>> From: [log in to unmask]
>>>> [mailto:[log in to unmask]] On Behalf Of George
>> M. Sheldrick
>>>> Sent: 22 August 2008 18:57
>>>> To: [log in to unmask]
>>>> Subject: Re: [ccp4bb] Wilson plot from truncated.mtz
>>>>
>>>> In addition to Ian's circular argument, there is the problem that
>>>> the assumed distribution is only approximately valid, indeed in the
>>>> presence of (translational) NCS it could well be a poor
>>>> approximation.
>>>> Refinement against suitably weighted measured intensities
>>>> (which may of
>>>> course be slightly negative because of experimental errors)
>>>> avoids this
>>>> problem but we still need F(obs) (and hence TRUNCATE) to
>>>> calculate a map.
>>>>
>>>> George
>>>>
>>>> Prof. George M. Sheldrick FRS
>>>> Dept. Structural Chemistry,
>>>> University of Goettingen,
>>>> Tammannstr. 4,
>>>> D37077 Goettingen, Germany
>>>> Tel. +49-551-39-3021 or -3068
>>>> Fax. +49-551-39-22582
>>>>
>>>>
>>>> On Fri, 22 Aug 2008, Ian Tickle wrote:
>>>>
>>>>> This goes back to the issue I was raising, namely that
>>>> <F>^2 (from the
>>>>> Truncate output mtz F column) is not the same as Imeas
>> (in the IMEAN
>>>>> column) so you won't get exactly the same results from the
>>>> Wilson plot,
>>>>> particularly at high res where the average I/sigma is low.
>>>> Since the
>>>>> plot actually demands F^2 then it seems to me that
>>>> logically you need to
>>>>> use <F^2> which AFAICS is not possible using Truncate
>> since it never
>>>>> calculates that.
>>>>>
>>>>> This gets you into a circular argument because you need
>> the correct
>>>>> Wilson plot results in order to perform the Bayes
>> correction to the
>>>>> intensities (i.e. it gives you the prior distribution parameter),
>>>>> however you need the Bayes-corrected intensities to
>>>> correctly calculate
>>>>> the Wilson plot!  Possibly iterating (from the initial Wilson plot
>>>>> results calculated using Imeas) will sort this out.
>>>>>
>>>>> Also referring to an earlier response by Phil, Truncate
>>>> clearly outputs
>>>>> the scaled Imeas, not <F^2>, in the IMEAN column as I had
>> originally
>>>>> assumed, since the column has a -ve min value from mtzdump
>>>> (<F^2> can
>>>>> never be < 0), and logically it's <F^2> not Imeas or <F>
>>>> that you need
>>>>> for applications (such as MR and F^2 based refinement)
>>>> which demand F^2.
>>>>>
>>>>> Cheers
>>>>>
>>>>> -- Ian
>>>>>
>>>>>> -----Original Message-----
>>>>>> From: [log in to unmask]
>>>>>> [mailto:[log in to unmask]] On Behalf Of Eleanor Dodson
>>>>>> Sent: 22 August 2008 14:16
>>>>>> To: [log in to unmask]
>>>>>> Cc: [log in to unmask]; [log in to unmask]
>>>>>> Subject: Re: Wilson plot from truncated.mtz
>>>>>>
>>>>>> rerun truncate with input amplitudes..
>>>>>> eleanor
>>>>>>
>>>>>> James Pauff wrote:
>>>>>>> If I've lost my SCALA MTZ, and have only the truncated.mtz
>>>>>> for my dataset, which program is the quickest means of
>>>>>> obtaining a Wilson plot?
>>>>>>>
>>>>>>> Thank you again,
>>>>>>> Jim
>>>>>>>
>>>>>>>
>>>>>>> --- On Wed, 8/20/08, Eleanor Dodson
>>>> <[log in to unmask]> wrote:
>>>>>>>
>>>>>>>
>>>>>>>> From: Eleanor Dodson <[log in to unmask]>
>>>>>>>> Subject: Re: [ccp4bb] Lower completeness, decent R
>>>>>> factors, but low B factor...
>>>>>>>> To: [log in to unmask]
>>>>>>>> Date: Wednesday, August 20, 2008, 4:30 AM
>>>>>>>> James Pauff wrote:
>>>>>>>>
>>>>>>>>> Hello all,
>>>>>>>>>
>>>>>>>>> I have a refined structure at 2.6 angstroms that at
>>>>>>>>>
>>>>>>>> about 73% completeness at this resolution.  The I/sigma is
>>>>>>>> about 2.0 at 2.6 angstroms, and the omit density for my
>>>>>>>> ligands is great contoured at 3.0sigma.  My Rcryst is 19 or
>>>>>>>> so and the Rfree is 24.5 or so.
>>>>>>>>
>>>>>>>>> HOWEVER, my mean B value is 13.9, whereas my other 2
>>>>>>>>>
>>>>>>>> structures (at 2.2 and 2.3 angstroms, same protein, >95%
>>>>>>>> completeness) have mean B values of 22+.  Any suggestions as
>>>>>>>> to what is going on here?  I'm having trouble explaining
>>>>>>>> this.
>>>>>>>>
>>>>>>>>> Thank you,
>>>>>>>>> Jim
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>> Have you used TLS - listed B factors will then be given
>>>>>>>> relative to the
>>>>>>>> TLS parameters. You need to run tLSANL to get a more
>>>>>>>> realistic value.
>>>>>>>> Eleanor
>>>>>>>>
>>>>>>>>
>>>>>>>> But in fact temperature factors are rather harder to
>>>>>>>> estimate at lower
>>>>>>>> resolutions than higher. Look at your <Fo> and
>>>>>>>> <Fc> curves v resolution
>>>>>>>> ( part of a REFMAC loggraph) and you can see that sometimes
>>>>>>>> the overall
>>>>>>>> scaling struggles to get a reasonable fit..
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> Disclaimer
>>>>> This communication is confidential and may contain
>>>> privileged information intended solely for the named
>>>> addressee(s). It may not be used or disclosed except for the
>>>> purpose for which it has been sent. If you are not the
>>>> intended recipient you must not review, use, disclose, copy,
>>>> distribute or take any action in reliance upon it. If you
>>>> have received this communication in error, please notify
>>>> Astex Therapeutics Ltd by emailing
>>>> [log in to unmask] and destroy all copies of the
>>>> message and any attached documents.
>>>>> Astex Therapeutics Ltd monitors, controls and protects all
>>>> its messaging traffic in compliance with its corporate email
>>>> policy. The Company accepts no liability or responsibility
>>>> for any onward transmission or use of emails and attachments
>>>> having left the Astex Therapeutics domain.  Unless expressly
>>>> stated, opinions in this message are those of the individual
>>>> sender and not of Astex Therapeutics Ltd. The recipient
>>>> should check this email and any attachments for the presence
>>>> of computer viruses. Astex Therapeutics Ltd accepts no
>>>> liability for damage caused by any virus transmitted by this
>>>> email. E-mail is susceptible to data corruption,
>>>> interception, unauthorized amendment, and tampering, Astex
>>>> Therapeutics Ltd only send and receive e-mails on the basis
>>>> that the Company is not liable for any such alteration or any
>>>> consequences thereof.
>>>>> Astex Therapeutics Ltd., Registered in England at 436
>>>> Cambridge Science Park, Cambridge CB4 0QA under number 3751674
>>>>>
>>>>
>>>>
>>>
>>>
>>> Disclaimer
>>> This communication is confidential and may contain privileged
>>> information intended solely for the named addressee(s). It may not
>>> be used or disclosed except for the purpose for which it has been
>>> sent. If you are not the intended recipient you must not review,
>>> use, disclose, copy, distribute or take any action in
>> reliance upon
>>> it. If you have received this communication in error,
>> please notify
>>> Astex Therapeutics Ltd by emailing [log in to unmask]
>>> and destroy all copies of the message and any attached documents.
>>> Astex Therapeutics Ltd monitors, controls and protects all its
>>> messaging traffic in compliance with its corporate email
>> policy. The
>>> Company accepts no liability or responsibility for any onward
>>> transmission or use of emails and attachments having left
>> the Astex
>>> Therapeutics domain.  Unless expressly stated, opinions in this
>>> message are those of the individual sender and not of Astex
>>> Therapeutics Ltd. The recipient should check this email and any
>>> attachments for the presence of computer viruses. Astex
>> Therapeutics
>>> Ltd accepts no liability for damage caused by any virus
>> transmitted
>>> by this email. E-mail is susceptible to data corruption,
>>> interception, unauthorized amendment, and tampering, Astex
>>> Therapeutics Ltd only send and receive e-mails on the basis
>> that the
>>> Company is not liable for any such alteration or any consequences
>>> thereof.
>>> Astex Therapeutics Ltd., Registered in England at 436 Cambridge
>>> Science Park, Cambridge CB4 0QA under number 3751674
>>
>>
>
>
> Disclaimer
> This communication is confidential and may contain privileged  
> information intended solely for the named addressee(s). It may not  
> be used or disclosed except for the purpose for which it has been  
> sent. If you are not the intended recipient you must not review,  
> use, disclose, copy, distribute or take any action in reliance upon  
> it. If you have received this communication in error, please notify  
> Astex Therapeutics Ltd by emailing [log in to unmask]  
> and destroy all copies of the message and any attached documents.
> Astex Therapeutics Ltd monitors, controls and protects all its  
> messaging traffic in compliance with its corporate email policy. The  
> Company accepts no liability or responsibility for any onward  
> transmission or use of emails and attachments having left the Astex  
> Therapeutics domain.  Unless expressly stated, opinions in this  
> message are those of the individual sender and not of Astex  
> Therapeutics Ltd. The recipient should check this email and any  
> attachments for the presence of computer viruses. Astex Therapeutics  
> Ltd accepts no liability for damage caused by any virus transmitted  
> by this email. E-mail is susceptible to data corruption,  
> interception, unauthorized amendment, and tampering, Astex  
> Therapeutics Ltd only send and receive e-mails on the basis that the  
> Company is not liable for any such alteration or any consequences  
> thereof.
> Astex Therapeutics Ltd., Registered in England at 436 Cambridge  
> Science Park, Cambridge CB4 0QA under number 3751674
>
>

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