Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHelical Symmetry Detection Problem #306
Comments
|
Another example: 4WYV. http://www.rcsb.org/pdb/explore/jmol.do?structureId=4WYV&bionumber=1 In this case, the point group would be D4, but the structure has an open side that breaks the symmetry. That is why the Helical detector is called instead of the Rotational detector. Two requirements could be added to determine more specifically Helical symmetry:
|
|
A note about the last case (4wyv): there is another structure of the same protein (1j1j) which does have a proper D4 without the open side. Apparently in 4wyv the difference is that they purify the protein in complex with RNA, which somehow produces an opening of the D4 (see paper). The RNA however is not seen in the density at all. |
…f" and switches to mmCif parsing accordingly.
|
With loose thresholds, these are actually OK helical examples. First, I'll show why these are decent examples, then I'll describe bugs and shortcomings as I see it with the existing implementation and visualization. 3MOP is a tricky case because the subunits have three conformations. If you believe this is helical, this can be argued as coming about from the dramatically different crystal contacts at the "head" and "tail" of the short helix fragment in the asymmetric unit. Below, the "tail" (chains A-F) is green, "body" (G-J) is purple, and the "head" (K-N) is pink. Superimposing chains A and B from the tail, we see that all subunits align fairly well to the next one up, so it does have a pseudo-helical structure with ~100 degrees between subunits. 3OQ9 contains 10 subunits, with ~140 degree rotations between sequential subunits. The chain order is CADBEJHKIL. Here are two asymmetric units stacked, which makes the axis clearer: Problems
|
|
Great analysis Aleix and Spencer. Regarding:
On Mon, Aug 10, 2015 at 8:06 AM, Spencer Bliven notifications@github.com
Peter Rose, Ph.D. |
|
I agree with @sbliven, after looking into detail at the examples they have helical symmetry. The stoichiometry and the axes' line segments were confusing in the first place. I still do not understand why the line segments are not all connected (there are discontinuities), for example in the 3MOP example subunits 6 and 7 (in the order of the helix from the bottom) are not connected, nor 10 and 11. This makes the impression that the helix is broken, or that the symmetry is not conserved between these subunits, which is not true. The same happens in the 3OQ9 example, where there are 3 discontinuities. Maybe fixing that is easier than drawing a helix rather than straight line segments and it will improve the visualization. About the last example (4WYV), since it is a broken D4 symmetry it has some translation component in addition to the rotation that makes a helix rise, but it is not sufficient to continue the helix more than 4 subunits because of clashes. I think we could check that the helix rise is sufficient enough (larger than the subunit diameter in the direction of helix axis) to discard these cases. |
|
If I run CeSymm on the structure 3MOP I get the correct axis line segment connections, corresponding to the Spencer's red lines (4-start helix). The only thing that changes between running CeSymm or the QuatSymmetryDetector is the alignment part, because the drawing part is the same. It might give a clue to what is going on: With this visualization the helical symmetry is clearer. |







The Quaternary Symmetry detection algorithm gives False Positive helical symmetry results in some of the PDB entries. Two structures have been found so far: 3OQ9 ad 3MOP.
http://www.rcsb.org/pdb/explore/jmol.do?structureId=3MOP&bionumber=1
http://www.rcsb.org/pdb/explore/jmol.do?structureId=3OQ9&bionumber=1
To compare with a True Positive Helical Symmetry example (TMV):
http://www.rcsb.org/pdb/explore/jmol.do?structureId=4UDV&bionumber=1&opt=3&jmolMode=HTML5
It seems that the helical symmetry is defined locally for some groups of subunits, instead of globally, and there exist jumps between these groups. A possible explanation might be that the RMSD threshold, for allowed RMSD, is too high. For the case of the 3OQ9 helical symmetry, the RMSD is around 1.1 A, whereas the RMSD for the TMV helical symmetry is very low (near 0).
The structures 3OQ9 and 3MOP are annotated by the authors as helical symmetry, but it seems more reasonable that they are heterodimer and asymmetric respectively. Were they used for the parameter determination of the Helical Symmetry detection algorithm?