Class QuatSuperpositionScorer
java.lang.Object
org.biojava.nbio.structure.symmetry.core.QuatSuperpositionScorer
- Author:
- Peter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic QuatSymmetryScores
calcScores
(QuatSymmetrySubunits subunits, javax.vecmath.Matrix4d transformation, List<Integer> permutation) Returns minimum, mean, and maximum RMSD and TM-Score for two superimposed sets of subunits TM score: Yang Zhang and Jeffrey Skolnick, PROTEINS: Structure, Function, and Bioinformatics 57:702–710 (2004)
-
Constructor Details
-
QuatSuperpositionScorer
public QuatSuperpositionScorer()
-
-
Method Details
-
calcScores
public static QuatSymmetryScores calcScores(QuatSymmetrySubunits subunits, javax.vecmath.Matrix4d transformation, List<Integer> permutation) Returns minimum, mean, and maximum RMSD and TM-Score for two superimposed sets of subunits TM score: Yang Zhang and Jeffrey Skolnick, PROTEINS: Structure, Function, and Bioinformatics 57:702–710 (2004)- Parameters:
subunits
- subunits to be scoredtransformation
- transformation matrixpermutation
- permutation that determines which subunits are superposed- Returns:
-