Class QuatSymmetryResults
java.lang.Object
org.biojava.nbio.structure.symmetry.core.QuatSymmetryResults
Holds the results of quaternary symmetry perception.
- Author:
- Peter Rose
-
Constructor Summary
ConstructorDescriptionQuatSymmetryResults
(Subunits subunits, HelixLayers helixLayers, String method) QuatSymmetryResults
(Subunits subunits, RotationGroup rotationGroup, String method) -
Method Summary
Modifier and TypeMethodDescriptiondouble
Deprecated.double
Deprecated.usegetScores()
instead.Returns name of method used for symmetry perception.int
Returns rotation group (point group) information representing rotational quaternary symmetry, see http://en.wikipedia.org/wiki/Rotation_group_SO(3)double
Returns protein subunit information that was used to determine symmetry informationReturns the symmetry group.boolean
isLocal()
Return trueboolean
void
setLocal
(boolean local) void
setPreferredResult
(boolean preferredResult) void
setSequenceIdentityThreshold
(double sequenceIdentityThreshold) toString()
-
Constructor Details
-
QuatSymmetryResults
-
QuatSymmetryResults
-
-
Method Details
-
getSubunits
Returns protein subunit information that was used to determine symmetry information- Returns:
-
getRotationGroup
Returns rotation group (point group) information representing rotational quaternary symmetry, see http://en.wikipedia.org/wiki/Rotation_group_SO(3)- Returns:
- rotation group
-
getHelixLayers
-
getMethod
Returns name of method used for symmetry perception.- Returns:
- method
-
getSymmetry
Returns the symmetry group. For point groups returns the point group symbol and for helical symmetry returns "H".- Returns:
- symmetry symbol
-
getScores
-
getAverageTraceRmsd
Deprecated.usegetScores()
instead.Returns the average Calpha trace RMSD for all symmetry operations- Returns:
-
getAverageTraceTmScoreMin
Deprecated.usegetScores()
instead.Returns the average Calpha trace Tm for all symmetry operations- Returns:
-
getNucleicAcidChainCount
public int getNucleicAcidChainCount() -
getSequenceIdentityThreshold
public double getSequenceIdentityThreshold() -
setSequenceIdentityThreshold
public void setSequenceIdentityThreshold(double sequenceIdentityThreshold) -
toString
-
isLocal
public boolean isLocal()Return true- Returns:
-
setLocal
public void setLocal(boolean local) -
isPreferredResult
public boolean isPreferredResult() -
setPreferredResult
public void setPreferredResult(boolean preferredResult)
-
getScores()
instead.