Calculate structure: Difference between revisions
From Proteopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
''Calculate structure'' is based on Defined Secondary Structure of Protein (DSSP), a program written in Pascal.<ref name="DSSP">W. Kabsch & C. Sanders, ''Biopolymers'', '''22''', 2577-2636, 1983.</ref> The secondary structure recognition algorithms used in DSSP are based mainly on hydrogen-bonding patterns along with some geometric structures , such as bends. There are two different hydrogen-bonding patterns which are recognized. The one determines the value of n in the expression ''i'' + ''n'' (''i'' is a residue that forms a hydrogen bond with a residue n residues removed from residue ''i''.) where n = 3, 4 or 5. These values define three types of turns. A peptide segment that has repeating turns of the same type are called 3<sub>10</sub>-helix, α-helix, or Π-helix, respectively. If the turn is isolate, it is simply called an n-turn. The other recognized pattern is a hydrogen bond which is between residues which are not close together in sequence. This type of hydrogen bond is called a bridge. Kabsch & Sanders define a ladder as a "set of one or more consecutive bridges of identical type" and a sheet as a "set of one or more ladders connected by shared residues"<ref name="DSSP" />. Bends are peptide segments with high curvature, and the determination of curvature involves angles of the C<sup>α</sup>. Bends can overlap with helices and turns. | ''Calculate structure'' is based on Defined Secondary Structure of Protein (DSSP), a program written in Pascal.<ref name="DSSP">W. Kabsch & C. Sanders, ''Biopolymers'', '''22''', 2577-2636, 1983.</ref> The secondary structure recognition algorithms used in DSSP are based mainly on hydrogen-bonding patterns along with some geometric structures , such as bends. There are two different hydrogen-bonding patterns which are recognized. The one determines the value of n in the expression ''i'' + ''n'' (''i'' is a residue that forms a hydrogen bond with a residue n residues removed from residue ''i''.) where n = 3, 4 or 5. These values define three types of turns. A peptide segment that has repeating turns of the same type are called 3<sub>10</sub>-helix, α-helix, or Π-helix, respectively. If the turn is isolate, it is simply called an n-turn. The other recognized pattern is a hydrogen bond which is between residues which are not close together in sequence. This type of hydrogen bond is called a bridge. Kabsch & Sanders define a ladder as a "set of one or more consecutive bridges of identical type" and a sheet as a "set of one or more ladders connected by shared residues"<ref name="DSSP" />. Bends are peptide segments with high curvature, and the determination of curvature involves angles of the C<sup>α</sup>. Bends can overlap with helices and turns. | ||
The results of the ''calculate structure'' computation are printed in the upper box of the console. One part of that output is a summary of the different types of secondary structure with each type having a one letter identifier. (The summary for myohemerytherin (2mhr) is given below with a key for the one letter identifiers.) It is possible for a residue or a segment of residues to be assigned more than one structural type, and for this reason the key for the identifiers is rank ordered in decreasing priority of assignment. With bend having the lowest priority in assignment a structure is identified as a bend only if it is not assigned any other structural type. The helices and sheets which are identified on the summary can easily be associated with the corresponding structures in the applet, but the turns need some additional explanation. | |||
=== Relationship to β and γ Turns === | === Relationship to β and γ Turns === | ||