Some of the DSSP prediction files that can be downloaded from their website contain a "P" code in the secondary structure column. What does it mean? "P" is not one of the secondary structure codes included in the website or in the article.
Some of the DSSP prediction files that can be downloaded from their website contain a "P" code in the secondary structure column. What does it mean? "P" is not one of the secondary structure codes included in the website or in the article.
This is what I get around position 50 after running a local copy of dssp
on 1maa
:
47 50 A P - 0 0 18 0, 0.0 -12,-0.0 0, 0.0 122,-0.0 -0.224 32.9-141.5 -69.2 156.9 66.5 129.3 54.6
48 51 A E E -N 36 0D 92 -12,-0.6 -12,-2.6 -3,-0.1 3,-0.1 -0.951 28.8 -94.2-118.8 145.3 66.1 133.1 54.4
49 52 A P E -N 35 0D 87 0, 0.0 -14,-0.3 0, 0.0 -15,-0.1 -0.304 48.6-103.5 -59.1 129.2 68.1 135.5 52.1
50 53 A K - 0 0 67 -16,-1.4 3,-0.1 1,-0.1 -14,-0.0 -0.254 39.5-116.5 -50.9 134.4 71.1 136.9 53.9
51 54 A R - 0 0 162 1,-0.1 -1,-0.1 -3,-0.1 -40,-0.1 -0.553 39.5 -90.7 -76.0 148.5 70.4 140.5 54.9
52 55 A P - 0 0 103 0, 0.0 2,-0.3 0, 0.0 -40,-0.2 -0.227 45.4-140.9 -58.9 143.9 72.6 143.2 53.3
53 56 A W - 0 0 44 -42,-1.7 -40,-0.3 2,-0.1 2,-0.3 -0.802 4.1-125.1-114.6 154.9 75.8 144.2 55.1
54 57 A S S S+ 0 0 118 -2,-0.3 -42,-0.0 -42,-0.1 -43,-0.0 -0.627 72.1 0.6 -89.9 148.7 77.7 147.4 55.8
55 58 A G S S- 0 0 53 -2,-0.3 -42,-0.9 1,-0.1 2,-0.8 -0.171 108.9 -32.9 72.9-165.4 81.4 147.8 54.9
56 59 A V E -b 13 0A 56 -44,-0.1 2,-0.4 -48,-0.0 -42,-0.2 -0.834 57.2-145.1 -99.3 108.3 83.7 145.2 53.2
In places where you have a P
there are spaces in my .dssp
file, which is equivalent to C
or a coil. The same is true for all other positions where you have a P
, so from this limited example it would appear that P
and C
are equivalent.
It is a separate issue why there is a different program version that outputs that P
to begin with, since it isn't part of the DSSP code.
Nelson is completely right. Please note that the legacy DSSP format will be phased out because it doesn't scale to the large structure models that are now available. Consider using the mmCIF output instead as this is more future-proof.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
You are right, acceptable codes are
H,G,E,B,I,T,S,C
. Sometimes there is a!
which means chain break.Can you give an example of such a DSSP file? Looking at it and its PDB structure may provide a clue.
This is one of the files, 1maa.dssp:
Then in position 50:
and position 588:
Several other positions also are assigned the code P, you can check the complete file here. Thanks!