You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Secondary structure is a fundamental part of protein conformation.
Algorithms such as STRIDE [Frishman 1995] and
DSSP [Kabsch 1983] calculate backbone dihedral angles
and hydrogen-bonding energy from atomic coordinate to assign secondary
stucture based on a database of assignments.
MDAnalysis does not currently feature a tool for the identification
of secondary structure features (see issues #1612 and #2608).
The ability to make atomselections based on the calculated
secondary structure could also be of great use.
Where to start
Become familiar with the algorithms below and investigate
external tools that already implement these (e.g. mkdspp,
Add a SecondaryStructure class, using AnalysisBase, that uses
DSSP and/or STRIDE, implemented natively or using an external
tool as a dependency, to calculate the secondary structure of a
selection in each frame.
Consider allowing the calculated secondary structure to be read
back alongside the trajectory e.g. using the Auxilliary
module,
and allow for atom selections based on secondary structure.
Overview
Secondary structure is a fundamental part of protein conformation.
Algorithms such as STRIDE [Frishman 1995] and
DSSP [Kabsch 1983] calculate backbone dihedral angles
and hydrogen-bonding energy from atomic coordinate to assign secondary
stucture based on a database of assignments.
MDAnalysis does not currently feature a tool for the identification
of secondary structure features (see issues
#1612 and
#2608).
The ability to make atomselections based on the calculated
secondary structure could also be of great use.
Where to start
external tools that already implement these (e.g.
mkdspp,
SecondaryStructure
class, usingAnalysisBase
, that usesDSSP and/or STRIDE, implemented natively or using an external
tool as a dependency, to calculate the secondary structure of a
selection in each frame.
back alongside the trajectory e.g. using the Auxilliary
module,
and allow for atom selections based on secondary structure.
References
The text was updated successfully, but these errors were encountered: