Projections#
The projections in MoleculeKit. These are a set of classes which take Molecule objects and calculate some projections (or features if you wish) for each conformation inside the Molecule. They range from typical RMSD calculations to more complex calculations such as SASA, secondary structure, Plumed2 projections and more.
These can be used to analyse your simulations as well as build Markov models in conjunction with the HTMD package.
Contents#
- MetricCoordinate: xyz coordinate projection
- MetricDihedral: dihedral angles projection
- MetricDistance: atom distances/contacts projection
- MetricFluctuation: atom position fluctuations
- MetricPlumed2: support for Plumed2 projections
- MetricRmsd: root mean square deviation of structures to a reference
- MetricSasa: solvent accessible surface area projection
- MetricSecondaryStructure: protein secondary structure projection
- MetricShell: density of atoms in shells around other atoms
- MetricSphericalCoordinate: spherical coordinates of two COMs
- MetricTMscore: TMscore projection