This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Dssp And 6 Different Hydrogen Bonds - What Are They Exactly

DSSP returns 6 different hydrogen bonds.

HYDROGEN BONDS OF TYPE O(I)-->H-N(J)  ; PER 100 RESIDUES
HYDROGEN BONDS IN     PARALLEL BRIDGES; PER 100 RESIDUES
HYDROGEN BONDS IN ANTIPARALLEL BRIDGES; PER 100 RESIDUES
HYDROGEN BONDS OF TYPE O(I)-->H-N(I+2)
HYDROGEN BONDS OF TYPE O(I)-->H-N(I+3)
HYDROGEN BONDS OF TYPE O(I)-->H-N(I+4)

Do these 6 different Hbonds, have specific name that is used commonly in literature.

I tried to find some information about these hydrogen bonds, and figures to have a better understanding of them. However, I can't really map these 6 different hydrogen bonds to those that I found through Google.

I appreciate if someone could elaborate more about these 6 different hydrogen bonds.

protein

1 answer

The Is and Js denote positions in the sequence. E.g. O(I)-->H-N(I+3) denotes an H-bond between the O atom in the Ith residue and the H atom in the (I+3)th residue, normally occurring in alpha-helices. O(I)-->H-N(J) denotes a non-local H-bond, often found between two beta-strands.

For more specifics take a look at the DSSP paper from Kabsch and Sander (1983).

Log in to answer this question.