Uses of Class
org.biojava.nbio.structure.symmetry.core.Stoichiometry
-
Uses of Stoichiometry in org.biojava.nbio.structure.cluster
Modifier and TypeMethodDescriptionstatic Stoichiometry
SubunitClusterer.cluster
(List<Subunit> subunits, SubunitClustererParameters params) static Stoichiometry
SubunitClusterer.cluster
(Structure structure, SubunitClustererParameters params) -
Uses of Stoichiometry in org.biojava.nbio.structure.symmetry.core
Modifier and TypeMethodDescriptionStoichiometry.combineWith
(Stoichiometry other) Make a combined Stoichiometry object of this and the other.Stoichiometry.getComponent
(int i) Make a Stoichiometry object that corresponds to a single component.QuatSymmetryResults.getStoichiometry()
Modifier and TypeMethodDescriptionstatic QuatSymmetryResults
QuatSymmetryDetector.calcGlobalSymmetry
(Stoichiometry composition, QuatSymmetryParameters symmParams) Calculate GLOBAL symmetry results.static List
<QuatSymmetryResults> QuatSymmetryDetector.calcLocalSymmetries
(Stoichiometry globalComposition, QuatSymmetryParameters symmParams) Returns a List of LOCAL symmetry results.Stoichiometry.combineWith
(Stoichiometry other) Make a combined Stoichiometry object of this and the other.ModifierConstructorDescriptionQuatSymmetryResults
(Stoichiometry stoichiometry, HelixLayers helixLayers, SymmetryPerceptionMethod method) Constructor for roto-translational symmetries.QuatSymmetryResults
(Stoichiometry stoichiometry, RotationGroup rotationGroup, SymmetryPerceptionMethod method) Constructor for rotational symmetries.