Uses of Class
org.biojava.nbio.structure.symmetry.core.Stoichiometry
Packages that use Stoichiometry
-
Uses of Stoichiometry in org.biojava.nbio.structure.cluster
Methods in org.biojava.nbio.structure.cluster that return StoichiometryModifier and TypeMethodDescriptionstatic StoichiometrySubunitClusterer.cluster(List<Subunit> subunits, SubunitClustererParameters params) static StoichiometrySubunitClusterer.cluster(Structure structure, SubunitClustererParameters params) -
Uses of Stoichiometry in org.biojava.nbio.structure.symmetry.core
Methods in org.biojava.nbio.structure.symmetry.core that return StoichiometryModifier 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()Methods in org.biojava.nbio.structure.symmetry.core with parameters of type StoichiometryModifier and TypeMethodDescriptionstatic QuatSymmetryResultsQuatSymmetryDetector.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.Constructors in org.biojava.nbio.structure.symmetry.core with parameters of type StoichiometryModifierConstructorDescriptionQuatSymmetryResults(Stoichiometry stoichiometry, HelixLayers helixLayers, SymmetryPerceptionMethod method) Constructor for roto-translational symmetries.QuatSymmetryResults(Stoichiometry stoichiometry, RotationGroup rotationGroup, SymmetryPerceptionMethod method) Constructor for rotational symmetries.