public class QuatSuperpositionScorer extends Object
Constructor and Description |
---|
QuatSuperpositionScorer() |
Modifier and Type | Method and Description |
---|---|
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)
|
public QuatSuperpositionScorer()
public static QuatSymmetryScores calcScores(QuatSymmetrySubunits subunits, javax.vecmath.Matrix4d transformation, List<Integer> permutation)
subunits
- subunits to be scoredtransformation
- transformation matrixpermutations
- permutation that determines which subunits are superposedCopyright © 2000–2019 BioJava. All rights reserved.