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  June 2015

CCP4BB June 2015

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: PyMOL v. Coot map 'level'

From:

Thomas Holder <[log in to unmask]>

Reply-To:

Thomas Holder <[log in to unmask]>

Date:

Fri, 5 Jun 2015 12:21:55 -0400

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (124 lines)

Hi Emilia and Steven,

(re-posting after accidentally replying to the coot mailing list)

After off-list discussion with Steven, I updated:
http://pymolwiki.org/index.php/Normalize_ccp4_maps

If the goal is to match the display in Coot, this is what I would do:

# load map into PyMOL but don't normalize
set normalize_ccp4_maps, off
load yourmap.ccp4
load yourpdb.pdb

# create a mesh which matches Coot's "level = 0.3462e/A^3 ( 1.00rmsd)"
isomesh mesh, yourmap, 0.3462, (yourpdb)

PyMOL extends the map based on the symmetry information from the selection in the 4th argument. No need to create an extended map with MAPMASK as long as "yourpdb.pdb" has symmetry information. Same is true if the map came from an MTZ file.

I also updated http://pymolwiki.org/index.php/Display_CCP4_Maps and changed "cover 'all atoms in PDB file'" to "cover 'asymmetric unit'". That way PyMOL's normalization should be identical to Coot's.

Regarding the question "What does PyMOL's "1.0" mean in electrons/A^3?": After normalization (with normalize_ccp4_maps=on) PyMOL doesn't know about the original values anymore. I assume Coot takes the original values from the file as e/A^3, so if you don't normalize in PyMOL, you'll get e/A^3.

Hope that helps.

Cheers,
 Thomas

On 05 Jun 2015, at 01:36, Emilia C. Arturo (Emily) <[log in to unmask]> wrote:

> Thomas,
>  
> I tried to figure out the PyMOL vs. Coot normalization discrepancy a while ago. As far as I remember, PyMOL normalizes on the raw data array, while Coot normalizes across the unit cell. So if the data doesn't exactly cover the cell, the results might be different.
> 
> I posted the same question to the Coot mailing list (the thread can be found here: https://goo.gl/YjVtTu) , and got the following reply from Paul Emsley; I highlight the questions that I think you could best answer, with '***':
> 
> "[ ...]
> I suspect that the issue is related to different answers to "the rmsd of what?"
> 
> In Coot, we use all the grid points in the asymmetric unit - other programs make a selection of grid points around the protein (and therefore have less solvent).
> 
> More solvent means lower rmsd. If one then contours in n-rmsd levels, then absolute level used in Coot will be lower - and thus seem to be noisier (perhaps).  I suppose that if you want comparable levels from the same map/mtz file then you should use absolute levels, not rmsd. ***What does PyMOL's "1.0" mean in electrons/A^3?***
> 
> Regards,
> 
> Paul."
> 
> Regards,
> Emily.
> 
> 
> On 01 Jun 2015, at 11:37, Emilia C. Arturo (Emily) <[log in to unmask]> wrote:
> >    One cannot understand what is going on without knowing how this map
> > was calculated.  Maps calculated by the Electron Density Server have
> > density in units of electron/A^3 if I recall, or at least its best
> > effort to do so.
> >
> > This is what I was looking for! (i.e. what the units are) Thanks. :-)
> > Yes, I'd downloaded the 2mFo-DFc map from the EDS, and got the same Coot v. PyMOL discrepancy whether or not I turned off the PyMOL map normalization feature.
> >
> >    If you load the same map into Pymol and ask it to normalize the
> > density values you should set your contour level to Coot's rmsd level.
> >  If you don't normalize you should use Coot's e/A^3 level.  It is
> > quite possible that they could differ by a factor of two.
> >
> > This was exactly the case. The map e/A^3 level (not the rmsd level) in Coot matched very well, visually, the map 'level' in PyMOL; they were roughly off by a factor of 2.
> >
> > I did end up also generating a 2mFo-DFc map using phenix, which fetched the structure factors of the model in which I was interested. The result was the same (i.e. PyMOL 'level' = Coot e/A^3 level ~ = 1/2 Coot's rmsd level) whether I used the CCP4 map downloaded from the EDS, or generated from the structure factors with phenix.
> >
> > Thanks All.
> >
> > Emily.
> >
> >
> >
> > Dale Tronrud
> >
> > On 5/29/2015 1:15 PM, Emilia C. Arturo (Emily) wrote:
> > > Hello. I am struggling with an old question--old because I've found
> > > several discussions and wiki bits on this topic, e.g. on the PyMOL
> > > mailing list
> > > (http://sourceforge.net/p/pymol/mailman/message/26496806/ and
> > > http://www.pymolwiki.org/index.php/Display_CCP4_Maps), but the
> > > suggestions about how to fix the problem are not working for me,
> > > and I cannot figure out why. Perhaps someone here can help:
> > >
> > > I'd like to display (for beauty's sake) a selection of a model with
> > > the map about this selection. I've fetched the model from the PDB,
> > > downloaded its 2mFo-DFc CCP4 map, loaded both the map and model
> > > into both PyMOL (student version) and Coot (0.8.2-pre EL (revision
> > > 5592)), and decided that I would use PyMOL to make the figure. I
> > > notice, though, that the map 'level' in PyMOL is not equivalent to
> > > the rmsd level in Coot, even when I set normalization off in PyMOL.
> > > I expected that a 1.0 rmsd level in Coot would look identical to a
> > > 1.0 level in PyMOL, but it does not; rather, a 1.0 rmsd level in
> > > Coot looks more like a 0.5 level in PyMOL. Does anyone have insight
> > > they could share about the difference between how Coot and PyMOL
> > > loads maps? Maybe the PyMOL 'level' is not a rmsd? is there some
> > > other normalization factor in PyMOL that I should set? Or, perhaps
> > > there is a mailing list post out there that I've missed, to which
> > > you could point me. :-)
> > >
> > > Alternatively, does anyone have instructions on how to use Coot to
> > > do what I'm trying to do in PyMOL? In PyMOL I displayed the mesh of
> > > the 2Fo-Fc map, contoured at "1.0" about a 3-residue-long
> > > 'selection' like so: isomesh map, My_2Fo-Fc.map, 1.0, selection,
> > > carve=2.0, and after hiding everything but the selection, I have a
> > > nice picture ... but with a map at a level I cannot interpret in
> > > PyMOL relative to Coot :-/
> > >
> > > Regards, Emily.
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v2.0.22 (MingW32)
> >
> > iEYEARECAAYFAlVo1L4ACgkQU5C0gGfAG10YkwCfROYPVXBK/pDS4z/zi5MNY1D+
> > nHIAnjOFiAkb6JbuIGWRWkBFDG5Xgc2K
> > =hrPT
> > -----END PGP SIGNATURE-----

-- 
Thomas Holder
PyMOL Principal Developer
Schrödinger, Inc.

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