User:Karsten Theis/turns
From Proteopedia
< User:Karsten Theis(Difference between revisions)
| (14 intermediate revisions not shown.) | |||
| Line 12: | Line 12: | ||
==Turns in 3D== | ==Turns in 3D== | ||
| - | <!-- | + | <!-- --> |
                                                             Phi <jmol> |                                                              Phi <jmol> | ||
<jmolButton> | <jmolButton> | ||
| Line 67: | Line 67: | ||
<text>pepflip</text> | <text>pepflip</text> | ||
</jmolButton> | </jmolButton> | ||
| - | </jmol | + | </jmol> |
<StructureSection load='' size='350' side='right' caption='' scene='10/1072233/Turn_2mhr/2'> | <StructureSection load='' size='350' side='right' caption='' scene='10/1072233/Turn_2mhr/2'> | ||
| - | === | + | ===Basic features=== |
| + | The interactive Jmol window on the right shows a beta turn (<scene name='10/1072233/Turn_2mhr/2'>reload initial scene</scene>) indicating the short distance between the first and the fourth alpha carbon. Because of this short distance, the polypeptide takes a sharp turn, sometimes also called a reverse turn. There are many types of beta turns, and they differ in the phi and psi angles of residues two and three. Some turns feature a <scene name='10/1072233/Turn_2mhr/4'>hydrogen bond</scene> between residues one and four (like the one shown here) and others don't. | ||
| + | |||
| + | ===Beta turns in the context of other secondary structures=== | ||
The repetitive secondary structure elements (alpha helices and beta strands) go in a single direction. Turns change the direction of the main chain, allowing them to connect alpha helices and beta strands at the surface of a globular protein. Of the six main chain hydrogen bonding partners of a turn, a maximum of two are engaged in hydrogen bonding, and turns are rarely found in the hydrophobic core. Below are three different protein folds highlighting the role of turns and their positions within a fold. | The repetitive secondary structure elements (alpha helices and beta strands) go in a single direction. Turns change the direction of the main chain, allowing them to connect alpha helices and beta strands at the surface of a globular protein. Of the six main chain hydrogen bonding partners of a turn, a maximum of two are engaged in hydrogen bonding, and turns are rarely found in the hydrophobic core. Below are three different protein folds highlighting the role of turns and their positions within a fold. | ||
| Line 78: | Line 81: | ||
view1 = script("show moveto")[11][0]; | view1 = script("show moveto")[11][0]; | ||
select (67-70 and mainchain) or (68-69 and *.CB); | select (67-70 and mainchain) or (68-69 and *.CB); | ||
| + | moveto 0.5 { 396 918 -22 24.97} 132.25 0.0 0.0 {27.01119230769231 33.81188461538462 10.03376923076923} 43.963541342342076 {0 0 0} 0 0 0 3.0 0.0 0.0; | ||
wireframe 0.3; | wireframe 0.3; | ||
color cpk; | color cpk; | ||
| Line 96: | Line 100: | ||
====Turns in an all-beta protein==== | ====Turns in an all-beta protein==== | ||
| - | In this <scene name='10/1072233/Agglutinin/ | + | In this <scene name='10/1072233/Agglutinin/3'>agglutinin protein</scene>, you can see beta turns connecting the strands of anti-parallel beta sheets. Two antiparallel beta strands directly connected by a turn is called a <jmol><jmolLink> |
| - | + | ||
| - | Two antiparallel beta strands directly connected by a turn is called a <jmol><jmolLink> | + | |
<script>spin off; moveto 1.0 { 788 -362 -499 99.91} 404.55 0.0 0.0 {48.10615151515151 42.74112121212122 9.030939393939395} 37.460536158500446 {0 0 0} 0 0 0 3.0 0.0 0.0; delay 0.5; set zshade on; select protein; backbone -0.5; | <script>spin off; moveto 1.0 { 788 -362 -499 99.91} 404.55 0.0 0.0 {48.10615151515151 42.74112121212122 9.030939393939395} 37.460536158500446 {0 0 0} 0 0 0 3.0 0.0 0.0; delay 0.5; set zshade on; select protein; backbone -0.5; | ||
</script> | </script> | ||
| Line 107: | Line 109: | ||
====Turns in an alpha/beta protein==== | ====Turns in an alpha/beta protein==== | ||
| - | In this <scene name='10/1072233/Tim/ | + | In this <scene name='10/1072233/Tim/3'>TIM barrel protein</scene>, you can see beta turns connecting helices and strands. The beta sheet is a barrel of parallel strands, as you can see if you turn on the cartoon representation with the buttons below. |
The buttons below alow you to change the background color, spin the molecule, change the style and turn on the Ramachandran plot for 10 seconds. | The buttons below alow you to change the background color, spin the molecule, change the style and turn on the Ramachandran plot for 10 seconds. | ||
| Line 122: | Line 124: | ||
</jmol> <jmol> | </jmol> <jmol> | ||
<jmolButton> | <jmolButton> | ||
| - | <script>spin y 50</script> | + | <script>spin y -50</script> |
<text>fastspin</text> | <text>fastspin</text> | ||
</jmolButton> | </jmolButton> | ||
| Line 132: | Line 134: | ||
</jmol> <jmol> | </jmol> <jmol> | ||
<jmolButton> | <jmolButton> | ||
| - | <script>select protein; cartoon | + | <script>select protein; cartoon on; backbone off</script> |
<text>cartoon</text> | <text>cartoon</text> | ||
</jmolButton> | </jmolButton> | ||
</jmol> <jmol> | </jmol> <jmol> | ||
<jmolButton> | <jmolButton> | ||
| - | <script>select protein; backbone | + | <script>select protein; backbone 0.5; cartoon off</script> |
<text>trace</text> | <text>trace</text> | ||
</jmolButton> | </jmolButton> | ||
| Line 167: | Line 169: | ||
draw ID p69a polygon [{69.CA} {70.H} {70.CA}] color blue; | draw ID p69a polygon [{69.CA} {70.H} {70.CA}] color blue; | ||
draw ID p69b polygon [{69.CA} {70.CA} {69.O}] color red; | draw ID p69b polygon [{69.CA} {70.CA} {69.O}] color red; | ||
| - | delay | + | delay 2; hide protein; delay 5; display protein; delay 1; draw ID p* delete; |
</script> | </script> | ||
<text>peptide planes</text> | <text>peptide planes</text> | ||
| Line 180: | Line 182: | ||
spacefill 30%; | spacefill 30%; | ||
selectionHalos on; | selectionHalos on; | ||
| - | delay | + | delay 1.5; |
selectionHalos off; | selectionHalos off; | ||
spacefill off | spacefill off | ||
| Line 194: | Line 196: | ||
spacefill 30%; | spacefill 30%; | ||
selectionHalos on; | selectionHalos on; | ||
| - | delay | + | delay 1.5; |
selectionHalos off; | selectionHalos off; | ||
spacefill off | spacefill off | ||
| Line 208: | Line 210: | ||
spacefill 30%; | spacefill 30%; | ||
selectionHalos on; | selectionHalos on; | ||
| - | delay | + | delay 1.5; |
selectionHalos off; | selectionHalos off; | ||
spacefill off; | spacefill off; | ||
| Line 446: | Line 448: | ||
<script>source /scripts/10/1072233/Alpha_2hmr/1.spt; background black; set zshade on; delay 0.5; | <script>source /scripts/10/1072233/Alpha_2hmr/1.spt; background black; set zshade on; delay 0.5; | ||
moveto 2.5 { -576 521 -629 104.96} 1076.13 -1.4 -15.1 {3.9860344827586216 57.429310344827584 10.870275862068969} 43.92085420330055 {0 0 0} 0 0 0 3.0 0.0 0.0; | moveto 2.5 { -576 521 -629 104.96} 1076.13 -1.4 -15.1 {3.9860344827586216 57.429310344827584 10.870275862068969} 43.92085420330055 {0 0 0} 0 0 0 3.0 0.0 0.0; | ||
| - | source /scripts/10/1072233/Alpha_2hmr/ | + | source /scripts/10/1072233/Alpha_2hmr/6.spt; delay 1.0;select visible and alpha; backbone off; color cpk; draw * off |
</script> | </script> | ||
<text>second example</text> | <text>second example</text> | ||
</jmolLink> | </jmolLink> | ||
</jmol>, we have a proline in position 3 and a cis-peptide between position 2 and 3. The cis-peptide has a shorter distance between alpha carbons (3.04 instead of 3.76 angstroms), making for a very tight turn. There is no hydrogen bond between residue 1 and 4 in this case. Beta turns involving a cis-peptide are classified as type VI. | </jmol>, we have a proline in position 3 and a cis-peptide between position 2 and 3. The cis-peptide has a shorter distance between alpha carbons (3.04 instead of 3.76 angstroms), making for a very tight turn. There is no hydrogen bond between residue 1 and 4 in this case. Beta turns involving a cis-peptide are classified as type VI. | ||
| + | |||
| + | You can revisit <scene name='10/1072233/Alpha_2hmr/4'>myohemerythrin</scene> and <scene name='10/1072233/Agglutinin/3'>agglutinin protein</scene>and <scene name='10/1072233/Tim/3'>TIM barrel protein</scene>. Use the button below to highlight glycine (white) and proline (green) residues. | ||
| + | |||
| + | <jmol> | ||
| + | <jmolButton> | ||
| + | <script>select gly.ca; | ||
| + | spacefill on; | ||
| + | color white; | ||
| + | select pro.ca; | ||
| + | spacefill on; | ||
| + | color green | ||
| + | </script> | ||
| + | <text>Glycine and Proline</text> | ||
| + | </jmolButton> | ||
| + | </jmol> | ||
| + | |||
You can explore more turns at betaturn.com, which allows you to browse for turns of a specific type, and contains a lot of information and explanations. | You can explore more turns at betaturn.com, which allows you to browse for turns of a specific type, and contains a lot of information and explanations. | ||
Current revision
A beta turn is a secondary structure element consisting of four consecutive amino acids (or three consecutive peptide planes). The geometry of turns correspond to a change in the direction of the polypeptide backbone, with a short distance between the first and fourth alpha carbon.
Concepts you can explore here
- A beta turn is a secondary structure element distinct from (but sometimes overlapping with) alpha helices and beta strands
- Beta turns consist of stretches of four amino acids making a sharp turn, with a short distance between the first and last alpha carbon
- Beta turns typically occur near the surface of globular proteins, often connecting helices and strands
- There are multiple types of beta turns, distinguished by the torsion angles of the second and third residue
- Glycine and proline occur relatively often in beta turns and play distinct special roles
See the discussion tab for learning and teaching notes.
Turns in 3D
Phi 2 3
Psi 2 3
| |||||||||||
Further reading
- Turns in Proteins
- [betaturn.com] allows you to brows a protein database for turns of different types
References
- ↑ de Brevern AG. A Perspective on the (Rise and Fall of) Protein β-Turns. Int J Mol Sci. 2022 Oct 14;23(20):12314. PMID:36293166 doi:10.3390/ijms232012314
- ↑ Wilmot CM, Thornton JM. Analysis and prediction of the different types of beta-turn in proteins. J Mol Biol. 1988 Sep 5;203(1):221-32. PMID:3184187 doi:10.1016/0022-2836(88)90103-9
