; The entry ID for which these statistics are calculated.
;
_item.name '_dssp_statistics_hbond.entry_id'
_item.category dssp_statistics_hbond
_item.mandatory_code yes
_item_type.code code
save_
save__dssp_statistics_hbond.type
_item.description
; The type of the h-bond
;
_item.name '_dssp_statistics_hbond.type'
_item.category dssp_statistics_hbond
_item.mandatory_code yes
_item_type.code text
loop_
_item_enumeration.value
_item_enumeration.detail
O(I)-->H-N(J) 'non-bridge h-bond with residue further away than 5 residues'
'PARALLEL BRIDGES' 'h-bond forming a parallel bridge'
'ANTIPARALLEL BRIDGES' 'h-bond forming a anti-parallel bridge'
O(I)-->H-N(I-5) 'h-bond with residue five residues before the current one'
O(I)-->H-N(I-4) 'h-bond with residue four residues before the current one'
O(I)-->H-N(I-3) 'h-bond with residue three residues before the current one'
O(I)-->H-N(I-2) 'h-bond with residue two residues before the current one'
O(I)-->H-N(I-1) 'h-bond with residue one residue before the current one'
O(I)-->H-N(I+0) 'h-bond with current residue itself'
O(I)-->H-N(I+1) 'h-bond with residue one residues after the current one'
O(I)-->H-N(I+2) 'h-bond with residue two residues after the current one'
O(I)-->H-N(I+3) 'h-bond with residue three residues after the current one'
O(I)-->H-N(I+4) 'h-bond with residue four residues after the current one'
O(I)-->H-N(I+5) 'h-bond with residue five residues after the current one'
save_
save__dssp_statistics_hbond.count
_item.description
; Absolute number of h-bonds of this type
;
_item.name '_dssp_statistics_hbond.count'
_item.category dssp_statistics_hbond
_item.mandatory_code yes
_item_type.code int
save_
save__dssp_statistics_hbond.count_per_100
_item.description
; Number of h-bonds of this type per hundred residues in the entire structure
;
_item.name '_dssp_statistics_hbond.count_per_100'
_item.category dssp_statistics_hbond
_item.mandatory_code yes
_item_type.code float
save_
########################################
## Category dssp_statistics_histogram ##
########################################
save_dssp_statistics_histogram
#
_category.description 'dssp_statistics_histogram contains the statistics for the ladders and helices in the form of a histogram as calculated by DSSP.'